Properties
Properties
- Buildable
- B804: Diff 631
- Build Plan
- Plan 2 Software Heritage Python tests
- Status
Failed
Lint
Lint
- When
- Completed at Mar 17 2017, 3:12 PM · Built for 4 s
- Status
Failed
1 | python3 -m flake8 swh bin/swh-storage-add-dir |
---|---|
2 | swh/storage/db.py:403:80: E501 line too long (82 > 79 characters) |
3 | swh/storage/vault/cookers/revision_git.py:149:18: W503 line break before binary operator |
4 | swh/storage/vault/cookers/revision_git.py:150:18: W503 line break before binary operator |
5 | ../Makefile.python:25: recipe for target 'check' failed |
6 |
Python tests
Python tests
- When
- Completed at Mar 17 2017, 3:12 PM · Built for 3 s
- Status
Passed
1 empty logs are hidden. Show all logs.
1 | W: unknown repository 'swh-environment', you might want to remove it |
---|---|
2 | archive_ls (test_archiver.TestArchiverStorageStub) ... ok |
3 | content_archive_get (test_archiver.TestArchiverStorageStub) ... ok |
4 | content_archive_get_copies (test_archiver.TestArchiverStorageStub) ... ok |
5 | content_archive_get_missing (test_archiver.TestArchiverStorageStub) ... ok |
6 | content_archive_get_unarchived_copies (test_archiver.TestArchiverStorageStub) ... ok |
7 | content_archive_get_unknown (test_archiver.TestArchiverStorageStub) ... ok |
8 | content_archive_update (test_archiver.TestArchiverStorageStub) ... ok |
9 | ctags_to_db (test_converters.TestConverters) ... ok |
10 | db_to_author (test_converters.TestConverters) ... ok |
11 | db_to_ctags (test_converters.TestConverters) ... ok |
12 | db_to_git_headers (test_converters.TestConverters) ... ok |
13 | db_to_language (test_converters.TestConverters) ... ok |
14 | db_to_mimetype (test_converters.TestConverters) ... ok |
15 | db_to_release (test_converters.TestConverters) ... ok |
16 | db_to_revision (test_converters.TestConverters) ... ok |
17 | |
18 | ---------------------------------------------------------------------- |
19 | Ran 15 tests in 1.379s |
20 | |
21 | OK |
22 |
Update environment from working copy
Update environment from working copy
- When
- Completed at Mar 17 2017, 3:12 PM · Built for 16 s
- Status
Passed
1 empty logs are hidden. Show all logs.
219 | swh/storage/archiver/copier.py | 4 +- |
---|---|
220 | swh/storage/archiver/db.py | 2 +- |
221 | swh/storage/archiver/director.py | 5 +- |
222 | swh/storage/archiver/storage.py | 3 +- |
223 | swh/storage/archiver/worker.py | 3 +- |
224 | swh/storage/db.py | 42 ++++--- |
225 | swh/storage/provenance/tasks.py | 6 +- |
226 | swh/storage/storage.py | 54 ++++----- |
227 | swh/storage/tests/test_api_client.py | 4 +- |
228 | swh/storage/tests/test_archiver.py | 2 +- |
229 | swh/storage/tests/test_db.py | 10 +- |
230 | swh/storage/tests/test_storage.py | 104 ++++++++-------- |
231 | swh/storage/vault/api/client.py | 2 +- |
232 | swh/storage/vault/api/cooking_tasks.py | 6 +- |
233 | swh/storage/vault/cache.py | 8 +- |
234 | swh/storage/vault/cookers/__init__.py | 4 +- |
235 | swh/storage/vault/cookers/base.py | 5 +- |
236 | swh/storage/vault/cookers/revision_flat.py | 4 +- |
237 | swh/storage/vault/cookers/revision_git.py | 162 +++++++++++++++++++++++++ |
238 | 25 files changed, 510 insertions(+), 172 deletions(-) |
239 | create mode 100644 sql/upgrades/102.sql |
240 | create mode 100644 swh/storage/vault/cookers/revision_git.py |
241 | |
242 | mr update: finished (24 ok) |
243 |
Clone on Software Heritage Worker
Clone on Software Heritage Worker
- When
- Completed at Mar 17 2017, 3:11 PM · Built instantly
- Status
Passed