Put tests of md5() function into separate test file
Peter Eisentraut <peter@eisentraut.org>
Put tests of md5() function into separate test file In FIPS mode, these calls will fail. By having them in a separate file, it would make it easier to have an alternative output file or selectively disable these tests. This isn't done here; this is just some preparation. Reviewed-by: Michael Paquier <michael@paquier.xyz> Discussion: https://www.postgresql.org/message-id/647f6cc1-473d-f788-ade0-c09201e5ab6a@enterprisedb.com
Files
| Path | Change | +/− |
|---|---|---|
| src/test/regress/expected/md5.out | added | +91 −0 |
| src/test/regress/expected/strings.out | modified | +0 −88 |
| src/test/regress/parallel_schedule | modified | +1 −1 |
| src/test/regress/sql/md5.sql | added | +36 −0 |
| src/test/regress/sql/strings.sql | modified | +0 −32 |
Discussion
- Allow tests to pass in OpenSSL FIPS mode 45 messages · 2022-10-04 → 2025-09-14