Skip to content
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

CI functional tests sporadically fail with an HTTP 500 error #1274

Closed
mikedep333 opened this issue Oct 12, 2022 · 1 comment · Fixed by #1275
Closed

CI functional tests sporadically fail with an HTTP 500 error #1274

mikedep333 opened this issue Oct 12, 2022 · 1 comment · Fixed by #1275

Comments

@mikedep333
Copy link
Member

Multiple functional tests (within pulp/s3/azure/stream) sporadically fail with an HTTP 500 error.

https://github.com/pulp/pulp_ansible/actions/runs/3231999836/jobs/5292126376#step:13:2459

The logs do not seem to indicate why.

I am trying to reproduce it by running a tmux sessioin, and hitting ctrl+c on the tests once the error is reproduced.

@gerrod3
Copy link
Contributor

gerrod3 commented Oct 12, 2022

I think I found the root cause of this issue explained here: pulp/pulpcore#3299 (comment). We got a race condition present, but we can remove the race in pulp_ansible as well by not creating unnecessary repository versions during the delete task. @mikedep333 I'm going to open a pulp_ansible PR with this change and attach it to this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

2 participants