Properties
Properties
- Buildable
- B524: rDSTO7add2cd61db7: DB schema graph: add new "provenance" cluster
- Build Plan
- Plan 2 Software Heritage Python tests
- Status
Passed
Lint
Lint
- When
- Completed at Oct 7 2016, 4:58 PM · Built for 31 s
- Status
Passed
1 empty logs are hidden. Show all logs.
1 | python3 -m flake8 swh bin/swh-storage-add-dir |
---|---|
2 |
Python tests
Python tests
- When
- Completed at Oct 7 2016, 4:58 PM · Built for 1 m
- Status
Passed
1 empty logs are hidden. Show all logs.
1 | W: unknown repository 'swh-environment', you might want to remove it |
---|---|
2 | db_to_author (test_converters.TestConverters) ... ok |
3 | db_to_git_headers (test_converters.TestConverters) ... ok |
4 | db_to_release (test_converters.TestConverters) ... ok |
5 | db_to_revision (test_converters.TestConverters) ... ok |
6 | |
7 | ---------------------------------------------------------------------- |
8 | Ran 4 tests in 32.446s |
9 | |
10 | OK |
11 |
Update environment from working copy
Update environment from working copy
- When
- Completed at Oct 7 2016, 4:57 PM · Built for 2 m, 58 s
- Status
Passed
1 empty logs are hidden. Show all logs.
124 | 4 files changed, 207 insertions(+), 77 deletions(-) |
---|---|
125 | |
126 | mr update: /home/temp-drydock/drydock/workingcopy-173/repo/swh-environment/swh-storage |
127 | mr update: /home/temp-drydock/drydock/workingcopy-173/repo/swh-environment/swh-storage |
128 | From ssh://forge.softwareheritage.org/diffusion/DSTO/swh-storage |
129 | 189e9c1..7add2cd master -> origin/master |
130 | * [new tag] v0.0.61 -> v0.0.61 |
131 | * [new tag] v0.0.62 -> v0.0.62 |
132 | * [new tag] v0.0.63 -> v0.0.63 |
133 | * [new tag] v0.0.64 -> v0.0.64 |
134 | Updating 189e9c1..7add2cd |
135 | Fast-forward |
136 | debian/control | 4 +- |
137 | requirements.txt | 2 +- |
138 | sql/archiver/swh-archiver-func.sql | 17 ++++ |
139 | sql/archiver/swh-archiver-schema.sql | 2 +- |
140 | sql/archiver/upgrades/005.sql | 24 +++++ |
141 | sql/clusters.dot | 8 ++ |
142 | sql/swh-func.sql | 105 ++++++++++++++++----- |
143 | sql/swh-schema.sql | 2 +- |
144 | sql/upgrades/083.sql | 49 ++++++++++ |
145 | sql/upgrades/084.sql | 74 +++++++++++++++ |
146 | sql/upgrades/085.sql | 74 +++++++++++++++ |
147 | sql/upgrades/086.sql | 44 +++++++++ |
148 | swh/storage/api/client.py | 11 ++- |
149 | swh/storage/api/server.py | 10 +- |
150 | swh/storage/archiver/copier.py | 9 +- |
151 | swh/storage/archiver/db.py | 30 ++++++ |
152 | swh/storage/archiver/director.py | 93 +++++++++++++++--- |
153 | swh/storage/archiver/storage.py | 36 ++++++- |
154 | swh/storage/archiver/tasks.py | 8 +- |
155 | swh/storage/archiver/worker.py | 95 ++++++++++--------- |
156 | swh/storage/db.py | 30 +++--- |
157 | swh/storage/provenance/tasks.py | 6 +- |
158 | swh/storage/storage.py | 45 ++++++--- |
159 | swh/storage/tests/test_archiver.py | 32 ++++++- |
160 | swh/storage/tests/test_storage.py | 166 +++++++++++++++++++++++---------- |
161 | swh/storage/vault/api/cooking_tasks.py | 19 ++-- |
162 | swh/storage/vault/api/server.py | 35 ++++--- |
163 | swh/storage/vault/cache.py | 7 +- |
164 | swh/storage/vault/cooker.py | 119 ++++++++++++++++------- |
165 | 29 files changed, 926 insertions(+), 230 deletions(-) |
166 | create mode 100644 sql/archiver/upgrades/005.sql |
167 | create mode 100644 sql/upgrades/083.sql |
168 | create mode 100644 sql/upgrades/084.sql |
169 | create mode 100644 sql/upgrades/085.sql |
170 | create mode 100644 sql/upgrades/086.sql |
171 | |
172 | mr update: finished (21 ok) |
173 |
Clone on Software Heritage Worker
Clone on Software Heritage Worker
- When
- Completed at Oct 7 2016, 4:54 PM · Built instantly
- Status
Passed