Properties
Properties
- Buildable
- B100: Diff 78
- Build Plan
- Plan 2 Software Heritage Python tests
- Status
Passed
Lint
Lint
- When
- Completed at May 13 2016, 4:51 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 13 2016, 4:51 PM · Built for 4 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 2.344s |
| 35 | |
| 36 | OK |
| 37 |
Update environment from working copy
Update environment from working copy
- When
- Completed at May 13 2016, 4:51 PM · Built for 9 s
- Status
Passed
1 empty logs are hidden. Show all logs.
| 93 | swh/storage/archiver/__init__.py | 3 + |
|---|---|
| 94 | swh/storage/archiver/copier.py | 60 ++++++++ |
| 95 | swh/storage/archiver/director.py | 244 ++++++++++++++++++++++++++++++ |
| 96 | swh/storage/archiver/tasks.py | 20 +++ |
| 97 | swh/storage/archiver/worker.py | 184 ++++++++++++++++++++++ |
| 98 | swh/storage/db.py | 59 ++++++++ |
| 99 | swh/storage/objstorage/api/server.py | 20 ++- |
| 100 | swh/storage/tests/manual_test_archiver.py | 95 ++++++++++++ |
| 101 | swh/storage/tests/test_archiver.py | 163 ++++++++++++++++++++ |
| 102 | 12 files changed, 907 insertions(+), 15 deletions(-) |
| 103 | create mode 100644 sql/upgrades/069.sql |
| 104 | create mode 100644 swh/storage/archiver/__init__.py |
| 105 | create mode 100644 swh/storage/archiver/copier.py |
| 106 | create mode 100644 swh/storage/archiver/director.py |
| 107 | create mode 100644 swh/storage/archiver/tasks.py |
| 108 | create mode 100644 swh/storage/archiver/worker.py |
| 109 | create mode 100644 swh/storage/tests/manual_test_archiver.py |
| 110 | create mode 100644 swh/storage/tests/test_archiver.py |
| 111 | |
| 112 | mr update: /home/temp-drydock/drydock/workingcopy-157/repo/swh-environment/swh-web-ui |
| 113 | mr update: /home/temp-drydock/drydock/workingcopy-157/repo/swh-environment/swh-web-ui |
| 114 | Already up-to-date. |
| 115 | |
| 116 | mr update: finished (18 ok) |
| 117 |
Clone on Software Heritage Worker
Clone on Software Heritage Worker
- When
- Completed at May 13 2016, 4:50 PM · Built instantly
- Status
Passed