Properties
Properties
- Buildable
- B269: Diff 237
- Build Plan
- Plan 2 Software Heritage Python tests
- Status
Passed
Lint
Lint
- When
- Completed at Jun 28 2016, 4:52 PM · Built for 3 s
- Status
Passed
1 empty logs are hidden. Show all logs.
1 | python3 -m flake8 swh bin/swh-web-ui-dev |
---|---|
2 |
Python tests
Python tests
- When
- Completed at Jun 28 2016, 4:52 PM · Built for 2 s
- Status
Passed
1 empty logs are hidden. Show all logs.
217 | lookup_directory (ui.tests.test_service.ServiceTestCase) ... ok |
---|---|
218 | lookup_directory_bad_checksum (ui.tests.test_service.ServiceTestCase) ... ok |
219 | lookup_directory_not_found (ui.tests.test_service.ServiceTestCase) ... ok |
220 | lookup_directory_through_revision_ko_not_found (ui.tests.test_service.ServiceTestCase) ... ok |
221 | lookup_directory_through_revision_ok_with_content (ui.tests.test_service.ServiceTestCase) ... ok |
222 | lookup_directory_through_revision_ok_with_data (ui.tests.test_service.ServiceTestCase) ... ok |
223 | lookup_directory_with_path_found (ui.tests.test_service.ServiceTestCase) ... ok |
224 | lookup_directory_with_path_not_found (ui.tests.test_service.ServiceTestCase) ... ok |
225 | lookup_directory_with_revision_ko_revision_not_found (ui.tests.test_service.ServiceTestCase) ... ok |
226 | lookup_directory_with_revision_ko_revision_with_path_to_nowhere (ui.tests.test_service.ServiceTestCase) ... ok |
227 | lookup_directory_with_revision_ko_type_not_implemented (ui.tests.test_service.ServiceTestCase) ... ok |
228 | lookup_directory_with_revision_revision_with_path_to_dir (ui.tests.test_service.ServiceTestCase) ... ok |
229 | lookup_directory_with_revision_revision_with_path_to_file_with_data (ui.tests.test_service.ServiceTestCase) ... ok |
230 | lookup_directory_with_revision_revision_with_path_to_file_without_data (ui.tests.test_service.ServiceTestCase) ... ok |
231 | lookup_directory_with_revision_revision_without_path (ui.tests.test_service.ServiceTestCase) ... ok |
232 | lookup_entity_by_uuid (ui.tests.test_service.ServiceTestCase) ... ok |
233 | lookup_hash_does_not_exist (ui.tests.test_service.ServiceTestCase) ... ok |
234 | lookup_hash_exist (ui.tests.test_service.ServiceTestCase) ... ok |
235 | lookup_hash_origin (ui.tests.test_service.ServiceTestCase) ... ok |
236 | lookup_multiple_hashes_ball_missing (ui.tests.test_service.ServiceTestCase) ... ok |
237 | lookup_multiple_hashes_some_missing (ui.tests.test_service.ServiceTestCase) ... ok |
238 | lookup_origin (ui.tests.test_service.ServiceTestCase) ... ok |
239 | lookup_person (ui.tests.test_service.ServiceTestCase) ... ok |
240 | lookup_release (ui.tests.test_service.ServiceTestCase) ... ok |
241 | lookup_release_ko_id_checksum_not_ok_because_not_a_sha1 (ui.tests.test_service.ServiceTestCase) ... ok |
242 | lookup_release_ko_id_checksum_ok_but_not_a_sha1 (ui.tests.test_service.ServiceTestCase) ... ok |
243 | lookup_revision (ui.tests.test_service.ServiceTestCase) ... ok |
244 | lookup_revision_by (ui.tests.test_service.ServiceTestCase) ... ok |
245 | lookup_revision_by_nothing_found (ui.tests.test_service.ServiceTestCase) ... ok |
246 | lookup_revision_invalid_msg (ui.tests.test_service.ServiceTestCase) ... ok |
247 | lookup_revision_log (ui.tests.test_service.ServiceTestCase) ... ok |
248 | lookup_revision_log_by (ui.tests.test_service.ServiceTestCase) ... ok |
249 | lookup_revision_log_by_nolog (ui.tests.test_service.ServiceTestCase) ... ok |
250 | lookup_revision_msg_absent (ui.tests.test_service.ServiceTestCase) ... ok |
251 | lookup_revision_msg_norev (ui.tests.test_service.ServiceTestCase) ... ok |
252 | lookup_revision_msg_ok (ui.tests.test_service.ServiceTestCase) ... ok |
253 | lookup_revision_multiple (ui.tests.test_service.ServiceTestCase) ... ok |
254 | lookup_revision_multiple_none_found (ui.tests.test_service.ServiceTestCase) ... ok |
255 | lookup_revision_through_ko_not_implemented (ui.tests.test_service.ServiceTestCase) ... ok |
256 | lookup_revision_through_with_context (ui.tests.test_service.ServiceTestCase) ... ok |
257 | lookup_revision_through_with_context_by (ui.tests.test_service.ServiceTestCase) ... ok |
258 | lookup_revision_through_with_revision (ui.tests.test_service.ServiceTestCase) ... ok |
259 | lookup_revision_through_with_revision_by (ui.tests.test_service.ServiceTestCase) ... ok |
260 | lookup_revision_with_context (ui.tests.test_service.ServiceTestCase) ... ok |
261 | lookup_revision_with_context_by (ui.tests.test_service.ServiceTestCase) ... ok |
262 | lookup_revision_with_context_by_ko (ui.tests.test_service.ServiceTestCase) ... ok |
263 | lookup_revision_with_context_ko_not_a_sha1_1 (ui.tests.test_service.ServiceTestCase) ... ok |
264 | lookup_revision_with_context_ko_not_a_sha1_2 (ui.tests.test_service.ServiceTestCase) ... ok |
265 | lookup_revision_with_context_ko_root_sha1_git_does_not_exist (ui.tests.test_service.ServiceTestCase) ... ok |
266 | lookup_revision_with_context_ko_sha1_git_does_not_exist (ui.tests.test_service.ServiceTestCase) ... ok |
267 | lookup_revision_with_context_sha1_git_root_already_retrieved_as_dict (ui.tests.test_service.ServiceTestCase) ... ok |
268 | search_hash_does_not_exist (ui.tests.test_service.ServiceTestCase) ... ok |
269 | search_hash_exist (ui.tests.test_service.ServiceTestCase) ... ok |
270 | stat_counters (ui.tests.test_service.ServiceTestCase) ... ok |
271 | test_upload_and_search (ui.tests.test_service.ServiceTestCase) ... ok |
272 | allowed_file_denied (ui.tests.test_upload.UploadTestCase) ... ok |
273 | allowed_file_ok (ui.tests.test_upload.UploadTestCase) ... ok |
274 | cleanup_ok (ui.tests.test_upload.UploadTestCase) ... ok |
275 | cleanup_should_fail (ui.tests.test_upload.UploadTestCase) ... ok |
276 | save_in_upload_folder_file_not_allowed (ui.tests.test_upload.UploadTestCase) ... ok |
277 | save_in_upload_folder_no_file (ui.tests.test_upload.UploadTestCase) ... ok |
278 | save_in_upload_folder_ok (ui.tests.test_upload.UploadTestCase) ... ok |
279 | enrich_content_with_sha1 (ui.tests.test_utils.UtilsTestCase) ... ok |
280 | enrich_content_without_sha1 (ui.tests.test_utils.UtilsTestCase) ... ok |
281 | enrich_directory_no_type (ui.tests.test_utils.UtilsTestCase) ... ok |
282 | enrich_directory_with_context_and_type_dir (ui.tests.test_utils.UtilsTestCase) ... ok |
283 | enrich_directory_with_context_and_type_file (ui.tests.test_utils.UtilsTestCase) ... ok |
284 | enrich_entity_identity (ui.tests.test_utils.UtilsTestCase) ... ok |
285 | enrich_entity_with_sha1 (ui.tests.test_utils.UtilsTestCase) ... ok |
286 | enrich_release_0 (ui.tests.test_utils.UtilsTestCase) ... ok |
287 | enrich_release_1 (ui.tests.test_utils.UtilsTestCase) ... ok |
288 | enrich_release_2 (ui.tests.test_utils.UtilsTestCase) ... ok |
289 | enrich_release_3 (ui.tests.test_utils.UtilsTestCase) ... ok |
290 | enrich_release_4 (ui.tests.test_utils.UtilsTestCase) ... ok |
291 | enrich_revision_context_empty_prev_list (ui.tests.test_utils.UtilsTestCase) ... ok |
292 | enrich_revision_context_some_prev_list (ui.tests.test_utils.UtilsTestCase) ... ok |
293 | enrich_revision_no_context (ui.tests.test_utils.UtilsTestCase) ... ok |
294 | enrich_revision_with_children_and_parent_no_dir (ui.tests.test_utils.UtilsTestCase) ... ok |
295 | enrich_revision_with_invalid_message (ui.tests.test_utils.UtilsTestCase) ... ok |
296 | enrich_revision_with_no_message (ui.tests.test_utils.UtilsTestCase) ... ok |
297 | enrich_revision_without_children_or_parent (ui.tests.test_utils.UtilsTestCase) ... ok |
298 | filter_endpoints_1 (ui.tests.test_utils.UtilsTestCase) ... ok |
299 | filter_endpoints_2 (ui.tests.test_utils.UtilsTestCase) ... ok |
300 | filter_field_keys_dict (ui.tests.test_utils.UtilsTestCase) ... ok |
301 | filter_field_keys_dict_unknown_keys (ui.tests.test_utils.UtilsTestCase) ... ok |
302 | filter_field_keys_list (ui.tests.test_utils.UtilsTestCase) ... ok |
303 | filter_field_keys_list_unknown_keys (ui.tests.test_utils.UtilsTestCase) ... ok |
304 | filter_field_keys_other (ui.tests.test_utils.UtilsTestCase) ... ok |
305 | fmap (ui.tests.test_utils.UtilsTestCase) ... ok |
306 | parse_timestamp (ui.tests.test_utils.UtilsTestCase) ... ok |
307 | person_to_string (ui.tests.test_utils.UtilsTestCase) ... ok |
308 | prepare_data_for_view (ui.tests.test_utils.UtilsTestCase) ... ok |
309 | prepare_data_for_view_default_encoding (ui.tests.test_utils.UtilsTestCase) ... ok |
310 | prepare_data_for_view_ko_cannot_decode (ui.tests.test_utils.UtilsTestCase) ... ok |
311 | |
312 | ---------------------------------------------------------------------- |
313 | Ran 310 tests in 1.033s |
314 | |
315 | OK |
316 |
Update environment from working copy
Update environment from working copy
- When
- Completed at Jun 28 2016, 4:52 PM · Built for 10 s
- Status
Passed
1 empty logs are hidden. Show all logs.
150 | mr update: /home/temp-drydock/drydock/workingcopy-163/repo/swh-environment/swh-storage-testdata |
---|---|
151 | mr update: /home/temp-drydock/drydock/workingcopy-163/repo/swh-environment/swh-storage-testdata |
152 | From ssh://forge.softwareheritage.org/diffusion/DSTOT/swh-storage-testdata |
153 | ed34e78..c504df0 master -> origin/master |
154 | Updating ed34e78..c504df0 |
155 | Fast-forward |
156 | svn-folders/pkg-gourmet-with-updates.tgz | Bin 0 -> 29298 bytes |
157 | svn-folders/pkg-gourmet.tgz | Bin 0 -> 28325 bytes |
158 | 2 files changed, 0 insertions(+), 0 deletions(-) |
159 | create mode 100644 svn-folders/pkg-gourmet-with-updates.tgz |
160 | create mode 100644 svn-folders/pkg-gourmet.tgz |
161 | |
162 | mr update: /home/temp-drydock/drydock/workingcopy-163/repo/swh-environment/swh-storage |
163 | mr update: /home/temp-drydock/drydock/workingcopy-163/repo/swh-environment/swh-storage |
164 | From ssh://forge.softwareheritage.org/diffusion/DSTO/swh-storage |
165 | a623ce8..92e6cd8 master -> origin/master |
166 | * [new branch] add-revision-origin-cache -> origin/add-revision-origin-cache |
167 | * [new tag] v0.0.42 -> v0.0.42 |
168 | * [new tag] v0.0.43 -> v0.0.43 |
169 | Updating a623ce8..92e6cd8 |
170 | Fast-forward |
171 | bin/swh-objstorage-add-dir | 37 -- |
172 | bin/swh-objstorage-fsck | 28 -- |
173 | debian/control | 1 + |
174 | requirements.txt | 1 + |
175 | setup.py | 7 - |
176 | swh/storage/api/client.py | 5 +- |
177 | swh/storage/api/common.py | 69 ---- |
178 | swh/storage/api/server.py | 6 +- |
179 | swh/storage/archiver/copier.py | 2 +- |
180 | swh/storage/checker/__init__.py | 0 |
181 | swh/storage/checker/checker.py | 171 ---------- |
182 | swh/storage/exc.py | 12 - |
183 | swh/storage/objstorage/__init__.py | 4 - |
184 | swh/storage/objstorage/api/__init__.py | 0 |
185 | swh/storage/objstorage/api/client.py | 103 ------ |
186 | swh/storage/objstorage/api/server.py | 96 ------ |
187 | swh/storage/objstorage/multiplexer/__init__.py | 4 - |
188 | .../objstorage/multiplexer/filter/__init__.py | 98 ------ |
189 | .../objstorage/multiplexer/filter/filter.py | 48 --- |
190 | .../objstorage/multiplexer/filter/id_filter.py | 99 ------ |
191 | .../multiplexer/filter/read_write_filter.py | 17 - |
192 | .../multiplexer/multiplexer_objstorage.py | 194 ----------- |
193 | swh/storage/objstorage/objstorage.py | 119 ------- |
194 | swh/storage/objstorage/objstorage_pathslicing.py | 347 ------------------- |
195 | swh/storage/storage.py | 5 +- |
196 | swh/storage/tests/objstorage_testing.py | 70 ---- |
197 | swh/storage/tests/test_archiver.py | 6 +- |
198 | swh/storage/tests/test_checker.py | 128 ------- |
199 | swh/storage/tests/test_multiplexer_filter.py | 373 --------------------- |
200 | swh/storage/tests/test_objstorage_api.py | 88 ----- |
201 | swh/storage/tests/test_objstorage_multiplexer.py | 78 ----- |
202 | swh/storage/tests/test_objstorage_pathslicing.py | 76 ----- |
203 | 32 files changed, 15 insertions(+), 2277 deletions(-) |
204 | delete mode 100755 bin/swh-objstorage-add-dir |
205 | delete mode 100755 bin/swh-objstorage-fsck |
206 | delete mode 100644 swh/storage/api/common.py |
207 | delete mode 100644 swh/storage/checker/__init__.py |
208 | delete mode 100644 swh/storage/checker/checker.py |
209 | delete mode 100644 swh/storage/objstorage/__init__.py |
210 | delete mode 100644 swh/storage/objstorage/api/__init__.py |
211 | delete mode 100644 swh/storage/objstorage/api/client.py |
212 | delete mode 100644 swh/storage/objstorage/api/server.py |
213 | delete mode 100644 swh/storage/objstorage/multiplexer/__init__.py |
214 | delete mode 100644 swh/storage/objstorage/multiplexer/filter/__init__.py |
215 | delete mode 100644 swh/storage/objstorage/multiplexer/filter/filter.py |
216 | delete mode 100644 swh/storage/objstorage/multiplexer/filter/id_filter.py |
217 | delete mode 100644 swh/storage/objstorage/multiplexer/filter/read_write_filter.py |
218 | delete mode 100644 swh/storage/objstorage/multiplexer/multiplexer_objstorage.py |
219 | delete mode 100644 swh/storage/objstorage/objstorage.py |
220 | delete mode 100644 swh/storage/objstorage/objstorage_pathslicing.py |
221 | delete mode 100644 swh/storage/tests/objstorage_testing.py |
222 | delete mode 100644 swh/storage/tests/test_checker.py |
223 | delete mode 100644 swh/storage/tests/test_multiplexer_filter.py |
224 | delete mode 100644 swh/storage/tests/test_objstorage_api.py |
225 | delete mode 100644 swh/storage/tests/test_objstorage_multiplexer.py |
226 | delete mode 100644 swh/storage/tests/test_objstorage_pathslicing.py |
227 | |
228 | mr update: /home/temp-drydock/drydock/workingcopy-163/repo/swh-environment/swh-web-ui |
229 | mr update: /home/temp-drydock/drydock/workingcopy-163/repo/swh-environment/swh-web-ui |
230 | From ssh://forge.softwareheritage.org/diffusion/DWUI/swh-web-ui |
231 | 2b9a9c6..6290dd6 master -> origin/master |
232 | Updating 2b9a9c6..6290dd6 |
233 | Fast-forward |
234 | swh/web/ui/backend.py | 19 +++ |
235 | swh/web/ui/service.py | 25 +++ |
236 | swh/web/ui/templates/revision-log.html | 7 + |
237 | swh/web/ui/templates/revision.html | 7 + |
238 | swh/web/ui/tests/test_backend.py | 86 ++++++++++ |
239 | swh/web/ui/tests/test_service.py | 158 ++++++++++++++++++ |
240 | swh/web/ui/tests/test_utils.py | 281 ++++++++++++++++++++++++++------- |
241 | swh/web/ui/tests/views/test_api.py | 122 ++++++++++++-- |
242 | swh/web/ui/tests/views/test_browse.py | 14 +- |
243 | swh/web/ui/utils.py | 109 +++++++++++-- |
244 | swh/web/ui/views/api.py | 39 +++-- |
245 | swh/web/ui/views/browse.py | 66 +++++++- |
246 | 12 files changed, 825 insertions(+), 108 deletions(-) |
247 | |
248 | mr update: finished (19 ok) |
249 |
Clone on Software Heritage Worker
Clone on Software Heritage Worker
- When
- Completed at Jun 28 2016, 4:52 PM · Built instantly
- Status
Passed