community.rabbitmq
community.rabbitmq copied to clipboard
Fix and enable integration tests against devel and stable-2.12 on Ubuntu1804
SUMMARY
Tests against devel and stable-2.12 on Ubuntu1804 have been disabled in https://github.com/ansible-collections/community.rabbitmq/pull/103.
Possibly because of https://github.com/ansible-collections/overview/issues/45#issuecomment-923507542 (also maybe relates to the later announcements).
@Andersson007 where can I see a failed test? Thanks.
@Im0 you can
- checkout this branch locally https://github.com/ansible-collections/community.rabbitmq/pull/103 (clone it to
~/ansible_collections/community/rabbitmq) - uncomment ubuntu1804 in
.azure-pipelines/azure-pipelines.ymlthat i commented - clone
ansible/ansiblerepo,cd ansible/,source hacking/env-setup - run integration tests locally with ubuntu1804 container being in
~/ansible_collections/community/rabbitmqansible-test integration rabbitmq_publish --docker ubuntu1804 -vvv > ~/test.log. IIRC tests at least forrabbitmq_publishfailed, so you can start with this as a target.
If any difficulties, I can uncomment them in my PR, no problem. Let me know if it's needed.
@Im0 option 2 is wait for my pr gets merged. Then you can update you local fork and do same with the main repo, not with my fork