Page MenuHomeSoftware Heritage

Build 369

Properties

Buildable
B249: Diff 217
Build Plan
Plan 2 Software Heritage Python tests
Status
Passed

Lint

When
Completed at Jun 24 2016, 2:49 PM · Built for 3 s
Status
Passed
1 empty logs are hidden. Show all logs.

Build Log 1244 (remote - stdout)
25 - 50 - 100 - Unlimited Lines

1python3 -m flake8 swh bin/swh-web-ui-dev
2

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.

Build Log 1243 (remote - stderr)
25 - 50 - 100 - Unlimited Lines

264lookup_revision_with_context_ko_not_a_sha1_2 (ui.tests.test_service.ServiceTestCase) ... ok
265lookup_revision_with_context_ko_root_sha1_git_does_not_exist (ui.tests.test_service.ServiceTestCase) ... ok
266lookup_revision_with_context_ko_sha1_git_does_not_exist (ui.tests.test_service.ServiceTestCase) ... ok
267lookup_revision_with_context_sha1_git_root_already_retrieved_as_dict (ui.tests.test_service.ServiceTestCase) ... ok
268search_hash_does_not_exist (ui.tests.test_service.ServiceTestCase) ... ok
269search_hash_exist (ui.tests.test_service.ServiceTestCase) ... ok
270stat_counters (ui.tests.test_service.ServiceTestCase) ... ok
271test_upload_and_search (ui.tests.test_service.ServiceTestCase) ... ok
272allowed_file_denied (ui.tests.test_upload.UploadTestCase) ... ok
273allowed_file_ok (ui.tests.test_upload.UploadTestCase) ... ok
274cleanup_ok (ui.tests.test_upload.UploadTestCase) ... ok
275cleanup_should_fail (ui.tests.test_upload.UploadTestCase) ... ok
276save_in_upload_folder_file_not_allowed (ui.tests.test_upload.UploadTestCase) ... ok
277save_in_upload_folder_no_file (ui.tests.test_upload.UploadTestCase) ... ok
278save_in_upload_folder_ok (ui.tests.test_upload.UploadTestCase) ... ok
279enrich_content_with_sha1 (ui.tests.test_utils.UtilsTestCase) ... ok
280enrich_content_without_sha1 (ui.tests.test_utils.UtilsTestCase) ... ok
281enrich_directory_no_type (ui.tests.test_utils.UtilsTestCase) ... ok
282enrich_directory_with_context_and_type_dir (ui.tests.test_utils.UtilsTestCase) ... ok
283enrich_directory_with_context_and_type_file (ui.tests.test_utils.UtilsTestCase) ... ok
284enrich_entity_identity (ui.tests.test_utils.UtilsTestCase) ... ok
285enrich_entity_with_sha1 (ui.tests.test_utils.UtilsTestCase) ... ok
286enrich_release_0 (ui.tests.test_utils.UtilsTestCase) ... ok
287enrich_release_1 (ui.tests.test_utils.UtilsTestCase) ... ok
288enrich_release_2 (ui.tests.test_utils.UtilsTestCase) ... ok
289enrich_release_3 (ui.tests.test_utils.UtilsTestCase) ... ok
290enrich_release_4 (ui.tests.test_utils.UtilsTestCase) ... ok
291enrich_revision_with_children_and_parent_no_dir (ui.tests.test_utils.UtilsTestCase) ... ok
292enrich_revision_with_invalid_message (ui.tests.test_utils.UtilsTestCase) ... ok
293enrich_revision_with_no_message (ui.tests.test_utils.UtilsTestCase) ... ok
294enrich_revision_without_children_or_parent (ui.tests.test_utils.UtilsTestCase) ... ok
295filter_endpoints_1 (ui.tests.test_utils.UtilsTestCase) ... ok
296filter_endpoints_2 (ui.tests.test_utils.UtilsTestCase) ... ok
297filter_field_keys_dict (ui.tests.test_utils.UtilsTestCase) ... ok
298filter_field_keys_dict_unknown_keys (ui.tests.test_utils.UtilsTestCase) ... ok
299filter_field_keys_list (ui.tests.test_utils.UtilsTestCase) ... ok
300filter_field_keys_list_unknown_keys (ui.tests.test_utils.UtilsTestCase) ... ok
301filter_field_keys_other (ui.tests.test_utils.UtilsTestCase) ... ok
302fmap (ui.tests.test_utils.UtilsTestCase) ... ok
303parse_timestamp (ui.tests.test_utils.UtilsTestCase) ... ok
304person_to_string (ui.tests.test_utils.UtilsTestCase) ... ok
305prepare_data_for_view (ui.tests.test_utils.UtilsTestCase) ... ok
306prepare_data_for_view_default_encoding (ui.tests.test_utils.UtilsTestCase) ... ok
307prepare_data_for_view_ko_cannot_decode (ui.tests.test_utils.UtilsTestCase) ... ok
308
309----------------------------------------------------------------------
310Ran 307 tests in 0.967s
311
312OK
313

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.

Build Log 1240 (remote - stdout)
25 - 50 - 100 - Unlimited Lines

57Fast-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
77mr update: /home/temp-drydock/drydock/workingcopy-164/repo/swh-environment/swh-py-template
78mr update: /home/temp-drydock/drydock/workingcopy-164/repo/swh-environment/swh-py-template
79Already up-to-date.
80
81mr update: /home/temp-drydock/drydock/workingcopy-164/repo/swh-environment/swh-scheduler
82mr update: /home/temp-drydock/drydock/workingcopy-164/repo/swh-environment/swh-scheduler
83Already up-to-date.
84
85mr update: /home/temp-drydock/drydock/workingcopy-164/repo/swh-environment/swh-storage
86mr update: /home/temp-drydock/drydock/workingcopy-164/repo/swh-environment/swh-storage
87Already up-to-date.
88
89mr update: /home/temp-drydock/drydock/workingcopy-164/repo/swh-environment/swh-storage-testdata
90mr update: /home/temp-drydock/drydock/workingcopy-164/repo/swh-environment/swh-storage-testdata
91From ssh://forge.softwareheritage.org/diffusion/DSTOT/swh-storage-testdata
92 ed34e78..c504df0 master -> origin/master
93Updating ed34e78..c504df0
94Fast-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
101mr update: /home/temp-drydock/drydock/workingcopy-164/repo/swh-environment/swh-web-ui
102mr update: /home/temp-drydock/drydock/workingcopy-164/repo/swh-environment/swh-web-ui
103Already up-to-date.
104
105mr update: finished (19 ok)
106

Clone on Software Heritage Worker

When
Completed at Jun 24 2016, 2:49 PM · Built instantly
Status
Passed

Event Timeline