Properties
Properties
- Buildable
- B105: Diff 83
- Build Plan
- Plan 2 Software Heritage Python tests
- Status
Passed
Lint
Lint
- When
- Completed at May 19 2016, 2:23 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 bin/swh-objstorage-fsck bin/swh-objstorage-add-dir |
|---|---|
| 2 |
Python tests
Python tests
- When
- Completed at May 19 2016, 2:23 PM · Built for 6 s
- Status
Passed
1 empty logs are hidden. Show all logs.
| 13 | add_file_w_id (test_objstorage.TestObjStorage) ... ok |
|---|---|
| 14 | add_file_wo_id (test_objstorage.TestObjStorage) ... ok |
| 15 | check_file_and_dirs_mode (test_objstorage.TestObjStorage) ... ok |
| 16 | check_id_mismatch (test_objstorage.TestObjStorage) ... ok |
| 17 | check_missing (test_objstorage.TestObjStorage) ... ok |
| 18 | check_not_gzip (test_objstorage.TestObjStorage) ... ok |
| 19 | check_ok (test_objstorage.TestObjStorage) ... ok |
| 20 | contains (test_objstorage.TestObjStorage) ... ok |
| 21 | get_bytes (test_objstorage.TestObjStorage) ... ok |
| 22 | get_file_path (test_objstorage.TestObjStorage) ... ok |
| 23 | get_missing (test_objstorage.TestObjStorage) ... ok |
| 24 | iter (test_objstorage.TestObjStorage) ... ok |
| 25 | len (test_objstorage.TestObjStorage) ... ok |
| 26 | content_add (test_objstorage_api.TestRemoteObjStorage) ... ok |
| 27 | content_check_invalid (test_objstorage_api.TestRemoteObjStorage) ... ok |
| 28 | content_check_missing (test_objstorage_api.TestRemoteObjStorage) ... ok |
| 29 | content_check_valid (test_objstorage_api.TestRemoteObjStorage) ... ok |
| 30 | content_get_missing (test_objstorage_api.TestRemoteObjStorage) ... ok |
| 31 | content_get_present (test_objstorage_api.TestRemoteObjStorage) ... ok |
| 32 | |
| 33 | ---------------------------------------------------------------------- |
| 34 | Ran 29 tests in 3.404s |
| 35 | |
| 36 | OK |
| 37 |
Update environment from working copy
Update environment from working copy
- When
- Completed at May 19 2016, 2:23 PM · Built for 2 m, 3 s
- Status
Passed
1 empty logs are hidden. Show all logs.
| 103 | sql/swh-schema.sql | 28 +++- |
|---|---|
| 104 | sql/upgrades/069.sql | 28 ++++ |
| 105 | swh/storage/api/server.py | 18 ++- |
| 106 | swh/storage/archiver/__init__.py | 3 + |
| 107 | swh/storage/archiver/copier.py | 60 ++++++++ |
| 108 | swh/storage/archiver/director.py | 218 ++++++++++++++++++++++++++ |
| 109 | swh/storage/archiver/tasks.py | 20 +++ |
| 110 | swh/storage/archiver/worker.py | 239 +++++++++++++++++++++++++++++ |
| 111 | swh/storage/db.py | 90 +++++++++++ |
| 112 | swh/storage/objstorage/api/server.py | 20 ++- |
| 113 | swh/storage/tests/manual_test_archiver.py | 95 ++++++++++++ |
| 114 | swh/storage/tests/test_archiver.py | 246 ++++++++++++++++++++++++++++++ |
| 115 | swh/storage/tests/test_storage.py | 2 +- |
| 116 | 13 files changed, 1051 insertions(+), 16 deletions(-) |
| 117 | create mode 100644 sql/upgrades/069.sql |
| 118 | create mode 100644 swh/storage/archiver/__init__.py |
| 119 | create mode 100644 swh/storage/archiver/copier.py |
| 120 | create mode 100644 swh/storage/archiver/director.py |
| 121 | create mode 100644 swh/storage/archiver/tasks.py |
| 122 | create mode 100644 swh/storage/archiver/worker.py |
| 123 | create mode 100644 swh/storage/tests/manual_test_archiver.py |
| 124 | create mode 100644 swh/storage/tests/test_archiver.py |
| 125 | |
| 126 | mr update: finished (18 ok) |
| 127 |
Clone on Software Heritage Worker
Clone on Software Heritage Worker
- When
- Completed at May 19 2016, 2:21 PM · Built instantly
- Status
Passed