Properties
Properties
- Buildable
- B790: rDSTO795d681c14a6: sql/swh-func: check for equality on the three columns for swh_content_missing
- Build Plan
- Plan 2 Software Heritage Python tests
- Status
Failed
Lint
Lint
- When
- Completed at Mar 16 2017, 3:54 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 16 2017, 3:54 PM · Built for 2 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.657s |
20 | |
21 | OK |
22 |
Update environment from working copy
Update environment from working copy
- When
- Completed at Mar 16 2017, 3:54 PM · Built for 14 s
- Status
Passed
1 | Use of uninitialized value in print at /usr/bin/mr line 1013. |
---|---|
2 |
201 | swh/storage/archiver/director.py | 5 +- |
---|---|
202 | swh/storage/archiver/storage.py | 3 +- |
203 | swh/storage/archiver/updater.py | 56 ++++++++++ |
204 | swh/storage/archiver/worker.py | 3 +- |
205 | swh/storage/db.py | 42 ++++---- |
206 | swh/storage/provenance/tasks.py | 6 +- |
207 | swh/storage/storage.py | 54 +++++----- |
208 | swh/storage/tests/test_api_client.py | 4 +- |
209 | swh/storage/tests/test_archiver.py | 2 +- |
210 | swh/storage/tests/test_db.py | 10 +- |
211 | swh/storage/tests/test_storage.py | 104 +++++++++--------- |
212 | swh/storage/vault/api/client.py | 2 +- |
213 | swh/storage/vault/api/cooking_tasks.py | 6 +- |
214 | swh/storage/vault/cache.py | 8 +- |
215 | swh/storage/vault/cookers/__init__.py | 4 +- |
216 | swh/storage/vault/cookers/base.py | 28 +++-- |
217 | swh/storage/vault/cookers/directory.py | 19 +--- |
218 | swh/storage/vault/cookers/revision_flat.py | 21 +--- |
219 | swh/storage/vault/cookers/revision_git.py | 162 +++++++++++++++++++++++++++++ |
220 | 26 files changed, 406 insertions(+), 209 deletions(-) |
221 | create mode 100644 swh/storage/archiver/updater.py |
222 | create mode 100644 swh/storage/vault/cookers/revision_git.py |
223 | |
224 | mr update: finished (24 ok) |
225 |
Clone on Software Heritage Worker
Clone on Software Heritage Worker
- When
- Completed at Mar 16 2017, 3:54 PM · Built instantly
- Status
Passed