Properties
Properties
- Buildable
- B187: Diff 157
- Build Plan
- Plan 2 Software Heritage Python tests
- Status
Passed
Lint
Lint
- When
- Completed at Jun 14 2016, 11:48 AM · Built for 5 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 14 2016, 11:48 AM · Built for 3 s
- Status
Passed
1 empty logs are hidden. Show all logs.
259 | lookup_revision_with_context_ko_not_a_sha1_2 (ui.tests.test_service.ServiceTestCase) ... ok |
---|---|
260 | lookup_revision_with_context_ko_root_sha1_git_does_not_exist (ui.tests.test_service.ServiceTestCase) ... ok |
261 | lookup_revision_with_context_ko_sha1_git_does_not_exist (ui.tests.test_service.ServiceTestCase) ... ok |
262 | lookup_revision_with_context_sha1_git_root_already_retrieved_as_dict (ui.tests.test_service.ServiceTestCase) ... ok |
263 | search_hash_does_not_exist (ui.tests.test_service.ServiceTestCase) ... ok |
264 | search_hash_exist (ui.tests.test_service.ServiceTestCase) ... ok |
265 | stat_counters (ui.tests.test_service.ServiceTestCase) ... ok |
266 | test_upload_and_search (ui.tests.test_service.ServiceTestCase) ... ok |
267 | allowed_file_denied (ui.tests.test_upload.UploadTestCase) ... ok |
268 | allowed_file_ok (ui.tests.test_upload.UploadTestCase) ... ok |
269 | cleanup_ok (ui.tests.test_upload.UploadTestCase) ... ok |
270 | cleanup_should_fail (ui.tests.test_upload.UploadTestCase) ... ok |
271 | save_in_upload_folder_file_not_allowed (ui.tests.test_upload.UploadTestCase) ... ok |
272 | save_in_upload_folder_no_file (ui.tests.test_upload.UploadTestCase) ... ok |
273 | save_in_upload_folder_ok (ui.tests.test_upload.UploadTestCase) ... ok |
274 | enrich_content_with_sha1 (ui.tests.test_utils.UtilsTestCase) ... ok |
275 | enrich_content_without_sha1 (ui.tests.test_utils.UtilsTestCase) ... ok |
276 | enrich_directory_no_type (ui.tests.test_utils.UtilsTestCase) ... ok |
277 | enrich_directory_with_context_and_type_dir (ui.tests.test_utils.UtilsTestCase) ... ok |
278 | enrich_directory_with_context_and_type_file (ui.tests.test_utils.UtilsTestCase) ... ok |
279 | enrich_entity_identity (ui.tests.test_utils.UtilsTestCase) ... ok |
280 | enrich_entity_with_sha1 (ui.tests.test_utils.UtilsTestCase) ... ok |
281 | enrich_release_0 (ui.tests.test_utils.UtilsTestCase) ... ok |
282 | enrich_release_1 (ui.tests.test_utils.UtilsTestCase) ... ok |
283 | enrich_release_2 (ui.tests.test_utils.UtilsTestCase) ... ok |
284 | enrich_release_3 (ui.tests.test_utils.UtilsTestCase) ... ok |
285 | enrich_release_4 (ui.tests.test_utils.UtilsTestCase) ... ok |
286 | enrich_revision_with_children_and_parent_no_dir (ui.tests.test_utils.UtilsTestCase) ... ok |
287 | enrich_revision_with_invalid_message (ui.tests.test_utils.UtilsTestCase) ... ok |
288 | enrich_revision_with_no_message (ui.tests.test_utils.UtilsTestCase) ... ok |
289 | enrich_revision_without_children_or_parent (ui.tests.test_utils.UtilsTestCase) ... ok |
290 | filter_endpoints_1 (ui.tests.test_utils.UtilsTestCase) ... ok |
291 | filter_endpoints_2 (ui.tests.test_utils.UtilsTestCase) ... ok |
292 | filter_field_keys_dict (ui.tests.test_utils.UtilsTestCase) ... ok |
293 | filter_field_keys_dict_unknown_keys (ui.tests.test_utils.UtilsTestCase) ... ok |
294 | filter_field_keys_list (ui.tests.test_utils.UtilsTestCase) ... ok |
295 | filter_field_keys_list_unknown_keys (ui.tests.test_utils.UtilsTestCase) ... ok |
296 | filter_field_keys_other (ui.tests.test_utils.UtilsTestCase) ... ok |
297 | fmap (ui.tests.test_utils.UtilsTestCase) ... ok |
298 | parse_timestamp (ui.tests.test_utils.UtilsTestCase) ... ok |
299 | person_to_string (ui.tests.test_utils.UtilsTestCase) ... ok |
300 | prepare_data_for_view (ui.tests.test_utils.UtilsTestCase) ... ok |
301 | prepare_data_for_view_default_encoding (ui.tests.test_utils.UtilsTestCase) ... ok |
302 | prepare_data_for_view_ko_cannot_decode (ui.tests.test_utils.UtilsTestCase) ... ok |
303 | |
304 | ---------------------------------------------------------------------- |
305 | Ran 302 tests in 1.259s |
306 | |
307 | OK |
308 |
Update environment from working copy
Update environment from working copy
- When
- Completed at Jun 14 2016, 11:48 AM · Built for 7 s
- Status
Passed
1 empty logs are hidden. Show all logs.
123 | mr update: /home/temp-drydock/drydock/workingcopy-163/repo/swh-environment/swh-web-ui |
---|---|
124 | mr update: /home/temp-drydock/drydock/workingcopy-163/repo/swh-environment/swh-web-ui |
125 | From ssh://forge.softwareheritage.org/diffusion/DWUI/swh-web-ui |
126 | e9360a4..110ba85 master -> origin/master |
127 | Updating e9360a4..110ba85 |
128 | Fast-forward |
129 | swh/web/ui/converters.py | 10 +++++++++- |
130 | swh/web/ui/templates/content.html | 5 +++++ |
131 | swh/web/ui/templates/directory.html | 7 ++++++- |
132 | swh/web/ui/templates/entity.html | 5 +++++ |
133 | swh/web/ui/templates/origin.html | 5 +++++ |
134 | swh/web/ui/templates/person.html | 5 +++++ |
135 | swh/web/ui/templates/release.html | 12 ++++++++++-- |
136 | swh/web/ui/templates/revision-directory.html | 23 +++++++++++++++++++---- |
137 | swh/web/ui/templates/revision-log.html | 23 +++++++++++++++++++---- |
138 | swh/web/ui/templates/revision.html | 19 +++++++++++++++++-- |
139 | swh/web/ui/tests/test_converters.py | 27 +++++++++++++++++++++++++++ |
140 | 11 files changed, 127 insertions(+), 14 deletions(-) |
141 | |
142 | mr update: /home/temp-drydock/drydock/workingcopy-163/repo/swh-environment/swh-storage-testdata |
143 | mr update: /home/temp-drydock/drydock/workingcopy-163/repo/swh-environment/swh-storage-testdata |
144 | Already up-to-date. |
145 | |
146 | mr update: /home/temp-drydock/drydock/workingcopy-163/repo/swh-environment/swh-storage |
147 | mr update: /home/temp-drydock/drydock/workingcopy-163/repo/swh-environment/swh-storage |
148 | From ssh://forge.softwareheritage.org/diffusion/DSTO/swh-storage |
149 | 363f3e6..d5f02d4 master -> origin/master |
150 | Updating 363f3e6..d5f02d4 |
151 | Fast-forward |
152 | bin/swh-objstorage-add-dir | 2 +- |
153 | swh/storage/archiver/director.py | 2 +- |
154 | swh/storage/checker/checker.py | 6 +- |
155 | swh/storage/objstorage/__init__.py | 5 +- |
156 | swh/storage/objstorage/api/server.py | 13 +- |
157 | swh/storage/objstorage/objstorage.py | 435 +++-------------------- |
158 | swh/storage/objstorage/objstorage_pathslicing.py | 350 ++++++++++++++++++ |
159 | swh/storage/storage.py | 10 +- |
160 | swh/storage/tests/objstorage_testing.py | 70 ++++ |
161 | swh/storage/tests/test_checker.py | 17 +- |
162 | swh/storage/tests/test_objstorage.py | 163 --------- |
163 | swh/storage/tests/test_objstorage_api.py | 12 +- |
164 | swh/storage/tests/test_objstorage_pathslicing.py | 78 ++++ |
165 | 13 files changed, 590 insertions(+), 573 deletions(-) |
166 | create mode 100644 swh/storage/objstorage/objstorage_pathslicing.py |
167 | create mode 100644 swh/storage/tests/objstorage_testing.py |
168 | delete mode 100644 swh/storage/tests/test_objstorage.py |
169 | create mode 100644 swh/storage/tests/test_objstorage_pathslicing.py |
170 | |
171 | mr update: finished (18 ok) |
172 |
Clone on Software Heritage Worker
Clone on Software Heritage Worker
- When
- Completed at Jun 14 2016, 11:47 AM · Built instantly
- Status
Passed