Properties
Properties
- Buildable
- B282: rDSTO73139f98a147: Make swh.storage.archiver able to run in a separated db
- Build Plan
- Plan 2 Software Heritage Python tests
- Status
Passed
Lint
Lint
- When
- Completed at Jul 18 2016, 8:30 PM · Built for 2 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 Jul 18 2016, 8:30 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 | W: unknown repository 'swh-loader-vcs', you might want to remove it |
3 | db_to_author (test_converters.TestConverters) ... ok |
4 | db_to_git_headers (test_converters.TestConverters) ... ok |
5 | db_to_release (test_converters.TestConverters) ... ok |
6 | db_to_revision (test_converters.TestConverters) ... ok |
7 | |
8 | ---------------------------------------------------------------------- |
9 | Ran 4 tests in 0.649s |
10 | |
11 | OK |
12 |
Update environment from working copy
Update environment from working copy
- When
- Completed at Jul 18 2016, 8:30 PM · Built for 11 s
- Status
Passed
1 empty logs are hidden. Show all logs.
155 | sql/swh-schema.sql | 26 --------- |
---|---|
156 | sql/upgrades/070.sql | 15 ++++++ |
157 | swh/storage/api/client.py | 3 ++ |
158 | swh/storage/api/server.py | 5 ++ |
159 | swh/storage/archiver/copier.py | 2 +- |
160 | swh/storage/archiver/director.py | 61 +++++++++++++-------- |
161 | swh/storage/archiver/storage.py | 89 +++++++++++++++++++++++++++++++ |
162 | swh/storage/archiver/tasks.py | 6 +-- |
163 | swh/storage/archiver/worker.py | 11 ++-- |
164 | swh/storage/common.py | 32 +++++++++++ |
165 | swh/storage/db.py | 24 ++++++++- |
166 | swh/storage/storage.py | 46 +++++++--------- |
167 | swh/storage/tests/manual_test_archiver.py | 13 ++--- |
168 | swh/storage/tests/test_archiver.py | 70 +++++++++++++++++------- |
169 | swh/storage/tests/test_storage.py | 53 ++++++++++++++++++ |
170 | 19 files changed, 451 insertions(+), 110 deletions(-) |
171 | create mode 100644 sql/archiver/Makefile |
172 | create mode 100644 sql/archiver/swh-archiver-data.sql |
173 | create mode 100644 sql/archiver/swh-archiver-schema.sql |
174 | create mode 100644 sql/upgrades/070.sql |
175 | create mode 100644 swh/storage/archiver/storage.py |
176 | create mode 100644 swh/storage/common.py |
177 | |
178 | mr update: finished (19 ok) |
179 |
Clone on Software Heritage Worker
Clone on Software Heritage Worker
- When
- Completed at Jul 18 2016, 8:29 PM · Built instantly
- Status
Passed