pulp / pulp_ostree

OSTree support for the Pulp Platform
https://docs.pulpproject.org/pulp_ostree/
GNU General Public License v2.0
59 stars 43 forks source link

Rewrite `test_filter.py` using pytest #328

Closed git-hyagi closed 9 months ago

git-hyagi commented 9 months ago

fixes: #324

git-hyagi commented 9 months ago

In addition to that, have you tried dropping delete_orphans_pre?

Hum… I didn't. I'll do some tests without it before updating the PR.

git-hyagi commented 9 months ago

Do you believe it makes sense to run these tests in parallel?

Hum... I guess it does. From what I could understand, the _filterrefs and _filtercommits work in different repositories (each one creates its own repository), therefore it should be fine to run them in parallel.