Properties
Properties
- Buildable
- B249: Diff 217
- Build Plan
- Plan 2 Software Heritage Python tests
- Status
Passed
Lint
Lint
- When
- Completed at Jun 24 2016, 2:49 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 24 2016, 2:49 PM · Built for 2 s
- Status
Passed
1 empty logs are hidden. Show all logs.
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_with_children_and_parent_no_dir (ui.tests.test_utils.UtilsTestCase) ... ok |
292 | enrich_revision_with_invalid_message (ui.tests.test_utils.UtilsTestCase) ... ok |
293 | enrich_revision_with_no_message (ui.tests.test_utils.UtilsTestCase) ... ok |
294 | enrich_revision_without_children_or_parent (ui.tests.test_utils.UtilsTestCase) ... ok |
295 | filter_endpoints_1 (ui.tests.test_utils.UtilsTestCase) ... ok |
296 | filter_endpoints_2 (ui.tests.test_utils.UtilsTestCase) ... ok |
297 | filter_field_keys_dict (ui.tests.test_utils.UtilsTestCase) ... ok |
298 | filter_field_keys_dict_unknown_keys (ui.tests.test_utils.UtilsTestCase) ... ok |
299 | filter_field_keys_list (ui.tests.test_utils.UtilsTestCase) ... ok |
300 | filter_field_keys_list_unknown_keys (ui.tests.test_utils.UtilsTestCase) ... ok |
301 | filter_field_keys_other (ui.tests.test_utils.UtilsTestCase) ... ok |
302 | fmap (ui.tests.test_utils.UtilsTestCase) ... ok |
303 | parse_timestamp (ui.tests.test_utils.UtilsTestCase) ... ok |
304 | person_to_string (ui.tests.test_utils.UtilsTestCase) ... ok |
305 | prepare_data_for_view (ui.tests.test_utils.UtilsTestCase) ... ok |
306 | prepare_data_for_view_default_encoding (ui.tests.test_utils.UtilsTestCase) ... ok |
307 | prepare_data_for_view_ko_cannot_decode (ui.tests.test_utils.UtilsTestCase) ... ok |
308 | |
309 | ---------------------------------------------------------------------- |
310 | Ran 307 tests in 0.967s |
311 | |
312 | OK |
313 |
Update environment from working copy
Update environment from working copy
- When
- Completed at Jun 24 2016, 2:49 PM · Built for 7 s
- Status
Passed
1 empty logs are hidden. Show all logs.
57 | Fast-forward |
---|---|
58 | README | 36 ++- |
59 | bin/{hashtree.py => swh-hashtree} | 2 +- |
60 | resources/svn.ini | 11 +- |
61 | scratch/scratch.py | 149 ------------ |
62 | swh/loader/svn/converters.py | 119 ++++++++-- |
63 | swh/loader/svn/loader.py | 365 ++++++++++++++++++++++-------- |
64 | swh/loader/svn/svn.py | 167 +++++++++++--- |
65 | swh/loader/svn/tasks.py | 21 +- |
66 | swh/loader/svn/tests/test_converters.py | 185 +++++++++------ |
67 | swh/loader/svn/tests/test_loader.org | 284 +++++++++++++++++++++++ |
68 | swh/loader/svn/tests/test_loader.py | 390 ++++++++++++++++++++++++++++++++ |
69 | swh/loader/svn/tests/test_utils.py | 4 +- |
70 | swh/loader/svn/utils.py | 3 +- |
71 | 13 files changed, 1337 insertions(+), 399 deletions(-) |
72 | rename bin/{hashtree.py => swh-hashtree} (91%) |
73 | delete mode 100644 scratch/scratch.py |
74 | create mode 100644 swh/loader/svn/tests/test_loader.org |
75 | create mode 100644 swh/loader/svn/tests/test_loader.py |
76 | |
77 | mr update: /home/temp-drydock/drydock/workingcopy-164/repo/swh-environment/swh-py-template |
78 | mr update: /home/temp-drydock/drydock/workingcopy-164/repo/swh-environment/swh-py-template |
79 | Already up-to-date. |
80 | |
81 | mr update: /home/temp-drydock/drydock/workingcopy-164/repo/swh-environment/swh-scheduler |
82 | mr update: /home/temp-drydock/drydock/workingcopy-164/repo/swh-environment/swh-scheduler |
83 | Already up-to-date. |
84 | |
85 | mr update: /home/temp-drydock/drydock/workingcopy-164/repo/swh-environment/swh-storage |
86 | mr update: /home/temp-drydock/drydock/workingcopy-164/repo/swh-environment/swh-storage |
87 | Already up-to-date. |
88 | |
89 | mr update: /home/temp-drydock/drydock/workingcopy-164/repo/swh-environment/swh-storage-testdata |
90 | mr update: /home/temp-drydock/drydock/workingcopy-164/repo/swh-environment/swh-storage-testdata |
91 | From ssh://forge.softwareheritage.org/diffusion/DSTOT/swh-storage-testdata |
92 | ed34e78..c504df0 master -> origin/master |
93 | Updating ed34e78..c504df0 |
94 | Fast-forward |
95 | svn-folders/pkg-gourmet-with-updates.tgz | Bin 0 -> 29298 bytes |
96 | svn-folders/pkg-gourmet.tgz | Bin 0 -> 28325 bytes |
97 | 2 files changed, 0 insertions(+), 0 deletions(-) |
98 | create mode 100644 svn-folders/pkg-gourmet-with-updates.tgz |
99 | create mode 100644 svn-folders/pkg-gourmet.tgz |
100 | |
101 | mr update: /home/temp-drydock/drydock/workingcopy-164/repo/swh-environment/swh-web-ui |
102 | mr update: /home/temp-drydock/drydock/workingcopy-164/repo/swh-environment/swh-web-ui |
103 | Already up-to-date. |
104 | |
105 | mr update: finished (19 ok) |
106 |
Clone on Software Heritage Worker
Clone on Software Heritage Worker
- When
- Completed at Jun 24 2016, 2:49 PM · Built instantly
- Status
Passed