Properties
Properties
- Buildable
- B360: Diff 317
- Build Plan
- Plan 2 Software Heritage Python tests
- Status
Failed
Lint
Lint
- When
- Completed at Aug 10 2016, 11:53 AM · Built for 4 s
- Status
Failed
1 | python3 -m flake8 swh bin/swh-web-ui-dev |
---|---|
2 | swh/web/ui/views/api.py:8:1: F401 'redirect' imported but unused |
3 | ../Makefile.python:25: recipe for target 'check' failed |
4 |
Python tests
Python tests
- When
- Completed at Aug 10 2016, 11:53 AM · Built for 4 s
- Status
Passed
1 empty logs are hidden. Show all logs.
280 | enrich_revision_context_some_prev_list (ui.tests.test_utils.UtilsTestCase) ... ok |
---|---|
281 | enrich_revision_no_context (ui.tests.test_utils.UtilsTestCase) ... ok |
282 | enrich_revision_with_children_and_parent_no_dir (ui.tests.test_utils.UtilsTestCase) ... ok |
283 | enrich_revision_with_invalid_message (ui.tests.test_utils.UtilsTestCase) ... ok |
284 | enrich_revision_with_no_message (ui.tests.test_utils.UtilsTestCase) ... ok |
285 | enrich_revision_without_children_or_parent (ui.tests.test_utils.UtilsTestCase) ... ok |
286 | filter_endpoints_1 (ui.tests.test_utils.UtilsTestCase) ... ok |
287 | filter_endpoints_2 (ui.tests.test_utils.UtilsTestCase) ... ok |
288 | filter_field_keys_dict (ui.tests.test_utils.UtilsTestCase) ... ok |
289 | filter_field_keys_dict_unknown_keys (ui.tests.test_utils.UtilsTestCase) ... ok |
290 | filter_field_keys_list (ui.tests.test_utils.UtilsTestCase) ... ok |
291 | filter_field_keys_list_unknown_keys (ui.tests.test_utils.UtilsTestCase) ... ok |
292 | filter_field_keys_other (ui.tests.test_utils.UtilsTestCase) ... ok |
293 | fmap (ui.tests.test_utils.UtilsTestCase) ... ok |
294 | parse_timestamp (ui.tests.test_utils.UtilsTestCase) ... ok |
295 | person_to_string (ui.tests.test_utils.UtilsTestCase) ... ok |
296 | prepare_data_for_view (ui.tests.test_utils.UtilsTestCase) ... ok |
297 | prepare_data_for_view_default_encoding (ui.tests.test_utils.UtilsTestCase) ... ok |
298 | prepare_data_for_view_ko_cannot_decode (ui.tests.test_utils.UtilsTestCase) ... ok |
299 | |
300 | ---------------------------------------------------------------------- |
301 | Ran 298 tests in 1.588s |
302 | |
303 | OK |
304 |
Update environment from working copy
Update environment from working copy
- When
- Completed at Aug 10 2016, 11:53 AM · Built for 13 s
- Status
Passed
102 | 65bae82..9fdbadd master -> origin/master |
---|---|
103 | Updating 65bae82..9fdbadd |
104 | Fast-forward |
105 | docs/archiver-blueprint.md | 160 ++++++++----- |
106 | sql/archiver/swh-archiver-schema.sql | 29 ++- |
107 | sql/archiver/upgrades/002.sql | 9 + |
108 | sql/archiver/upgrades/003.sql | 24 ++ |
109 | sql/swh-schema.sql | 8 +- |
110 | sql/upgrades/071.sql | 19 ++ |
111 | swh/storage/archiver/copier.py | 38 +-- |
112 | swh/storage/archiver/director.py | 287 +++++----------------- |
113 | swh/storage/archiver/storage.py | 18 +- |
114 | swh/storage/archiver/tasks.py | 9 +- |
115 | swh/storage/archiver/worker.py | 382 +++++++++++++++--------------- |
116 | swh/storage/db.py | 42 +++- |
117 | swh/storage/tests/manual_test_archiver.py | 96 -------- |
118 | swh/storage/tests/test_archiver.py | 314 ++++++++++++------------ |
119 | 14 files changed, 644 insertions(+), 791 deletions(-) |
120 | create mode 100644 sql/archiver/upgrades/002.sql |
121 | create mode 100644 sql/archiver/upgrades/003.sql |
122 | create mode 100644 sql/upgrades/071.sql |
123 | delete mode 100644 swh/storage/tests/manual_test_archiver.py |
124 | |
125 | mr update: finished (18 ok; 1 failed) |
126 |
Clone on Software Heritage Worker
Clone on Software Heritage Worker
- When
- Completed at Aug 10 2016, 11:52 AM · Built instantly
- Status
Passed