-
Notifications
You must be signed in to change notification settings - Fork 144
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
pytest-container flake with locking #3319
Comments
Here's a recent job with the failure. |
And here's one more. |
A bit different example of vanished files:
Here's the job for reference. |
That's a different issue, this one's TF bug: TF creates copies of files inside tmt workdir, tmt runs rsync, rsync notices them - but TF removes the files because it copied them elsewhere and they are no longer needed, and rsync complains about vanishing files. These copies should not exist, and TF is working on fixing it. |
We are hitting this sometin in CI, and the reported also hit it locally when using parallel execution via
python-xdist
.See for more details dcermak/pytest_container#232
More debugging is needed to find the root cause, asked also the upstream for some pointers.
The text was updated successfully, but these errors were encountered: