Details
Details
- Reviewers
ardumont - Group Reviewers
Reviewers - Commits
- rDLDG2a3e57db3762: Make MockStorage1 return the same types as the real storage.
Diff Detail
Diff Detail
- Repository
- rDLDG Git loader
- Branch
- mockstorage-types
- Lint
No Linters Available - Unit
No Unit Test Coverage - Build Status
Buildable 2419 Build 2963: tox-on-jenkins Jenkins Build 2962: arc lint + arc unit
Event Timeline
Comment Actions
Build is green
See https://jenkins.softwareheritage.org/job/DLDG/job/tox/23/ for more details.
swh/loader/git/tests/test_loader.py | ||
---|---|---|
244 | why did it work before? |
swh/loader/git/tests/test_loader.py | ||
---|---|---|
244 | Probably because it compared hex representations of "new" stuff with bytes representations of what was already in the db, which were unequal. |
swh/loader/git/tests/test_loader.py | ||
---|---|---|
244 | That makes sense. |