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

Do inventory parsing non-multithreaded #4447

Merged
merged 2 commits into from
Dec 11, 2024

Conversation

cavcrosby
Copy link
Contributor

Fixes #4446.

This was done because the AttributeError seen in the GitHub issue
mentioned comes from ansible's codebase. ansible's API isn't
thread-safe; with how this was occurring being described here,
ansible/ansible#13822.

run_ansible_lint is run multiple times within the
test_with_inventory_concurrent_syntax_checks test because there is some
chance that the AttributeError is not thrown on one run.
@audgirka audgirka enabled auto-merge (squash) December 11, 2024 13:22
@audgirka audgirka merged commit 4d295e8 into ansible:main Dec 11, 2024
29 checks passed
@cavcrosby cavcrosby deleted the do-parsing-non-multithreaded branch December 12, 2024 02:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

Github-actions - ansible-lint "InventoryModule" error
2 participants