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/integration/targets/postgresql/tasks
Sam Doran 18feeb51a8
Change integration tests in order to pass on Fedora 30 (#58081)
* Use different package for DNF tests
    Ninja caused errors in Fedora 30. This works in both Fedora 29 and 30.

* Fix git integration tests
    Git >= 2.21.0 has either a bug or change in behavior where it errors when fetching a
    repository containing submodules that are behind the upstream submodule commits.
    It's weird and I don't fully understand it.

    Get around this my checking out specific commits from a repository rather than
    switch the origin URL.

* Fix PostgreSQL tests
    The error message is slightly different
5 years ago
..
main.yml New module postgresql_sequence (#55027) 6 years ago
pg_authid_not_readable.yml Change integration tests in order to pass on Fedora 30 (#58081) 5 years ago
postgresql_copy.yml New module postgresql_copy: copy data between a file and a table (#56835) 6 years ago
postgresql_db.yml
postgresql_ext.yml
postgresql_idx.yml
postgresql_info.yml
postgresql_lang.yml
postgresql_membership.yml
postgresql_owner.yml
postgresql_pg_hba.yml Merge authentication options back into a single field to prevent losing options beyond the first (#57507) 6 years ago
postgresql_ping.yml
postgresql_privs.yml
postgresql_query.yml
postgresql_schema.yml
postgresql_sequence.yml New module postgresql_sequence (#55027) 6 years ago
postgresql_set.yml
postgresql_slot.yml
postgresql_table.yml postgresql_table: 57352 bugfix, add schema handling (#57391) 6 years ago
postgresql_tablespace.yml
session_role.yml
ssl.yml
state_dump_restore.yml
test_no_password_change.yml
test_password.yml
test_target_role.yml