-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
Transient error in pre_run_hook when workflow spawns multiples of same JT #6119
Comments
@AlanCoding is it fair to call this blocked, since we're waiting on a change to an upstream library (gitpython-developers/GitPython#998)? |
Some more history on this: The original flakiness was frequent flake, like 1 of 3 times. This is flake that occurs under the same circumstances as that flake, but the actual 1-of-3 flake was due to a totally separate issue of mapping workflow job nodes to WFJT nodes. This occurs with some yet-unknown lower probability. Low enough that I can't reliably test it via AWX workflow runs. |
got merged! We will be able to fix this with an upgrade before too long. |
I still have this issue :( , like 4 times a week |
Well it won't get fixed if the fix is never applied #7860 |
@shebangbash when you get back from PTO let's work on this together because I think it will be a good learning experience |
One of our downstream tests was skipping because of this bug, but is now running and passing. Going to close as verified by this automated test passing. |
ISSUE TYPE
SUMMARY
ENVIRONMENT
STEPS TO REPRODUCE
Create a workflow that looks like this:
But have
TellTelephoneᏤ
just do a simplefail:
taskhave
FigureRespond銻
do something trivial that should be successful.Launch that, but do it several times because this is flaky.
EXPECTED RESULTS
successful JT is always successful
ACTUAL RESULTS
sometimes successful JT is errored. Logs with relevant error:
ADDITIONAL INFORMATION
The text was updated successfully, but these errors were encountered: