-
Notifications
You must be signed in to change notification settings - Fork 45
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
Investigate intermittent test failures in PushManifestListTestCase
#1275
Comments
Let's see if the issue persists after merging: #1273. I changed the names of test repositories to avoid collisions with references. The repository
|
The issue persists after introducing the above change:
|
I am removing the prio-list label because it is not bugging us that often. |
Something suspicious is going on here:
Pulp returns 400 during the upload for some reason. |
anything in the logs why 400? |
it says invalid repository name |
There is a race condition here.
Note the time. |
I just don't understand why it manifests specifically in the manifest list push and not during regular image |
Actually, it does not fail on serializer.create() because that it would fail with integrity error which we catch later on, but rather on serializer.is_valid line which ends up raising ValidaitonError
|
The text was updated successfully, but these errors were encountered: