-
Bug
-
Resolution: Unresolved
-
Undefined
-
None
-
None
-
None
-
insights-content
-
None
We've see a few intermittent failures in stage and prod from the InstallUploadRepoContent integration test where the upload repo becomes Unavailable or is cleaned up (presumably because the task fails) after uploading a package.
Looking at the admin tasks, the add-uploads-repository task fails with this error on a test run in prod from March 5 2026:
could not convert uploads to artifacts could not finish upload: finishing upload: 404 Not Found: {"detail":"No Upload matches the given query."}
On a test run in stage from March 2 2026, the add-uploads-repository task failed with this error:
error creating rpm distributions: 400 Bad Request: {"publication":["Invalid hyperlink - Object does not exist."]}
This could be related to the timing of the test or something deeper in the backend or frontend logic that handles uploads.