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 infinite hang on schema refresh by adding timeout parameter #2895

Merged
merged 4 commits into from Jan 16, 2023

Conversation

Andeye
Copy link
Contributor

@Andeye Andeye commented Jan 16, 2023

Under some special network conditions, such as running inside a Docker container and over a VPN, the schema refresh can hang indefinitely. This is fixed by adding a timeout parameter.

Fixes: #2869

Under some special network conditions, such as running inside a Docker
container and over a VPN, the schema refresh can hang indefinitely.
This is fixed by adding a timeout parameter.

ansible#2869
@ssbarnea
Copy link
Member

@Andeye Looks good very few fixed needed to get it full free.

@Andeye
Copy link
Contributor Author

Andeye commented Jan 16, 2023

Okay, now it seems like I got all tests to pass and it's ready for human review :)

@ssbarnea ssbarnea merged commit cf44c41 into ansible:main Jan 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ansible-lint hangs indefinitely on "DEBUG Refreshing ansible-lint-config schema ..."
2 participants