instead of hex string representation.
Details
- Reviewers
ardumont - Group Reviewers
Reviewers - Commits
- rDLDHG786f8caa37af: Fix test_loader's "id" types for proper bytes
This should pass with current swh.loader.core version as well as with D3501.
Diff Detail
- Repository
- rDLDHG Mercurial loader
- Lint
Automatic diff as part of commit; lint not applicable. - Unit
Automatic diff as part of commit; unit tests not applicable.
Event Timeline
Build is green
Patch application report for D3516 (id=12426)
Rebasing onto eb613d754d...
Current branch diff-target is up to date.
Changes applied before test
commit fc82f956355c59770a0500468730e6982520aa5e Author: David Douard <david.douard@sdfa3.org> Date: Thu Jul 16 09:50:03 2020 +0200 Fix test_loader's "id" types for proper bytes instead of hex string representation.
See https://jenkins.softwareheritage.org/job/DLDHG/job/tests-on-diff/29/ for more details.
Yes sure, i meant it from:
"id": hash_to_bytes(expected_snapshot_id),
to:
"id: hash_to_bytes("d35668e02e2ba4321dc951cd308cf883786f918a"),
(and drop expected_snapshot_id if it's no longer used which i think it's the case now).
Yes sure, i meant it from:
"id": hash_to_bytes(expected_snapshot_id),to:
"id: hash_to_bytes("d35668e02e2ba4321dc951cd308cf883786f918a"),(and drop expected_snapshot_id if it's no longer used which i think it's the case now).
of course, i took the wrong path again... (i should have read back the code before answering sorry):
# because it's still used but we no longer need its hex form expected_snapshot_id = hash_to_bytes("d35668e02e2ba4321dc951cd308cf883786f918a"), ... "id: expected_snapshot_id, ...
ohh... it's unreadable, i'll target the diff instead... (sorry)
ohh... it's unreadable, i'll target the diff instead... (sorry)
done
(but do as you wish heh, i already accepted it :)
Build is green
Patch application report for D3516 (id=12432)
Rebasing onto eb613d754d...
Current branch diff-target is up to date.
Changes applied before test
commit 786f8caa37af4dec1826dd9a381307dc9b940a68 Author: David Douard <david.douard@sdfa3.org> Date: Thu Jul 16 09:50:03 2020 +0200 Fix test_loader's "id" types for proper bytes instead of hex string representation.
See https://jenkins.softwareheritage.org/job/DLDHG/job/tests-on-diff/32/ for more details.