Allow tests to pass in OpenSSL FIPS mode (rest)
authorPeter Eisentraut <peter@eisentraut.org>
Fri, 17 Nov 2023 13:40:13 +0000 (14:40 +0100)
committerPeter Eisentraut <peter@eisentraut.org>
Fri, 17 Nov 2023 16:58:39 +0000 (17:58 +0100)
commit3c44e7d8d4fe3381736c4b4daff4be5ff3d1466e
treeec6cb7b8cd8364d506d5317945145f7b1590add1
parent8d5573b92e66075c20f327d93d46a24095739a58
Allow tests to pass in OpenSSL FIPS mode (rest)

This adds alternative expected files for various tests.

In src/test/regress/sql/password.sql, we make a small change to the
test so that the CREATE ROLE still succeeds even if the ALTER ROLE
that attempts to set a password might fail.  That way, the roles are
available for the rest of the test file in either case.

Reviewed-by: Tom Lane <tgl@sss.pgh.pa.us>
Reviewed-by: Daniel Gustafsson <daniel@yesql.se>
Discussion: https://www.postgresql.org/message-id/flat/dbbd927f-ef1f-c9a1-4ec6-c759778ac852%40enterprisedb.com
contrib/passwordcheck/expected/passwordcheck_1.out [new file with mode: 0644]
contrib/uuid-ossp/expected/uuid_ossp_1.out [new file with mode: 0644]
src/test/regress/expected/md5_1.out [new file with mode: 0644]
src/test/regress/expected/password.out
src/test/regress/expected/password_1.out [new file with mode: 0644]
src/test/regress/sql/password.sql