Details
Details
- Reviewers
douardda ardumont - Group Reviewers
Reviewers - Commits
- rDSTO82b41bac01f6: Remove magic CassObject class, use dicts instead.
Diff Detail
Diff Detail
- Repository
- rDSTO Storage manager
- 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 D2947 (id=10492)
Rebasing onto df3207a6b7...
Current branch diff-target is up to date.
Changes applied before test
commit 82b41bac01f6e85785143ec8990f3dc14d5fca98 Author: Valentin Lorentz <vlorentz@softwareheritage.org> Date: Thu Apr 2 16:40:00 2020 +0200 Remove magic CassObject class, use dicts instead.
See https://jenkins.softwareheritage.org/job/DSTO/job/tests-on-diff/51/ for more details.
swh/storage/cassandra/cql.py | ||
---|---|---|
367 | why do you inline the self._add_one? oh, maybe because _add_one deals with model objects and not dict. Note: |
swh/storage/cassandra/cql.py | ||
---|---|---|
367 | correct |