community.rabbitmq icon indicating copy to clipboard operation
community.rabbitmq copied to clipboard

Fix and enable integration tests against devel and stable-2.12 on Ubuntu1804

Open Andersson007 opened this issue 4 years ago • 3 comments

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 avatar Oct 13 '21 09:10 Andersson007

@Andersson007 where can I see a failed test? Thanks.

Im0 avatar Oct 13 '21 12:10 Im0

@Im0 you can

  1. checkout this branch locally https://github.com/ansible-collections/community.rabbitmq/pull/103 (clone it to ~/ansible_collections/community/rabbitmq)
  2. uncomment ubuntu1804 in .azure-pipelines/azure-pipelines.yml that i commented
  3. clone ansible/ansible repo, cd ansible/, source hacking/env-setup
  4. run integration tests locally with ubuntu1804 container being in ~/ansible_collections/community/rabbitmq ansible-test integration rabbitmq_publish --docker ubuntu1804 -vvv > ~/test.log. IIRC tests at least for rabbitmq_publish failed, 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.

Andersson007 avatar Oct 13 '21 13:10 Andersson007

@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

Andersson007 avatar Oct 13 '21 15:10 Andersson007