vitabaks / postgresql_cluster

PostgreSQL High-Availability Cluster (based on Patroni). Automating with Ansible.
https://postgresql-cluster.org
MIT License
1.48k stars 394 forks source link

Molecule tests docker availability issue #662

Closed vitabaks closed 3 months ago

vitabaks commented 3 months ago

All the tests fail because the Molecule is now not working for some reason.

Details: https://github.com/vitabaks/postgresql_cluster/actions/runs/9183516851/job/25254353070

Run make molecule-test
INFO     Found config file /home/runner/work/postgresql_cluster/postgresql_cluster/.config/molecule/config.yml
WARNING  Driver docker does not provide a schema.
INFO     default scenario test matrix: cleanup, destroy, syntax, prepare, create, converge, verify, cleanup, destroy
INFO     Performing prerun with role_name_check=0...
INFO     Running default > cleanup
Molecule default > cleanup
  INFO     Sanity checks: 'docker'
  CRITICAL Unable to contact the Docker daemon. Please refer to https://docs.docker.com/config/daemon/ for managing the daemon
WARNING  An error occurred during the test sequence action: 'cleanup'. Cleaning up.
vitabaks commented 3 months ago

No changes have been made, including requirements versions.

vitabaks commented 3 months ago

Fixed: https://github.com/vitabaks/postgresql_cluster/pull/663