Instead of maintaining a set of modified paths for each replayed revision,
use the swh.model.from_disk.Directory.collect method which performs the same
task by returning added or modified contents and directories since the last
collect operation.
Details
Details
- Reviewers
ardumont - Group Reviewers
Reviewers - Commits
- rDLDSVNaaa82617befc: replay: Use swh.model.from_disk.Directory.collect
Diff Detail
Diff Detail
- Repository
- rDLDSVN Subversion (SVN) loader
- Branch
- master
- Lint
No Linters Available - Unit
No Unit Test Coverage - Build Status
Buildable 32343 Build 50658: Phabricator diff pipeline on jenkins Jenkins console · Jenkins Build 50657: arc lint + arc unit
Event Timeline
Comment Actions
Build is green
Patch application report for D8693 (id=31396)
Rebasing onto 8e735c953b...
Current branch diff-target is up to date.
Changes applied before test
commit aaa82617befcdf42e42f3839734ff1d2109d5945
Author: Antoine Lambert <anlambert@softwareheritage.org>
Date: Mon Oct 17 19:21:52 2022 +0200
replay: Use swh.model.from_disk.Directory.collect
Instead of maintaining a set of modified paths for each replayed revision,
use the swh.model.from_disk.Directory.collect method which performs the same
task by returning added or modified contents and directories since the last
collect operation.See https://jenkins.softwareheritage.org/job/DLDSVN/job/tests-on-diff/336/ for more details.