Details
Details
- Reviewers
anlambert - Group Reviewers
Reviewers - Maniphest Tasks
- T2486: Add missing coverage to the check-snapshot utility check function (and drop dead code)
- Commits
- rDLDBASE3e48d63e8804: loaders.tests: Simplify and add coverage to check_snapshot
tox
Diff Detail
Diff Detail
- Repository
- rDLDBASE Generic VCS/Package Loader
- Branch
- master
- Lint
No Linters Available - Unit
No Unit Test Coverage - Build Status
Buildable 13416 Build 20518: Phabricator diff pipeline on jenkins Jenkins console · Jenkins Build 20517: arc lint + arc unit
Event Timeline
Comment Actions
Build is green
Patch application report for D3444 (id=12196)
Rebasing onto b5caab2756...
Current branch diff-target is up to date.
Changes applied before test
commit eb76d27d26b2ce27c5b76fd0470511e18272cd95 Author: Antoine R. Dumont (@ardumont) <ardumont@softwareheritage.org> Date: Tue Jul 7 13:15:18 2020 +0200 loaders.tests: Drop dead code Tests are running with pg-storage instance. So we never pass there. Also this method will get improved upon soon [1] [1] T2483 Related to T2486
See https://jenkins.softwareheritage.org/job/DLDBASE/job/tests-on-diff/110/ for more details.
Comment Actions
Build is green
Patch application report for D3444 (id=12197)
Rebasing onto b5caab2756...
Current branch diff-target is up to date.
Changes applied before test
commit c8c02d48fcb6de6d23fcb0218f1771ed6ff47364 Author: Antoine R. Dumont (@ardumont) <ardumont@softwareheritage.org> Date: Tue Jul 7 13:15:18 2020 +0200 loaders.tests: Drop dead code Tests are running with pg-storage instance. So we never pass there. Also this method will get improved upon soon [1] [1] T2483 Related to T2486
See https://jenkins.softwareheritage.org/job/DLDBASE/job/tests-on-diff/111/ for more details.
Comment Actions
Build is green
Patch application report for D3444 (id=12204)
Rebasing onto b5caab2756...
Current branch diff-target is up to date.
Changes applied before test
commit 3e48d63e8804f721583b6aa81a744007263de1c7 Author: Antoine R. Dumont (@ardumont) <ardumont@softwareheritage.org> Date: Tue Jul 7 13:15:18 2020 +0200 loaders.tests: Simplify and add coverage to check_snapshot The uncovered conditional is dead code since tests no longer run with in-memory storage. This adds the necessary scenario to check the no snapshot found case is covered. Related to T2486
See https://jenkins.softwareheritage.org/job/DLDBASE/job/tests-on-diff/112/ for more details.