Properties
Properties
- Buildable
- B328: Diff 291
- Build Plan
- Plan 2 Software Heritage Python tests
- Status
Passed
Lint
Lint
- When
- Completed at Aug 1 2016, 3:44 PM · Built for 8 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 Aug 1 2016, 3:44 PM · Built for 9 s
- Status
Passed
1 empty logs are hidden. Show all logs.
268 | lookup_revision_with_context (ui.tests.test_service.ServiceTestCase) ... ok |
---|---|
269 | lookup_revision_with_context_by (ui.tests.test_service.ServiceTestCase) ... ok |
270 | lookup_revision_with_context_by_ko (ui.tests.test_service.ServiceTestCase) ... ok |
271 | lookup_revision_with_context_ko_not_a_sha1_1 (ui.tests.test_service.ServiceTestCase) ... ok |
272 | lookup_revision_with_context_ko_not_a_sha1_2 (ui.tests.test_service.ServiceTestCase) ... ok |
273 | lookup_revision_with_context_ko_root_sha1_git_does_not_exist (ui.tests.test_service.ServiceTestCase) ... ok |
274 | lookup_revision_with_context_ko_sha1_git_does_not_exist (ui.tests.test_service.ServiceTestCase) ... ok |
275 | lookup_revision_with_context_sha1_git_root_already_retrieved_as_dict (ui.tests.test_service.ServiceTestCase) ... ok |
276 | search_hash_does_not_exist (ui.tests.test_service.ServiceTestCase) ... ok |
277 | search_hash_exist (ui.tests.test_service.ServiceTestCase) ... ok |
278 | stat_counters (ui.tests.test_service.ServiceTestCase) ... ok |
279 | stat_origin_visits (ui.tests.test_service.ServiceTestCase) ... ok |
280 | enrich_content_with_sha1 (ui.tests.test_utils.UtilsTestCase) ... ok |
281 | enrich_content_without_sha1 (ui.tests.test_utils.UtilsTestCase) ... ok |
282 | enrich_directory_no_type (ui.tests.test_utils.UtilsTestCase) ... ok |
283 | enrich_directory_with_context_and_type_dir (ui.tests.test_utils.UtilsTestCase) ... ok |
284 | enrich_directory_with_context_and_type_file (ui.tests.test_utils.UtilsTestCase) ... ok |
285 | enrich_entity_identity (ui.tests.test_utils.UtilsTestCase) ... ok |
286 | enrich_entity_with_sha1 (ui.tests.test_utils.UtilsTestCase) ... ok |
287 | enrich_release_0 (ui.tests.test_utils.UtilsTestCase) ... ok |
288 | enrich_release_1 (ui.tests.test_utils.UtilsTestCase) ... ok |
289 | enrich_release_2 (ui.tests.test_utils.UtilsTestCase) ... ok |
290 | enrich_release_3 (ui.tests.test_utils.UtilsTestCase) ... ok |
291 | enrich_release_4 (ui.tests.test_utils.UtilsTestCase) ... ok |
292 | enrich_revision_context_empty_prev_list (ui.tests.test_utils.UtilsTestCase) ... ok |
293 | enrich_revision_context_some_prev_list (ui.tests.test_utils.UtilsTestCase) ... ok |
294 | enrich_revision_no_context (ui.tests.test_utils.UtilsTestCase) ... ok |
295 | enrich_revision_with_children_and_parent_no_dir (ui.tests.test_utils.UtilsTestCase) ... ok |
296 | enrich_revision_with_invalid_message (ui.tests.test_utils.UtilsTestCase) ... ok |
297 | enrich_revision_with_no_message (ui.tests.test_utils.UtilsTestCase) ... ok |
298 | enrich_revision_without_children_or_parent (ui.tests.test_utils.UtilsTestCase) ... ok |
299 | filter_endpoints_1 (ui.tests.test_utils.UtilsTestCase) ... ok |
300 | filter_endpoints_2 (ui.tests.test_utils.UtilsTestCase) ... ok |
301 | filter_field_keys_dict (ui.tests.test_utils.UtilsTestCase) ... ok |
302 | filter_field_keys_dict_unknown_keys (ui.tests.test_utils.UtilsTestCase) ... ok |
303 | filter_field_keys_list (ui.tests.test_utils.UtilsTestCase) ... ok |
304 | filter_field_keys_list_unknown_keys (ui.tests.test_utils.UtilsTestCase) ... ok |
305 | filter_field_keys_other (ui.tests.test_utils.UtilsTestCase) ... ok |
306 | fmap (ui.tests.test_utils.UtilsTestCase) ... ok |
307 | parse_timestamp (ui.tests.test_utils.UtilsTestCase) ... ok |
308 | person_to_string (ui.tests.test_utils.UtilsTestCase) ... ok |
309 | prepare_data_for_view (ui.tests.test_utils.UtilsTestCase) ... ok |
310 | prepare_data_for_view_default_encoding (ui.tests.test_utils.UtilsTestCase) ... ok |
311 | prepare_data_for_view_ko_cannot_decode (ui.tests.test_utils.UtilsTestCase) ... ok |
312 | |
313 | ---------------------------------------------------------------------- |
314 | Ran 311 tests in 2.789s |
315 | |
316 | OK |
317 |
Update environment from working copy
Update environment from working copy
- When
- Completed at Aug 1 2016, 3:44 PM · Built for 32 s
- Status
Passed
1 empty logs are hidden. Show all logs.
64 | 3662fc2..28f96c4 master -> origin/master |
---|---|
65 | Updating 3662fc2..28f96c4 |
66 | Fast-forward |
67 | swh/objstorage/__init__.py | 49 +++++++- |
68 | swh/objstorage/api/client.py | 85 ++++++++++---- |
69 | swh/objstorage/api/server.py | 10 ++ |
70 | swh/objstorage/multiplexer/filter/__init__.py | 4 +- |
71 | swh/objstorage/objstorage.py | 22 ++++ |
72 | swh/objstorage/tests/objstorage_testing.py | 17 +++ |
73 | swh/objstorage/tests/test_multiplexer_filter.py | 125 ++++++++------------- |
74 | swh/objstorage/tests/test_objstorage_api.py | 70 +----------- |
75 | .../tests/test_objstorage_instantiation.py | 47 ++++++++ |
76 | .../tests/test_objstorage_pathslicing.py | 7 +- |
77 | 10 files changed, 264 insertions(+), 172 deletions(-) |
78 | create mode 100644 swh/objstorage/tests/test_objstorage_instantiation.py |
79 | |
80 | mr update: /home/temp-drydock/drydock/workingcopy-163/repo/swh-environment/swh-scheduler |
81 | mr update: /home/temp-drydock/drydock/workingcopy-163/repo/swh-environment/swh-scheduler |
82 | Already up-to-date. |
83 | |
84 | mr update: /home/temp-drydock/drydock/workingcopy-163/repo/swh-environment/swh-storage-testdata |
85 | mr update: /home/temp-drydock/drydock/workingcopy-163/repo/swh-environment/swh-storage-testdata |
86 | Already up-to-date. |
87 | |
88 | mr update: /home/temp-drydock/drydock/workingcopy-163/repo/swh-environment/swh-storage |
89 | mr update: /home/temp-drydock/drydock/workingcopy-163/repo/swh-environment/swh-storage |
90 | From ssh://forge.softwareheritage.org/diffusion/DSTO/swh-storage |
91 | edf12b9..65bae82 master -> origin/master |
92 | Updating edf12b9..65bae82 |
93 | Fast-forward |
94 | swh/storage/tests/test_archiver.py | 6 +++--- |
95 | 1 file changed, 3 insertions(+), 3 deletions(-) |
96 | |
97 | mr update: /home/temp-drydock/drydock/workingcopy-163/repo/swh-environment/swh-web-ui |
98 | mr update: /home/temp-drydock/drydock/workingcopy-163/repo/swh-environment/swh-web-ui |
99 | From ssh://forge.softwareheritage.org/diffusion/DWUI/swh-web-ui |
100 | 2137c95..41306c7 master -> origin/master |
101 | Updating 2137c95..41306c7 |
102 | Fast-forward |
103 | swh/web/ui/static/js/filedrop.js | 194 ------------------------------- |
104 | swh/web/ui/static/js/search.js | 242 +++++++++++++++++++++++++++++++++++++++ |
105 | swh/web/ui/static/lib/jquery.js | 1 - |
106 | swh/web/ui/templates/search.html | 117 ++++++++++--------- |
107 | 4 files changed, 307 insertions(+), 247 deletions(-) |
108 | delete mode 100644 swh/web/ui/static/js/filedrop.js |
109 | create mode 100644 swh/web/ui/static/js/search.js |
110 | delete mode 120000 swh/web/ui/static/lib/jquery.js |
111 | |
112 | mr update: finished (19 ok) |
113 |
Clone on Software Heritage Worker
Clone on Software Heritage Worker
- When
- Completed at Aug 1 2016, 3:43 PM · Built instantly
- Status
Passed