[PR #1310/c7fa1454 backport][3.32] Switch content 2.4 metadata upload test to use attrs package to avoid race condition with large sync test - #1311
Merged
gerrod3 merged 1 commit intoJul 29, 2026
Conversation
… race condition with large sync test (cherry picked from commit c7fa145)
4 tasks
gerrod3
approved these changes
Jul 29, 2026
gerrod3
enabled auto-merge (rebase)
July 29, 2026 15:25
gerrod3
deleted the
patchback/backports/3.32/c7fa1454ac6d806502bfe46be676ef73c50369a0/pr-1310
branch
July 29, 2026 16:14
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This is a backport of PR #1310 as merged into main (c7fa145).
test_basic_pulp_to_pulp_sync uses the large python fixture to populate Pulp which includes setuptools. On sync we don't populate the metadata_version field since it isn't exposed in the pypi/json api, so if this test runs first then setuptools will not have the field set when the content is reused on the upload test. We should come up with a better long term solution but for now this should work.
📜 Checklist
See: Pull Request Walkthrough