Properties
Properties
- Buildable
- B308: Diff 268
- Build Plan
- Plan 2 Software Heritage Python tests
- Status
Passed
Lint
Lint
- When
- Completed at Jul 27 2016, 2:31 PM · Built for 4 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:31 PM · Built for 3 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.292s |
310 | |
311 | OK |
312 |
Update environment from working copy
Update environment from working copy
- When
- Completed at Jul 27 2016, 2:31 PM · Built for 16 s
- Status
Passed
1 empty logs are hidden. Show all logs.
159 | sql/archiver/Makefile | 41 ++++++ |
---|---|
160 | sql/archiver/swh-archiver-data.sql | 2 + |
161 | sql/archiver/swh-archiver-schema.sql | 48 +++++++ |
162 | sql/swh-schema.sql | 25 ---- |
163 | sql/upgrades/070.sql | 15 +++ |
164 | swh/storage/archiver/copier.py | 22 ++- |
165 | swh/storage/archiver/director.py | 214 +++++++++++++++++++----------- |
166 | swh/storage/archiver/storage.py | 93 +++++++++++++ |
167 | swh/storage/archiver/tasks.py | 8 +- |
168 | swh/storage/archiver/worker.py | 74 ++++++----- |
169 | swh/storage/common.py | 32 +++++ |
170 | swh/storage/db.py | 143 ++++++++++++-------- |
171 | swh/storage/storage.py | 30 +---- |
172 | swh/storage/tests/manual_test_archiver.py | 13 +- |
173 | swh/storage/tests/test_archiver.py | 105 ++++++++++----- |
174 | 17 files changed, 592 insertions(+), 279 deletions(-) |
175 | create mode 100644 sql/archiver/Makefile |
176 | create mode 100644 sql/archiver/swh-archiver-data.sql |
177 | create mode 100644 sql/archiver/swh-archiver-schema.sql |
178 | create mode 100644 sql/upgrades/070.sql |
179 | create mode 100644 swh/storage/archiver/storage.py |
180 | create mode 100644 swh/storage/common.py |
181 | |
182 | mr update: finished (19 ok) |
183 |
Clone on Software Heritage Worker
Clone on Software Heritage Worker
- When
- Completed at Jul 27 2016, 2:31 PM · Built instantly
- Status
Passed