instead of str.
Details
Details
- Reviewers
ardumont - Group Reviewers
Reviewers - Commits
- rDLDGa6dd6356e412: Fix test_from_disk's snapshot "id" type for bytes
This should pass with current swh.loader.core version as well as with D3501.
Diff Detail
Diff Detail
- Repository
- rDLDG Git loader
- 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 D3517 (id=12427)
Rebasing onto c895b468ca...
Current branch diff-target is up to date.
Changes applied before test
commit b045eed118e53720f472d4422190325d3732f1eb
Author: David Douard <david.douard@sdfa3.org>
Date: Thu Jul 16 09:53:38 2020 +0200
Fix test_from_disk's snapshot "id" type for bytes
instead of str.See https://jenkins.softwareheritage.org/job/DLDG/job/tests-on-diff/42/ for more details.
| swh/loader/git/tests/test_from_disk.py | ||
|---|---|---|
| 30 | as in: "id": hash_to_bytes("a23699280a82a043f8c0994cf1631b568f716f95")(SNAPSHOT_ID is only used here) | |
Comment Actions
Build is green
Patch application report for D3517 (id=12430)
Rebasing onto c895b468ca...
Current branch diff-target is up to date.
Changes applied before test
commit a6dd6356e412aa0cc499e0166a2b921ed6594b97
Author: David Douard <david.douard@sdfa3.org>
Date: Thu Jul 16 09:53:38 2020 +0200
Fix test_from_disk's snapshot "id" type for bytes
instead of str.See https://jenkins.softwareheritage.org/job/DLDG/job/tests-on-diff/43/ for more details.