Properties
Properties
- Buildable
- B745: rDSTO56366fa44be2: archiver.director: only yield plain content ids, not dicts
- Build Plan
- Plan 2 Software Heritage Python tests
- Status
Passed
Lint
Lint
- When
- Completed at Mar 7 2017, 5:02 PM · Built for 3 s
- Status
Passed
1 empty logs are hidden. Show all logs.
1 | python3 -m flake8 swh bin/swh-storage-add-dir |
---|---|
2 |
Python tests
Python tests
- When
- Completed at Mar 7 2017, 5:02 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 0.941s |
20 | |
21 | OK |
22 |
Update environment from working copy
Update environment from working copy
- When
- Completed at Mar 7 2017, 5:02 PM · Built for 12 s
- Status
Passed
1 empty logs are hidden. Show all logs.
154 | sql/archiver/swh-archiver-schema.sql | 2 +- |
---|---|
155 | sql/archiver/upgrades/009.sql | 42 +++++++ |
156 | sql/swh-func.sql | 29 +++++ |
157 | sql/swh-schema.sql | 2 +- |
158 | sql/upgrades/101.sql | 36 ++++++ |
159 | swh/storage/api/client.py | 4 + |
160 | swh/storage/api/server.py | 5 + |
161 | swh/storage/archiver/db.py | 29 ++--- |
162 | swh/storage/archiver/director.py | 66 ++++++----- |
163 | swh/storage/archiver/storage.py | 214 +++++++++++++++++++++++++++++++++-- |
164 | swh/storage/archiver/worker.py | 61 +++++----- |
165 | swh/storage/db.py | 13 ++- |
166 | swh/storage/storage.py | 32 +++++- |
167 | swh/storage/tests/test_archiver.py | 202 ++++++++++++++++++++++++++++----- |
168 | swh/storage/tests/test_storage.py | 59 +++++++++- |
169 | 18 files changed, 714 insertions(+), 125 deletions(-) |
170 | create mode 100644 sql/archiver/upgrades/009.sql |
171 | create mode 100644 sql/upgrades/101.sql |
172 | |
173 | mr update: /home/temp-drydock/drydock/workingcopy-176/repo/swh-environment/swh-web-ui |
174 | mr update: /home/temp-drydock/drydock/workingcopy-176/repo/swh-environment/swh-web-ui |
175 | Already up-to-date. |
176 | |
177 | mr update: finished (24 ok) |
178 |
Clone on Software Heritage Worker
Clone on Software Heritage Worker
- When
- Completed at Mar 7 2017, 5:02 PM · Built instantly
- Status
Passed