Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
Andersson007 opened this issue Oct 13, 2021 · 3 comments
Labels
help wanted Extra attention is needed

Comments

@Andersson007
Copy link
Contributor

Andersson007 commented Oct 13, 2021

SUMMARY

Tests against devel and stable-2.12 on Ubuntu1804 have been disabled in #103.

Possibly because of ansible-collections/overview#45 (comment) (also maybe relates to the later announcements).

@Andersson007 Andersson007 added the help wanted Extra attention is needed label Oct 13, 2021
@Im0
Copy link
Collaborator

Im0 commented Oct 13, 2021

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

@Andersson007
Copy link
Contributor Author

Andersson007 commented Oct 13, 2021

@Im0 you can

  1. checkout this branch locally AZP: add stable-2.12 to test matrix #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
Copy link
Contributor Author

@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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants