MigOpsRepos / credcheck

PostgreSQL plain credential checker
MIT License
57 stars 5 forks source link

Fix regression tests on PG12/13 #24

Closed df7cb closed 1 year ago

df7cb commented 1 year ago

This first converts the regression tests to use pg_regress standard way of handling multiple output files, and then fixes 03_rename to suppress some "MD5 password cleared because of role rename" messages.

darold commented 1 year ago

Hi Christoph, thanks for the fix. I have also pushed commit a94ec54 that fix the same notice message in test 06_reuse_interval with version < 14.