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.
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.
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