Skip to content

Conversation

@mikedep333
Copy link

No description provided.

pulpbot and others added 30 commits May 25, 2022 12:58
[noissue]
The test fails because it needs to actually pip uninstall during the
test. By not doing so, migrations are leftover and the restart script
hangs waiting for them to apply. The suggestion on Matrix was to skip
for now.

[noissue]
This is a pulpcore 3.20 compatability requirement.

[noissue]
Runs functional tests in container running Pulp.
Removes ruby bindings test job.
Removes the custom script for running functional tests.

[noissue]
This test requires a proper uninstallation of the plugin (due to a CI script which
checks for unapplied migrations) and then installing the plugin back from the commit
in the PR. The latter is not straightforward and is considered not worth the time and
effort, because the plugin removal is not a common operation and in most use cases
needed for the pulp-2to3-migration plugin only.

[noissue]
This patch also removes the test_download_content module of tests.

[noissue]
This functionality is already tested as part of the test_auto_publish test module.

[noissue]
gerrod3 and others added 29 commits July 18, 2022 17:13
Comma is a valid filename character in both Linux and Windows
file systems, but the previous way of generating manifest file
did not	allow them. This commit	fixes this issue, and introduces
a test for this	very specific edge-case. The test is split into
all three possible sub-cases: comma in filename, comma in folder
name, comma(s) in both.

closes #630
This patch removes the from_pulpcore.test_crd_publications module. The test_publications module
has been augmented with tests that were in from_pulpcore.test_crd_publications module.

This patch makes a small adjustment to the CRUD tests for repositories.

[noissue]
A new feature has been added to pulpcore, which allows users to list
all master model remotes at /pulp/api/v3/remotes/. A test case
covering this feature has been added.

[noissue]

Required-PR: pulp/pulpcore#3150
Attemting to upload a FileContent unit already present inside a
different repository no longer results in an exception being raised,
href of the existing unit is returned instead.

This commit implements support for the plugin-specific feature
implemented inside pulpcore for pulp_file.

The test case prohibiting duplicate filecontent is now outdated
and has been replaced by two new test cases covering the behavior
with both unspecified/specified target repository when uploading
existing filecontent.

closes #774
Includes increasing pulp-workers from 2 to 4

[noissue]
@mikedep333 mikedep333 force-pushed the update_plugin_template branch from 39efcd5 to 7b1c3c1 Compare September 21, 2022 19:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.