Details
- Reviewers
vlorentz - Group Reviewers
Reviewers - Maniphest Tasks
- T2310: Make origin visits immutable
- Commits
- rDSTOe3e76c42b43a: cassandra: Adapt internal implementations to use origin visit update
tox
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
Build is green
Patch application report for D2939 (id=10450)
Could not rebase; Attempt merge onto 377e6a8072...
Updating 377e6a8..400dd86 Fast-forward sql/upgrades/147.sql | 51 ++++++++++ swh/storage/cassandra/cql.py | 91 +++++++++--------- swh/storage/cassandra/schema.py | 12 ++- swh/storage/cassandra/storage.py | 163 ++++++++++++++++++++++++++------ swh/storage/db.py | 173 ++++++++++++++++++++-------------- swh/storage/in_memory.py | 185 ++++++++++++++++++++++++++----------- swh/storage/sql/30-swh-schema.sql | 23 ++++- swh/storage/sql/60-swh-indexes.sql | 11 +++ swh/storage/storage.py | 137 ++++++++++++++++++++++----- 9 files changed, 627 insertions(+), 219 deletions(-) create mode 100644 sql/upgrades/147.sql
Changes applied before test
commit 400dd86e25e4b64558e957f004a60a699caff87d Author: Antoine R. Dumont (@ardumont) <antoine.romain.dumont@gmail.com> Date: Mon Mar 30 13:08:32 2020 +0200 cassandra: Adapt internal implementations to use origin visit update Related to T2310 commit 0cdd6dfa9c5b038f1ad2033c4b0baa908d48adc4 Author: Antoine R. Dumont (@ardumont) <antoine.romain.dumont@gmail.com> Date: Thu Mar 26 14:15:17 2020 +0100 pg-storage: Adapt internal implementations to use origin visit update Related to T2310 commit b29327fd7cb7316ae6ba3ad27f53971d696d324f Author: Antoine R. Dumont (@ardumont) <antoine.romain.dumont@gmail.com> Date: Wed Mar 25 17:53:48 2020 +0100 in_memory: Adapt internal implementations to use origin visit update (pairing with @vlorentz) Related to T2310
See https://jenkins.softwareheritage.org/job/DSTO/job/tests-on-diff/45/ for more details.
Build is green
Patch application report for D2939 (id=10461)
Could not rebase; Attempt merge onto df3207a6b7...
Updating df3207a..0861c6f Fast-forward sql/upgrades/147.sql | 51 ++++++++++ swh/storage/cassandra/cql.py | 91 +++++++++--------- swh/storage/cassandra/schema.py | 12 ++- swh/storage/cassandra/storage.py | 163 ++++++++++++++++++++++++++------ swh/storage/db.py | 173 ++++++++++++++++++++-------------- swh/storage/in_memory.py | 186 ++++++++++++++++++++++++++----------- swh/storage/sql/30-swh-schema.sql | 23 ++++- swh/storage/sql/60-swh-indexes.sql | 11 +++ swh/storage/storage.py | 137 ++++++++++++++++++++++----- 9 files changed, 628 insertions(+), 219 deletions(-) create mode 100644 sql/upgrades/147.sql
Changes applied before test
commit 0861c6f773211fcabf6ce438f8ff16ccf7203ca0 Author: Antoine R. Dumont (@ardumont) <antoine.romain.dumont@gmail.com> Date: Mon Mar 30 13:08:32 2020 +0200 cassandra: Adapt internal implementations to use origin visit update Related to T2310 commit acfd83b8414c591ae25fc2d178db176074a7e8c7 Author: Antoine R. Dumont (@ardumont) <antoine.romain.dumont@gmail.com> Date: Thu Mar 26 14:15:17 2020 +0100 pg-storage: Adapt internal implementations to use origin visit update Related to T2310 commit c7ca0d04ff2d74150a1acde201b278d03d5a94d1 Author: Antoine R. Dumont (@ardumont) <antoine.romain.dumont@gmail.com> Date: Wed Mar 25 17:53:48 2020 +0100 in_memory: Adapt internal implementations to use origin visit update (pairing with @vlorentz) Related to T2310
See https://jenkins.softwareheritage.org/job/DSTO/job/tests-on-diff/50/ for more details.
Build is green
Patch application report for D2939 (id=10643)
Could not rebase; Attempt merge onto b0b0313c96...
Updating b0b0313..042cc07 Fast-forward sql/upgrades/147.sql | 51 ++++++++++ swh/storage/cassandra/cql.py | 101 +++++++++++--------- swh/storage/cassandra/schema.py | 12 ++- swh/storage/cassandra/storage.py | 161 ++++++++++++++++++++++++++------ swh/storage/db.py | 185 +++++++++++++++++++++++-------------- swh/storage/in_memory.py | 184 ++++++++++++++++++++++++++---------- swh/storage/sql/30-swh-schema.sql | 23 ++++- swh/storage/sql/60-swh-indexes.sql | 11 +++ swh/storage/storage.py | 143 +++++++++++++++++++++++----- 9 files changed, 655 insertions(+), 216 deletions(-) create mode 100644 sql/upgrades/147.sql
Changes applied before test
commit 042cc078dac0d295541865cf4212aad4a9c5a075 Author: Antoine R. Dumont (@ardumont) <antoine.romain.dumont@gmail.com> Date: Mon Mar 30 13:08:32 2020 +0200 cassandra: Adapt internal implementations to use origin visit update Related to T2310 commit 6020bf50b613c3dd9d2967ae5efdf985cd8097c7 Author: Antoine R. Dumont (@ardumont) <antoine.romain.dumont@gmail.com> Date: Thu Mar 26 14:15:17 2020 +0100 pg-storage: Adapt internal implementations to use origin visit update Related to T2310 commit 65a4044601d1c8259585a127c28a7b5c23a3d1c6 Author: Antoine R. Dumont (@ardumont) <antoine.romain.dumont@gmail.com> Date: Wed Mar 25 17:53:48 2020 +0100 in_memory: Adapt internal implementations to use origin visit update (pairing with @vlorentz) Related to T2310
See https://jenkins.softwareheritage.org/job/DSTO/job/tests-on-diff/83/ for more details.
Build is green
Patch application report for D2939 (id=10694)
Could not rebase; Attempt merge onto ddac3d27e3...
Updating ddac3d2..659e4b3 Fast-forward requirements-swh.txt | 2 +- sql/upgrades/147.sql | 68 ++++++++++++++ swh/storage/cassandra/cql.py | 101 +++++++++++--------- swh/storage/cassandra/schema.py | 12 ++- swh/storage/cassandra/storage.py | 161 ++++++++++++++++++++++++++------ swh/storage/db.py | 185 +++++++++++++++++++++++-------------- swh/storage/in_memory.py | 184 ++++++++++++++++++++++++++---------- swh/storage/sql/20-swh-enums.sql | 4 +- swh/storage/sql/30-swh-schema.sql | 25 ++++- swh/storage/sql/60-swh-indexes.sql | 11 +++ swh/storage/storage.py | 143 +++++++++++++++++++++++----- 11 files changed, 676 insertions(+), 220 deletions(-) create mode 100644 sql/upgrades/147.sql
Changes applied before test
commit 659e4b3bf5efba7412ad79c1867e6d57b47cc28f Author: Antoine R. Dumont (@ardumont) <antoine.romain.dumont@gmail.com> Date: Mon Mar 30 13:08:32 2020 +0200 cassandra: Adapt internal implementations to use origin visit update Related to T2310 commit 666018f9d82714a18a084ab5aace0308140ee36e Author: Antoine R. Dumont (@ardumont) <antoine.romain.dumont@gmail.com> Date: Thu Mar 26 14:15:17 2020 +0100 pg-storage: Adapt internal implementations to use origin visit update Related to T2310 commit 88fa1b0e22dd1996afeee99ffcbccd0c8c3be110 Author: Antoine R. Dumont (@ardumont) <antoine.romain.dumont@gmail.com> Date: Wed Mar 25 17:53:48 2020 +0100 in_memory: Adapt internal implementations to use origin visit update (pairing with @vlorentz) Related to T2310
See https://jenkins.softwareheritage.org/job/DSTO/job/tests-on-diff/92/ for more details.
Build is green
Patch application report for D2939 (id=10821)
Could not rebase; Attempt merge onto bca643acab...
Updating bca643a..8a984f1 Fast-forward requirements-swh.txt | 2 +- sql/upgrades/147.sql | 68 ++++++++++++++ swh/storage/cassandra/cql.py | 101 +++++++++++--------- swh/storage/cassandra/schema.py | 12 ++- swh/storage/cassandra/storage.py | 161 ++++++++++++++++++++++++++------ swh/storage/db.py | 185 +++++++++++++++++++++++-------------- swh/storage/in_memory.py | 184 ++++++++++++++++++++++++++---------- swh/storage/sql/20-swh-enums.sql | 4 +- swh/storage/sql/30-swh-schema.sql | 25 ++++- swh/storage/sql/60-swh-indexes.sql | 11 +++ swh/storage/storage.py | 143 +++++++++++++++++++++++----- 11 files changed, 676 insertions(+), 220 deletions(-) create mode 100644 sql/upgrades/147.sql
Changes applied before test
commit 8a984f187dd839fe2427b7d417355bf0b98d06b0 Author: Antoine R. Dumont (@ardumont) <antoine.romain.dumont@gmail.com> Date: Mon Mar 30 13:08:32 2020 +0200 cassandra: Adapt internal implementations to use origin visit update Related to T2310 commit 87587457bd1d5e6ca2e5c6e416e6003f4671dacc Author: Antoine R. Dumont (@ardumont) <antoine.romain.dumont@gmail.com> Date: Thu Mar 26 14:15:17 2020 +0100 pg-storage: Adapt internal implementations to use origin visit update Related to T2310 commit 13fc814a0c0bef9487321138cf472b0fdbe48a28 Author: Antoine R. Dumont (@ardumont) <antoine.romain.dumont@gmail.com> Date: Wed Mar 25 17:53:48 2020 +0100 in_memory: Adapt internal implementations to use origin visit update (pairing with @vlorentz) Related to T2310
See https://jenkins.softwareheritage.org/job/DSTO/job/tests-on-diff/110/ for more details.
swh/storage/cassandra/storage.py | ||
---|---|---|
925–926 | I think this should be an assert, and the function not return Optional |
Build is green
Patch application report for D2939 (id=10935)
Could not rebase; Attempt merge onto 49109d173f...
Updating 49109d1..5b97b5a Fast-forward requirements-swh.txt | 2 +- sql/upgrades/147.sql | 64 +++++++++++++ swh/storage/cassandra/cql.py | 101 +++++++++++--------- swh/storage/cassandra/schema.py | 12 ++- swh/storage/cassandra/storage.py | 158 +++++++++++++++++++++++++------ swh/storage/db.py | 185 +++++++++++++++++++++++-------------- swh/storage/in_memory.py | 182 ++++++++++++++++++++++++++---------- swh/storage/sql/20-swh-enums.sql | 4 +- swh/storage/sql/30-swh-schema.sql | 31 ++++++- swh/storage/sql/60-swh-indexes.sql | 11 +++ swh/storage/storage.py | 143 +++++++++++++++++++++++----- 11 files changed, 671 insertions(+), 222 deletions(-) create mode 100644 sql/upgrades/147.sql
Changes applied before test
commit 5b97b5a6d97da79fc341c9d65be78e5d35e0a02e Author: Antoine R. Dumont (@ardumont) <antoine.romain.dumont@gmail.com> Date: Mon Mar 30 13:08:32 2020 +0200 cassandra: Adapt internal implementations to use origin visit update Related to T2310 commit d0b1b1c1e5de8eb8e0811d77f78ca23198cb5ed3 Author: Antoine R. Dumont (@ardumont) <antoine.romain.dumont@gmail.com> Date: Thu Mar 26 14:15:17 2020 +0100 pg-storage: Adapt internal implementations to use origin visit update Related to T2310 commit 9cc80f8f92f37ecdd948179b6bf954b3109382d5 Author: Antoine R. Dumont (@ardumont) <antoine.romain.dumont@gmail.com> Date: Wed Mar 25 17:53:48 2020 +0100 in_memory: Adapt internal implementations to use origin visit update (pairing with @vlorentz) Related to T2310
See https://jenkins.softwareheritage.org/job/DSTO/job/tests-on-diff/140/ for more details.
Build is green
Patch application report for D2939 (id=10938)
Could not rebase; Attempt merge onto 49109d173f...
Updating 49109d1..b405a60 Fast-forward requirements-swh.txt | 2 +- sql/upgrades/147.sql | 64 +++++++++++++ swh/storage/cassandra/cql.py | 101 +++++++++++--------- swh/storage/cassandra/schema.py | 12 ++- swh/storage/cassandra/storage.py | 157 +++++++++++++++++++++++++------ swh/storage/db.py | 185 +++++++++++++++++++++++-------------- swh/storage/in_memory.py | 179 +++++++++++++++++++++++++---------- swh/storage/sql/20-swh-enums.sql | 4 +- swh/storage/sql/30-swh-schema.sql | 31 ++++++- swh/storage/sql/60-swh-indexes.sql | 11 +++ swh/storage/storage.py | 140 +++++++++++++++++++++++----- 11 files changed, 664 insertions(+), 222 deletions(-) create mode 100644 sql/upgrades/147.sql
Changes applied before test
commit b405a60d5d7483a775bdfa58f40af98649b6d0bd Author: Antoine R. Dumont (@ardumont) <antoine.romain.dumont@gmail.com> Date: Mon Mar 30 13:08:32 2020 +0200 cassandra: Adapt internal implementations to use origin visit update Related to T2310 commit 3029a2c7300ac518d024de24aaeecb1ef964399e Author: Antoine R. Dumont (@ardumont) <antoine.romain.dumont@gmail.com> Date: Thu Mar 26 14:15:17 2020 +0100 pg-storage: Adapt internal implementations to use origin visit update Related to T2310 commit d3e97b9d9cfa636b7e4a079ee3dcf0851ee34dba Author: Antoine R. Dumont (@ardumont) <antoine.romain.dumont@gmail.com> Date: Wed Mar 25 17:53:48 2020 +0100 in_memory: Adapt internal implementations to use origin visit update (pairing with @vlorentz) Related to T2310
See https://jenkins.softwareheritage.org/job/DSTO/job/tests-on-diff/143/ for more details.
Build is green
Patch application report for D2939 (id=10940)
Could not rebase; Attempt merge onto 49109d173f...
Updating 49109d1..b1b443e Fast-forward requirements-swh.txt | 2 +- sql/upgrades/147.sql | 64 +++++++++++++ swh/storage/cassandra/cql.py | 101 +++++++++++--------- swh/storage/cassandra/schema.py | 12 ++- swh/storage/cassandra/storage.py | 157 +++++++++++++++++++++++++------ swh/storage/db.py | 185 +++++++++++++++++++++++-------------- swh/storage/in_memory.py | 179 +++++++++++++++++++++++++---------- swh/storage/sql/20-swh-enums.sql | 4 +- swh/storage/sql/30-swh-schema.sql | 31 ++++++- swh/storage/sql/60-swh-indexes.sql | 11 +++ swh/storage/storage.py | 140 +++++++++++++++++++++++----- 11 files changed, 664 insertions(+), 222 deletions(-) create mode 100644 sql/upgrades/147.sql
Changes applied before test
commit b1b443ea465337830887aa22305a420f5c161d6f Author: Antoine R. Dumont (@ardumont) <antoine.romain.dumont@gmail.com> Date: Mon Mar 30 13:08:32 2020 +0200 cassandra: Adapt internal implementations to use origin visit update Related to T2310 commit a8383ad26d53ea50ab26c1c33bc80967ae8635e3 Author: Antoine R. Dumont (@ardumont) <antoine.romain.dumont@gmail.com> Date: Thu Mar 26 14:15:17 2020 +0100 pg-storage: Adapt internal implementations to use origin visit update Related to T2310 commit d3e97b9d9cfa636b7e4a079ee3dcf0851ee34dba Author: Antoine R. Dumont (@ardumont) <antoine.romain.dumont@gmail.com> Date: Wed Mar 25 17:53:48 2020 +0100 in_memory: Adapt internal implementations to use origin visit update (pairing with @vlorentz) Related to T2310
See https://jenkins.softwareheritage.org/job/DSTO/job/tests-on-diff/145/ for more details.
Build is green
Patch application report for D2939 (id=10948)
Could not rebase; Attempt merge onto 49109d173f...
Updating 49109d1..e3e76c4 Fast-forward requirements-swh.txt | 2 +- sql/upgrades/147.sql | 64 +++++++++++++ swh/storage/cassandra/cql.py | 101 +++++++++++--------- swh/storage/cassandra/schema.py | 12 ++- swh/storage/cassandra/storage.py | 157 +++++++++++++++++++++++++------ swh/storage/db.py | 185 +++++++++++++++++++++++-------------- swh/storage/in_memory.py | 179 +++++++++++++++++++++++++---------- swh/storage/sql/20-swh-enums.sql | 4 +- swh/storage/sql/30-swh-schema.sql | 31 ++++++- swh/storage/sql/60-swh-indexes.sql | 11 +++ swh/storage/storage.py | 140 +++++++++++++++++++++++----- 11 files changed, 664 insertions(+), 222 deletions(-) create mode 100644 sql/upgrades/147.sql
Changes applied before test
commit e3e76c42b43a5634f612b0f6acf19468abd1eb3a Author: Antoine R. Dumont (@ardumont) <antoine.romain.dumont@gmail.com> Date: Mon Mar 30 13:08:32 2020 +0200 cassandra: Adapt internal implementations to use origin visit update Related to T2310 commit a720caed6eebbb68a9f9b5be554a52859aa052d6 Author: Antoine R. Dumont (@ardumont) <antoine.romain.dumont@gmail.com> Date: Thu Mar 26 14:15:17 2020 +0100 pg-storage: Adapt internal implementations to use origin visit update Related to T2310 commit ead80889fb44d7c0e929b913f3e852ab851c0a3d Author: Antoine R. Dumont (@ardumont) <antoine.romain.dumont@gmail.com> Date: Wed Mar 25 17:53:48 2020 +0100 in_memory: Adapt internal implementations to use origin visit update (pairing with @vlorentz) Related to T2310
See https://jenkins.softwareheritage.org/job/DSTO/job/tests-on-diff/148/ for more details.