Properties
Properties
- Buildable
- B310: Diff 270
- Build Plan
- Plan 2 Software Heritage Python tests
- Status
Passed
Lint
Lint
- When
- Completed at Jul 27 2016, 2:51 PM · 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 Jul 27 2016, 2:51 PM · Built for 4 s
- Status
Passed
1 empty logs are hidden. Show all logs.
288 | enrich_revision_context_some_prev_list (ui.tests.test_utils.UtilsTestCase) ... ok |
---|---|
289 | enrich_revision_no_context (ui.tests.test_utils.UtilsTestCase) ... ok |
290 | enrich_revision_with_children_and_parent_no_dir (ui.tests.test_utils.UtilsTestCase) ... ok |
291 | enrich_revision_with_invalid_message (ui.tests.test_utils.UtilsTestCase) ... ok |
292 | enrich_revision_with_no_message (ui.tests.test_utils.UtilsTestCase) ... ok |
293 | enrich_revision_without_children_or_parent (ui.tests.test_utils.UtilsTestCase) ... ok |
294 | filter_endpoints_1 (ui.tests.test_utils.UtilsTestCase) ... ok |
295 | filter_endpoints_2 (ui.tests.test_utils.UtilsTestCase) ... ok |
296 | filter_field_keys_dict (ui.tests.test_utils.UtilsTestCase) ... ok |
297 | filter_field_keys_dict_unknown_keys (ui.tests.test_utils.UtilsTestCase) ... ok |
298 | filter_field_keys_list (ui.tests.test_utils.UtilsTestCase) ... ok |
299 | filter_field_keys_list_unknown_keys (ui.tests.test_utils.UtilsTestCase) ... ok |
300 | filter_field_keys_other (ui.tests.test_utils.UtilsTestCase) ... ok |
301 | fmap (ui.tests.test_utils.UtilsTestCase) ... ok |
302 | parse_timestamp (ui.tests.test_utils.UtilsTestCase) ... ok |
303 | person_to_string (ui.tests.test_utils.UtilsTestCase) ... ok |
304 | prepare_data_for_view (ui.tests.test_utils.UtilsTestCase) ... ok |
305 | prepare_data_for_view_default_encoding (ui.tests.test_utils.UtilsTestCase) ... ok |
306 | prepare_data_for_view_ko_cannot_decode (ui.tests.test_utils.UtilsTestCase) ... ok |
307 | |
308 | ---------------------------------------------------------------------- |
309 | Ran 306 tests in 1.557s |
310 | |
311 | OK |
312 |
Update environment from working copy
Update environment from working copy
- When
- Completed at Jul 27 2016, 2:51 PM · Built for 17 s
- Status
Passed
137 | sql/archiver/Makefile | 41 ++++++ |
---|---|
138 | sql/archiver/swh-archiver-data.sql | 2 + |
139 | sql/archiver/swh-archiver-schema.sql | 48 +++++++ |
140 | sql/swh-schema.sql | 25 ---- |
141 | sql/upgrades/070.sql | 15 +++ |
142 | swh/storage/archiver/copier.py | 22 ++- |
143 | swh/storage/archiver/director.py | 214 +++++++++++++++++++----------- |
144 | swh/storage/archiver/storage.py | 93 +++++++++++++ |
145 | swh/storage/archiver/tasks.py | 8 +- |
146 | swh/storage/archiver/worker.py | 74 ++++++----- |
147 | swh/storage/common.py | 32 +++++ |
148 | swh/storage/db.py | 143 ++++++++++++-------- |
149 | swh/storage/storage.py | 30 +---- |
150 | swh/storage/tests/manual_test_archiver.py | 13 +- |
151 | swh/storage/tests/test_archiver.py | 105 ++++++++++----- |
152 | 17 files changed, 592 insertions(+), 279 deletions(-) |
153 | create mode 100644 sql/archiver/Makefile |
154 | create mode 100644 sql/archiver/swh-archiver-data.sql |
155 | create mode 100644 sql/archiver/swh-archiver-schema.sql |
156 | create mode 100644 sql/upgrades/070.sql |
157 | create mode 100644 swh/storage/archiver/storage.py |
158 | create mode 100644 swh/storage/common.py |
159 | |
160 | mr update: finished (18 ok; 1 failed) |
161 |
Clone on Software Heritage Worker
Clone on Software Heritage Worker
- When
- Completed at Jul 27 2016, 2:51 PM · Built instantly
- Status
Passed