Properties
Properties
- Buildable
- B254: Diff 224
- Build Plan
- Plan 2 Software Heritage Python tests
- Status
Passed
Lint
Lint
- When
- Completed at Jun 27 2016, 1:30 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 27 2016, 1:30 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.035s |
314 | |
315 | OK |
316 |
Update environment from working copy
Update environment from working copy
- When
- Completed at Jun 27 2016, 1:30 PM · Built for 9 s
- Status
Passed
1 empty logs are hidden. Show all logs.
89 | 31 files changed, 2404 insertions(+), 16 deletions(-) |
---|---|
90 | create mode 100755 bin/swh-objstorage-add-dir |
91 | create mode 100755 bin/swh-objstorage-fsck |
92 | delete mode 100644 swh/foo/bar.py |
93 | create mode 100644 swh/objstorage/__init__.py |
94 | create mode 100644 swh/objstorage/api/__init__.py |
95 | create mode 100644 swh/objstorage/api/client.py |
96 | create mode 100644 swh/objstorage/api/common.py |
97 | create mode 100644 swh/objstorage/api/server.py |
98 | create mode 100644 swh/objstorage/checker.py |
99 | create mode 100644 swh/objstorage/exc.py |
100 | create mode 100644 swh/objstorage/multiplexer/__init__.py |
101 | create mode 100644 swh/objstorage/multiplexer/filter/__init__.py |
102 | create mode 100644 swh/objstorage/multiplexer/filter/filter.py |
103 | create mode 100644 swh/objstorage/multiplexer/filter/id_filter.py |
104 | create mode 100644 swh/objstorage/multiplexer/filter/read_write_filter.py |
105 | create mode 100644 swh/objstorage/multiplexer/multiplexer_objstorage.py |
106 | create mode 100644 swh/objstorage/objstorage.py |
107 | create mode 100644 swh/objstorage/objstorage_pathslicing.py |
108 | create mode 100644 swh/objstorage/tests/objstorage_testing.py |
109 | create mode 100644 swh/objstorage/tests/server_testing.py |
110 | create mode 100644 swh/objstorage/tests/test_checker.py |
111 | create mode 100644 swh/objstorage/tests/test_multiplexer_filter.py |
112 | create mode 100644 swh/objstorage/tests/test_objstorage.py |
113 | create mode 100644 swh/objstorage/tests/test_objstorage_api.py |
114 | create mode 100644 swh/objstorage/tests/test_objstorage_multiplexer.py |
115 | create mode 100644 swh/objstorage/tests/test_objstorage_pathslicing.py |
116 | |
117 | mr update: /home/temp-drydock/drydock/workingcopy-164/repo/swh-environment/swh-py-template |
118 | mr update: /home/temp-drydock/drydock/workingcopy-164/repo/swh-environment/swh-py-template |
119 | Already up-to-date. |
120 | |
121 | mr update: /home/temp-drydock/drydock/workingcopy-164/repo/swh-environment/swh-scheduler |
122 | mr update: /home/temp-drydock/drydock/workingcopy-164/repo/swh-environment/swh-scheduler |
123 | Already up-to-date. |
124 | |
125 | mr update: /home/temp-drydock/drydock/workingcopy-164/repo/swh-environment/swh-storage |
126 | mr update: /home/temp-drydock/drydock/workingcopy-164/repo/swh-environment/swh-storage |
127 | Already up-to-date. |
128 | |
129 | mr update: /home/temp-drydock/drydock/workingcopy-164/repo/swh-environment/swh-storage-testdata |
130 | mr update: /home/temp-drydock/drydock/workingcopy-164/repo/swh-environment/swh-storage-testdata |
131 | Already up-to-date. |
132 | |
133 | mr update: /home/temp-drydock/drydock/workingcopy-164/repo/swh-environment/swh-web-ui |
134 | mr update: /home/temp-drydock/drydock/workingcopy-164/repo/swh-environment/swh-web-ui |
135 | Already up-to-date. |
136 | |
137 | mr update: finished (19 ok) |
138 |
Clone on Software Heritage Worker
Clone on Software Heritage Worker
- When
- Completed at Jun 27 2016, 1:30 PM · Built instantly
- Status
Passed