pulp / Pulp-2-Tests

:warning: ⛔️ Pulp2 is EOL as of November 30 2022, for more info visit this link https://pulpproject.org/2022/09/19/pulp-2-eol/. ⛔️ Functional tests for Pulp 2.
https://pulp-2-tests.readthedocs.io/
1 stars 11 forks source link

Initial adding tests to docker plugin for removing and syncing of docker units #209

Closed bherrin3 closed 5 years ago

bherrin3 commented 5 years ago

Problem

Issue #4549 refactors the handling of removing tags, maniftest_lists, manifests, and blobs within the docker plugin.

Partial Solution

The current implementation gets a start on the solution and is not complete or optimized. However, it does get a starting point into CI so more functionality is checked. Also, it allows more than one person to start working on this file.

It is expected some of the present work will need to be lightly refactored as the To Come section is finalized.

To Come

The following issues need to be addressed to complete #5181.

This test will not address large performance gain by the refactor.

Current Format of batch list to use $in

References

Refs #5181