-
Notifications
You must be signed in to change notification settings - Fork 55
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 race condition causing ENOPRSTATS #827
Fix race condition causing ENOPRSTATS #827
Conversation
Build failed. ✔️ pre-commit SUCCESS in 2m 08s |
cce5f90
to
a6c5a47
Compare
Build succeeded. ✔️ pre-commit SUCCESS in 2m 23s |
Build succeeded. ✔️ pre-commit SUCCESS in 2m 12s |
Build succeeded. ✔️ pre-commit SUCCESS in 2m 18s |
da03840
to
280368a
Compare
Build succeeded. ✔️ pre-commit SUCCESS in 2m 02s |
46c6867
to
9f80fb8
Compare
...ion/pagure/test_data/test_pull_requests/PullRequests.test_pr_diff_failing_and_succeding.yaml
Outdated
Show resolved
Hide resolved
Build succeeded. ✔️ pre-commit SUCCESS in 2m 05s |
17523b5
to
4bce8da
Compare
Build succeeded. ✔️ pre-commit SUCCESS in 2m 08s |
4bce8da
to
7070fc9
Compare
Build succeeded. ✔️ pre-commit SUCCESS in 2m 02s |
Co-authored-by: Nikola Forró <[email protected]>
7070fc9
to
f23c952
Compare
Build succeeded. ✔️ pre-commit SUCCESS in 2m 07s |
Build succeeded (gate pipeline). ✔️ pre-commit SUCCESS in 2m 03s |
4d2efab
into
packit:main
Handle race condition causing ENOPRSTATS Fixes #2287 Merge after packit/ogr#827 RELEASE NOTES BEGIN We have handled an exception causing Koji builds and Bodhi updates not be run after merging a Packit downstream pull request. RELEASE NOTES END Reviewed-by: Nikola Forró Reviewed-by: Maja Massarini
When we get the ENOPRSTATS exception from Pagure there is a race condition.
We can try to run the call again and see if it solves the problem.
Fixes packit/packit-service#2287
Merge before packit/packit-service#2289