Properties
Properties
- Buildable
- B583: rDSTOe4d5aecf2913: archiver.worker: fix typo
- Build Plan
- Plan 2 Software Heritage Python tests
- Status
Passed
Lint
Lint
- When
- Completed at Jan 3 2017, 4:31 PM · Built for 5 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 Jan 3 2017, 4:31 PM · Built for 12 s
- Status
Passed
1 empty logs are hidden. Show all logs.
| 1 | W: unknown repository 'swh-environment', you might want to remove it |
|---|---|
| 2 | ctags_to_db (test_converters.TestConverters) ... ok |
| 3 | db_to_author (test_converters.TestConverters) ... ok |
| 4 | db_to_ctags (test_converters.TestConverters) ... ok |
| 5 | db_to_git_headers (test_converters.TestConverters) ... ok |
| 6 | db_to_language (test_converters.TestConverters) ... ok |
| 7 | db_to_mimetype (test_converters.TestConverters) ... ok |
| 8 | db_to_release (test_converters.TestConverters) ... ok |
| 9 | db_to_revision (test_converters.TestConverters) ... ok |
| 10 | |
| 11 | ---------------------------------------------------------------------- |
| 12 | Ran 8 tests in 9.359s |
| 13 | |
| 14 | OK |
| 15 |
Update environment from working copy
Update environment from working copy
- When
- Completed at Jan 3 2017, 4:31 PM · Built for 21 s
- Status
Passed
1 empty logs are hidden. Show all logs.
| 231 | requirements.txt | 2 +- |
|---|---|
| 232 | sql/clusters.dot | 12 +- |
| 233 | sql/swh-data.sql | 11 +- |
| 234 | sql/swh-func.sql | 309 ++++++++++++++----- |
| 235 | sql/swh-init.sql | 8 + |
| 236 | sql/swh-schema.sql | 60 ++-- |
| 237 | sql/upgrades/097.sql | 568 +++++++++++++++++++++++++++++++++++ |
| 238 | swh/storage/__init__.py | 25 +- |
| 239 | swh/storage/api/client.py | 12 +- |
| 240 | swh/storage/api/server.py | 23 +- |
| 241 | swh/storage/archiver/worker.py | 2 +- |
| 242 | swh/storage/converters.py | 70 +++++ |
| 243 | swh/storage/db.py | 45 ++- |
| 244 | swh/storage/provenance/tasks.py | 16 +- |
| 245 | swh/storage/storage.py | 94 +++--- |
| 246 | swh/storage/tests/test_api_client.py | 19 +- |
| 247 | swh/storage/tests/test_archiver.py | 2 +- |
| 248 | swh/storage/tests/test_converters.py | 81 +++++ |
| 249 | swh/storage/tests/test_storage.py | 358 +++++++++++++++++++--- |
| 250 | swh/storage/vault/api/server.py | 16 +- |
| 251 | 21 files changed, 1490 insertions(+), 247 deletions(-) |
| 252 | create mode 100644 sql/upgrades/097.sql |
| 253 | |
| 254 | mr update: finished (21 ok) |
| 255 |
Clone on Software Heritage Worker
Clone on Software Heritage Worker
- When
- Completed at Jan 3 2017, 4:30 PM · Built instantly
- Status
Passed