-
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
Isolated runs choke on rsync's .~tmp~ directories #6675
Comments
Analysis:
Suggested fix: add |
Upon inspecting this further, I believe I have the root cause wrong; now I am suspecting an I shall close this issue and reopen a new one if I manage to get to the bottom of this. |
Thanks @domq - the traceback you reported does look legitimate, though, so I merged the PR I opened. |
I wrote up the proper root cause analysis of my issue in #6692. |
ISSUE TYPE
SUMMARY
In some circumstances, running an Ansible playbook as an isolated job causes a spurious failure (despite all individual Ansible tasks succeeding), because a stray
.~tmp~
directory pops up in an unexpected place.ENVIRONMENT
STEPS TO REPRODUCE
AWX_RESOURCE_PROFILING_ENABLED = True
EXPECTED RESULTS
All such jobs should succeed or fail depending solely on the underlying Ansible tasks' outcomes
ACTUAL RESULTS
Here is an example stack trace (also found in #6280):
The text was updated successfully, but these errors were encountered: