Properties
Properties
- Buildable
- B754: Diff 590
- Build Plan
- Plan 2 Software Heritage Python tests
- Status
Failed
Lint
Lint
- When
- Completed at Mar 10 2017, 6:34 PM · Built for 13 s
- Status
Failed
1 | python3 -m flake8 swh bin/swh-storage-add-dir |
---|---|
2 | swh/storage/vault/cookers/revision_git.py:99:18: W503 line break before binary operator |
3 | swh/storage/vault/cookers/revision_git.py:100:18: W503 line break before binary operator |
4 | ../Makefile.python:25: recipe for target 'check' failed |
5 |
Python tests
Python tests
- When
- Completed at Mar 10 2017, 6:33 PM · Built for 8 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 3.917s |
20 | |
21 | OK |
22 |
Update environment from working copy
Update environment from working copy
- When
- Completed at Mar 10 2017, 6:33 PM · Built for 18 s
- Status
Passed
1 empty logs are hidden. Show all logs.
99 | |
---|---|
100 | mr update: /home/temp-drydock/drydock/workingcopy-177/repo/swh-environment/swh-storage |
101 | mr update: /home/temp-drydock/drydock/workingcopy-177/repo/swh-environment/swh-storage |
102 | From ssh://forge.softwareheritage.org/diffusion/DSTO/swh-storage |
103 | 223992d..7e15b4b master -> origin/master |
104 | * [new tag] v0.0.81 -> v0.0.81 |
105 | Updating 223992d..7e15b4b |
106 | Fast-forward |
107 | swh/storage/archiver/director.py | 9 +- |
108 | swh/storage/vault/api/client.py | 24 ++--- |
109 | swh/storage/vault/api/cooking_tasks.py | 8 +- |
110 | swh/storage/vault/api/server.py | 27 +++--- |
111 | swh/storage/vault/cache.py | 40 +++------ |
112 | swh/storage/vault/cookers/__init__.py | 12 +++ |
113 | swh/storage/vault/{cooker.py => cookers/base.py} | 108 ++--------------------- |
114 | swh/storage/vault/cookers/directory.py | 39 ++++++++ |
115 | swh/storage/vault/cookers/revision_flat.py | 49 ++++++++++ |
116 | 9 files changed, 145 insertions(+), 171 deletions(-) |
117 | create mode 100644 swh/storage/vault/cookers/__init__.py |
118 | rename swh/storage/vault/{cooker.py => cookers/base.py} (67%) |
119 | create mode 100644 swh/storage/vault/cookers/directory.py |
120 | create mode 100644 swh/storage/vault/cookers/revision_flat.py |
121 | |
122 | mr update: finished (24 ok) |
123 |
Clone on Software Heritage Worker
Clone on Software Heritage Worker
- When
- Completed at Mar 10 2017, 6:33 PM · Built instantly
- Status
Passed