-
Notifications
You must be signed in to change notification settings - Fork 516
[molecule] retry if galaxy access fails #8402
New issue
Have a question about this project? Sign up for a free GitHub account to op 8000 en 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
Comments
This is really annoying - it happened with the latest CI test (again) - I'm going to try to fix this. |
And of course nothing is every easy:
means ansible is capturing the exit code and not passing it back up - we are losing the real error code. Looks like I might have to examine the output and through some basic heuristics determine if the error is fatal or transient. |
Here is another run with a failure - the error message is slightly different but still Galaxy was inaccessible:
|
… to Galaxy server being down fixes: kiali#8402
Uh oh!
There was an error while loading. Please reload this page.
Sometimes a molecule test run fails because it cannot access galaxy, which is usually only a temporary problem (I've seen the next test run fine).
So it would be nice to get whatever is doing this to retry at least a few times to see if it can workaround the temp failure - that would help solve the issue around false test failures.
This is what the logs look like when this happens:
The text was updated successfully, but these errors were encountered: