Details
Details
- Reviewers
ardumont - Group Reviewers
Reviewers - Commits
- rDSTOf140f634b63d: cassandra: Add tests checking directory_add and snapshot_add are atomic.
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 D5720 (id=20431)
Rebasing onto 761709957a...
Current branch diff-target is up to date.
Changes applied before test
commit 4d3eeb2edd5b1413a968a30b1b0f585be4dcf4e0 Author: Valentin Lorentz <vlorentz@softwareheritage.org> Date: Mon May 10 14:13:20 2021 +0200 cassandra: Add tests checking directory_add and snapshot_add are atomic.
See https://jenkins.softwareheritage.org/job/DSTO/job/tests-on-diff/1317/ for more details.
Comment Actions
Ok.
Some questions though:
- Why is this limited to directory and snapshot?
- Why is this limited to the cassandra backend?
Comment Actions
They are the only ones with multiple rows per object (other than indices)
- Why is this limited to the cassandra backend?
Because we implement transactionality ourselves in the cassandra backend, but rely on postgresql transactions in the postgresql backend.
Comment Actions
- Why is this limited to directory and snapshot?
They are the only ones with multiple rows per object (other than indices)
- Why is this limited to the cassandra backend?
Because we implement transactionality ourselves in the cassandra backend, but rely on postgresql transactions in the postgresql backend.
Thanks for clarifying ;)
Comment Actions
Build is green
Patch application report for D5720 (id=20473)
Rebasing onto b487a21f27...
Current branch diff-target is up to date.
Changes applied before test
commit f140f634b63d53773a016c493eff6ed153e24acc Author: Valentin Lorentz <vlorentz@softwareheritage.org> Date: Mon May 10 14:13:20 2021 +0200 cassandra: Add tests checking directory_add and snapshot_add are atomic.
See https://jenkins.softwareheritage.org/job/DSTO/job/tests-on-diff/1323/ for more details.