Properties
Properties
- Buildable
- B589: rDSTO54cb088052ca: Refactor: Unify redundant behavior in api server instantiation
- Build Plan
- Plan 2 Software Heritage Python tests
- Status
Passed
Lint
Lint
- When
- Completed at Jan 26 2017, 3:13 PM · Built for 4 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 26 2017, 3:13 PM · Built for 4 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 2.471s |
| 13 | |
| 14 | OK |
| 15 |
Update environment from working copy
Update environment from working copy
- When
- Completed at Jan 26 2017, 3:13 PM · Built for 26 s
- Status
Passed
| 1 | mr update: command failed |
|---|---|
| 2 | mr update: command failed |
| 3 |
| 268 | debian/control | 6 +- |
|---|---|
| 269 | requirements.txt | 7 +- |
| 270 | sql/Makefile | 17 +- |
| 271 | sql/swh-indexes.sql | 272 +++++++++++++++++++++++++++++++ |
| 272 | sql/swh-schema.sql | 318 ++++++++----------------------------- |
| 273 | sql/swh-triggers.sql | 124 +++++++++++++++ |
| 274 | sql/upgrades/098.sql | 9 ++ |
| 275 | sql/upgrades/099.sql | 30 ++++ |
| 276 | swh/storage/api/client.py | 61 +------ |
| 277 | swh/storage/api/server.py | 13 +- |
| 278 | swh/storage/archiver/worker.py | 2 +- |
| 279 | swh/storage/db.py | 13 +- |
| 280 | swh/storage/storage.py | 11 +- |
| 281 | swh/storage/tests/test_archiver.py | 2 +- |
| 282 | swh/storage/tests/test_storage.py | 22 +++ |
| 283 | swh/storage/vault/api/client.py | 54 +------ |
| 284 | swh/storage/vault/api/server.py | 9 +- |
| 285 | 17 files changed, 576 insertions(+), 394 deletions(-) |
| 286 | create mode 100644 sql/swh-indexes.sql |
| 287 | create mode 100644 sql/swh-triggers.sql |
| 288 | create mode 100644 sql/upgrades/098.sql |
| 289 | create mode 100644 sql/upgrades/099.sql |
| 290 | |
| 291 | mr update: finished (19 ok; 2 failed) |
| 292 |
Clone on Software Heritage Worker
Clone on Software Heritage Worker
- When
- Completed at Jan 26 2017, 3:13 PM · Built instantly
- Status
Passed