Properties
Properties
- Buildable
- B260: rDSTO3ab3d3dd27f1: Remove objstorage scripts
- Build Plan
- Plan 2 Software Heritage Python tests
- Status
Passed
Lint
Lint
- When
- Completed at Jun 27 2016, 2:57 PM · Built for 2 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 Jun 27 2016, 2:57 PM · Built for 3 s
- Status
Passed
1 empty logs are hidden. Show all logs.
1 | W: unknown repository 'swh-environment', you might want to remove it |
---|---|
2 | W: unknown repository 'swh-loader-vcs', you might want to remove it |
3 | db_to_author (test_converters.TestConverters) ... ok |
4 | db_to_git_headers (test_converters.TestConverters) ... ok |
5 | db_to_release (test_converters.TestConverters) ... ok |
6 | db_to_revision (test_converters.TestConverters) ... ok |
7 | |
8 | ---------------------------------------------------------------------- |
9 | Ran 4 tests in 0.858s |
10 | |
11 | OK |
12 |
Update environment from working copy
Update environment from working copy
- When
- Completed at Jun 27 2016, 2:57 PM · Built for 25 s
- Status
Passed
145 | |
---|---|
146 | mr update: /home/temp-drydock/drydock/workingcopy-161/repo/swh-environment/swh-model |
147 | mr update: /home/temp-drydock/drydock/workingcopy-161/repo/swh-environment/swh-model |
148 | Already up-to-date. |
149 | |
150 | mr update: /home/temp-drydock/drydock/workingcopy-161/repo/swh-environment/swh-scheduler |
151 | mr update: /home/temp-drydock/drydock/workingcopy-161/repo/swh-environment/swh-scheduler |
152 | Already up-to-date. |
153 | |
154 | mr update: /home/temp-drydock/drydock/workingcopy-161/repo/swh-environment/swh-web-ui |
155 | mr update: /home/temp-drydock/drydock/workingcopy-161/repo/swh-environment/swh-web-ui |
156 | From ssh://forge.softwareheritage.org/diffusion/DWUI/swh-web-ui |
157 | 2b9a9c6..f3cf763 master -> origin/master |
158 | Updating 2b9a9c6..f3cf763 |
159 | Fast-forward |
160 | swh/web/ui/backend.py | 19 +++++ |
161 | swh/web/ui/service.py | 25 ++++++ |
162 | swh/web/ui/tests/test_backend.py | 86 ++++++++++++++++++++ |
163 | swh/web/ui/tests/test_service.py | 158 +++++++++++++++++++++++++++++++++++++ |
164 | swh/web/ui/tests/views/test_api.py | 98 +++++++++++++++++++++++ |
165 | swh/web/ui/views/api.py | 25 ++++-- |
166 | 6 files changed, 405 insertions(+), 6 deletions(-) |
167 | |
168 | mr update: /home/temp-drydock/drydock/workingcopy-161/repo/swh-environment/swh-storage |
169 | mr update: /home/temp-drydock/drydock/workingcopy-161/repo/swh-environment/swh-storage |
170 | From ssh://forge.softwareheritage.org/diffusion/DSTO/swh-storage |
171 | a623ce8..92e6cd8 master -> origin/master |
172 | Updating a623ce8..92e6cd8 |
173 | Fast-forward |
174 | bin/swh-objstorage-add-dir | 37 -- |
175 | bin/swh-objstorage-fsck | 28 -- |
176 | debian/control | 1 + |
177 | requirements.txt | 1 + |
178 | setup.py | 7 - |
179 | swh/storage/api/client.py | 5 +- |
180 | swh/storage/api/common.py | 69 ---- |
181 | swh/storage/api/server.py | 6 +- |
182 | swh/storage/archiver/copier.py | 2 +- |
183 | swh/storage/checker/__init__.py | 0 |
184 | swh/storage/checker/checker.py | 171 ---------- |
185 | swh/storage/exc.py | 12 - |
186 | swh/storage/objstorage/__init__.py | 4 - |
187 | swh/storage/objstorage/api/__init__.py | 0 |
188 | swh/storage/objstorage/api/client.py | 103 ------ |
189 | swh/storage/objstorage/api/server.py | 96 ------ |
190 | swh/storage/objstorage/multiplexer/__init__.py | 4 - |
191 | .../objstorage/multiplexer/filter/__init__.py | 98 ------ |
192 | .../objstorage/multiplexer/filter/filter.py | 48 --- |
193 | .../objstorage/multiplexer/filter/id_filter.py | 99 ------ |
194 | .../multiplexer/filter/read_write_filter.py | 17 - |
195 | .../multiplexer/multiplexer_objstorage.py | 194 ----------- |
196 | swh/storage/objstorage/objstorage.py | 119 ------- |
197 | swh/storage/objstorage/objstorage_pathslicing.py | 347 ------------------- |
198 | swh/storage/storage.py | 5 +- |
199 | swh/storage/tests/objstorage_testing.py | 70 ---- |
200 | swh/storage/tests/test_archiver.py | 6 +- |
201 | swh/storage/tests/test_checker.py | 128 ------- |
202 | swh/storage/tests/test_multiplexer_filter.py | 373 --------------------- |
203 | swh/storage/tests/test_objstorage_api.py | 88 ----- |
204 | swh/storage/tests/test_objstorage_multiplexer.py | 78 ----- |
205 | swh/storage/tests/test_objstorage_pathslicing.py | 76 ----- |
206 | 32 files changed, 15 insertions(+), 2277 deletions(-) |
207 | delete mode 100755 bin/swh-objstorage-add-dir |
208 | delete mode 100755 bin/swh-objstorage-fsck |
209 | delete mode 100644 swh/storage/api/common.py |
210 | delete mode 100644 swh/storage/checker/__init__.py |
211 | delete mode 100644 swh/storage/checker/checker.py |
212 | delete mode 100644 swh/storage/objstorage/__init__.py |
213 | delete mode 100644 swh/storage/objstorage/api/__init__.py |
214 | delete mode 100644 swh/storage/objstorage/api/client.py |
215 | delete mode 100644 swh/storage/objstorage/api/server.py |
216 | delete mode 100644 swh/storage/objstorage/multiplexer/__init__.py |
217 | delete mode 100644 swh/storage/objstorage/multiplexer/filter/__init__.py |
218 | delete mode 100644 swh/storage/objstorage/multiplexer/filter/filter.py |
219 | delete mode 100644 swh/storage/objstorage/multiplexer/filter/id_filter.py |
220 | delete mode 100644 swh/storage/objstorage/multiplexer/filter/read_write_filter.py |
221 | delete mode 100644 swh/storage/objstorage/multiplexer/multiplexer_objstorage.py |
222 | delete mode 100644 swh/storage/objstorage/objstorage.py |
223 | delete mode 100644 swh/storage/objstorage/objstorage_pathslicing.py |
224 | delete mode 100644 swh/storage/tests/objstorage_testing.py |
225 | delete mode 100644 swh/storage/tests/test_checker.py |
226 | delete mode 100644 swh/storage/tests/test_multiplexer_filter.py |
227 | delete mode 100644 swh/storage/tests/test_objstorage_api.py |
228 | delete mode 100644 swh/storage/tests/test_objstorage_multiplexer.py |
229 | delete mode 100644 swh/storage/tests/test_objstorage_pathslicing.py |
230 | |
231 | mr update: /home/temp-drydock/drydock/workingcopy-161/repo/swh-environment/swh-storage-testdata |
232 | mr update: /home/temp-drydock/drydock/workingcopy-161/repo/swh-environment/swh-storage-testdata |
233 | From ssh://forge.softwareheritage.org/diffusion/DSTOT/swh-storage-testdata |
234 | ed34e78..c504df0 master -> origin/master |
235 | Updating ed34e78..c504df0 |
236 | Fast-forward |
237 | svn-folders/pkg-gourmet-with-updates.tgz | Bin 0 -> 29298 bytes |
238 | svn-folders/pkg-gourmet.tgz | Bin 0 -> 28325 bytes |
239 | 2 files changed, 0 insertions(+), 0 deletions(-) |
240 | create mode 100644 svn-folders/pkg-gourmet-with-updates.tgz |
241 | create mode 100644 svn-folders/pkg-gourmet.tgz |
242 | |
243 | mr update: finished (18 ok; 1 failed) |
244 |
Clone on Software Heritage Worker
Clone on Software Heritage Worker
- When
- Completed at Jun 27 2016, 2:57 PM · Built instantly
- Status
Passed