They are not used anywhere
Details
Details
- Reviewers
ardumont - Group Reviewers
Reviewers - Maniphest Tasks
- T4403: Update objstorage interface to return dicts of hashes instead of single sha1
- Commits
- rDOBJSde6be10bf10d: Remove ID-based filters
Diff Detail
Diff Detail
- Repository
- rDOBJS Object storage
- Lint
Automatic diff as part of commit; lint not applicable. - Unit
Automatic diff as part of commit; unit tests not applicable.
Event Timeline
Comment Actions
Build is green
Patch application report for D8074 (id=29145)
Rebasing onto 667cb87b93...
Current branch diff-target is up to date.
Changes applied before test
commit de6be10bf10d021a08e6da0aaca4aa2fd1483068 Author: Valentin Lorentz <vlorentz@softwareheritage.org> Date: Mon Jul 4 14:57:30 2022 +0200 Remove ID-based filters They are not used anywhere
See https://jenkins.softwareheritage.org/job/DOBJS/job/tests-on-diff/170/ for more details.
Comment Actions
ok, one question inline.
Please rework the commit message to mention directly it's unused: "Remove unused ID-based filters."
That's short enough and to the point, no need for the description then.
swh/objstorage/tests/test_readonly_filter.py | ||
---|---|---|
22 | why not use pytest like the rest of swh modules? |
Comment Actions
it implies there are ID-based filters that were not removed
swh/objstorage/tests/test_readonly_filter.py | ||
---|---|---|
22 | I only moved the file, these are not new tests. |