Properties
Properties
- Buildable
- B99: rDSTOb1d99e19d0aa: Improve starting routines of storage & objstorage servers
- Build Plan
- Plan 2 Software Heritage Python tests
- Status
Passed
Lint
Lint
- When
- Completed at May 13 2016, 10:34 AM · Built for 4 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, 10:34 AM · Built for 5 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.891s |
35 | |
36 | OK |
37 |
Update environment from working copy
Update environment from working copy
- When
- Completed at May 13 2016, 10:34 AM · Built for 11 s
- Status
Passed
1 empty logs are hidden. Show all logs.
93 | Fast-forward |
---|---|
94 | sql/swh-schema.sql | 28 +++- |
95 | sql/upgrades/069.sql | 28 ++++ |
96 | swh/storage/api/server.py | 18 ++- |
97 | swh/storage/archiver/__init__.py | 3 + |
98 | swh/storage/archiver/copier.py | 60 ++++++++ |
99 | swh/storage/archiver/director.py | 244 ++++++++++++++++++++++++++++++ |
100 | swh/storage/archiver/tasks.py | 20 +++ |
101 | swh/storage/archiver/worker.py | 184 ++++++++++++++++++++++ |
102 | swh/storage/db.py | 59 ++++++++ |
103 | swh/storage/objstorage/api/server.py | 20 ++- |
104 | swh/storage/tests/manual_test_archiver.py | 95 ++++++++++++ |
105 | swh/storage/tests/test_archiver.py | 163 ++++++++++++++++++++ |
106 | 12 files changed, 907 insertions(+), 15 deletions(-) |
107 | create mode 100644 sql/upgrades/069.sql |
108 | create mode 100644 swh/storage/archiver/__init__.py |
109 | create mode 100644 swh/storage/archiver/copier.py |
110 | create mode 100644 swh/storage/archiver/director.py |
111 | create mode 100644 swh/storage/archiver/tasks.py |
112 | create mode 100644 swh/storage/archiver/worker.py |
113 | create mode 100644 swh/storage/tests/manual_test_archiver.py |
114 | create mode 100644 swh/storage/tests/test_archiver.py |
115 | |
116 | mr update: finished (18 ok) |
117 |
Clone on Software Heritage Worker
Clone on Software Heritage Worker
- When
- Completed at May 13 2016, 10:34 AM · Built instantly
- Status
Passed