You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/test
Michael De La Rue 3c4db1e8dd Mdd psql user aws fix (#23988)
* postgresql_user module - transaction logic hacks to allow recovery from failed select

* postgresql_user - PEP8 and style fixes to make debugging easier

* postgresql_user - move password changing logic to separate function

* postgresql_user - trap failure in case where there is no access to pg_authid

* postgresql_user - further PEP8 fixes

* postgresql_user - Simplify password change logic and improve imports according to suggestions from PR review

* postgresql_user - Eliminate pep8/blank line errors introduced in merge

* Check behaviour when pg_authid relation isn't readable

TASK [postgresql : Normal user isn't allowed to access pg_authid relation:
      password comparison will fail, password will be updated] ***
An exception occurred during task execution. To see the full traceback,
use -vvv. The error was: psycopg2.ProgrammingError: permission denied
for relation pg_authid

* Don't reintroduce passlib, remove useless query
9 years ago
..
compile Docs how to test (2nd) (#24094) 9 years ago
integration Mdd psql user aws fix (#23988) 9 years ago
results Create bot friendly sanity output. (#22381) 9 years ago
runner Improve error handling for cs tests. 9 years ago
sanity wakeonlan: Add integration tests and improvements (#26254) 9 years ago
units Fix nxos_switchport and unit test (#26131) 9 years ago
utils Update tox.ini to use ansible-test. 9 years ago