3c44e7d8d4
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
2023-11-17 17:58:39 +01:00
6a20b04f04
tests: Rename conflicting role names
...
These cause problems when running installcheck-world USE_MODULE_DB=1 with -j.
Reviewed-by: Michael Paquier <michael@paquier.xyz >
Discussion: https://postgr.es/m/20221003234111.4ob7yph6r4g4ywhu@awork3.anarazel.de
2022-10-05 10:43:13 -07:00
637a934ab9
Simplify new test suite handling of passwordcheck
...
This changes the use of a custom configuration file to enforce the value
of preload_shared_libraries to simply load the library during the tests.
This removes the restriction of running installcheck on the tests, and
simplifies its makefile contrary to what has been introduced in af7211e
.
Author: Michael Paquier <michael.paquier@gmail.com >
2017-11-02 12:57:04 -04:00
af7211e92d
passwordcheck: Add test suite
...
Also improve one error message.
Reviewed-by: David Steele <david@pgmasters.net >
2017-09-14 22:23:00 -04:00