Properties
Properties
- Buildable
- B153: rDSTO4a18a04cef48: Add the checker to the debian packaging paths
- Build Plan
- Plan 2 Software Heritage Python tests
- Status
Passed
Lint
Lint
- When
- Completed at Jun 1 2016, 1:24 PM · Built for 2 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 Jun 1 2016, 1:24 PM · Built for 2 s
- Status
Passed
1 empty logs are hidden. Show all logs.
15 | decode_with_escape (test_converters.TestConverters) ... ok |
---|---|
16 | encode_with_unescape (test_converters.TestConverters) ... ok |
17 | encode_with_unescape_invalid_escape (test_converters.TestConverters) ... ok |
18 | add_bytes_w_id (test_objstorage.TestObjStorage) ... ok |
19 | add_bytes_wo_id (test_objstorage.TestObjStorage) ... ok |
20 | add_file_w_id (test_objstorage.TestObjStorage) ... ok |
21 | add_file_wo_id (test_objstorage.TestObjStorage) ... ok |
22 | check_file_and_dirs_mode (test_objstorage.TestObjStorage) ... ok |
23 | check_id_mismatch (test_objstorage.TestObjStorage) ... ok |
24 | check_missing (test_objstorage.TestObjStorage) ... ok |
25 | check_not_gzip (test_objstorage.TestObjStorage) ... ok |
26 | check_ok (test_objstorage.TestObjStorage) ... ok |
27 | contains (test_objstorage.TestObjStorage) ... ok |
28 | get_bytes (test_objstorage.TestObjStorage) ... ok |
29 | get_file_path (test_objstorage.TestObjStorage) ... ok |
30 | get_missing (test_objstorage.TestObjStorage) ... ok |
31 | get_random_contents (test_objstorage.TestObjStorage) ... ok |
32 | iter (test_objstorage.TestObjStorage) ... ok |
33 | len (test_objstorage.TestObjStorage) ... ok |
34 | |
35 | ---------------------------------------------------------------------- |
36 | Ran 30 tests in 0.750s |
37 | |
38 | OK |
39 |
Update environment from working copy
Update environment from working copy
- When
- Completed at Jun 1 2016, 1:24 PM · Built for 17 s
- Status
Passed
1 | mr update: command failed |
---|---|
2 | mr update: command failed |
3 | mr update: command failed |
4 | mr update: command failed |
5 | mr update: command failed |
6 |
145 | swh/storage/objstorage/api/server.py | 24 ++++- |
---|---|
146 | swh/storage/objstorage/objstorage.py | 62 ++++++++++++- |
147 | swh/storage/tests/test_checker.py | 129 ++++++++++++++++++++++++++ |
148 | swh/storage/tests/test_objstorage.py | 6 ++ |
149 | swh/storage/tests/test_objstorage_api.py | 10 ++ |
150 | 10 files changed, 391 insertions(+), 6 deletions(-) |
151 | create mode 100644 swh/storage/checker/__init__.py |
152 | create mode 100644 swh/storage/checker/checker.py |
153 | create mode 100644 swh/storage/tests/test_checker.py |
154 | |
155 | mr update: /home/temp-drydock/drydock/workingcopy-158/repo/swh-environment/swh-web-ui |
156 | mr update: /home/temp-drydock/drydock/workingcopy-158/repo/swh-environment/swh-web-ui |
157 | From ssh://forge.softwareheritage.org/diffusion/DWUI/swh-web-ui |
158 | d99ae9c..7a0cfff master -> origin/master |
159 | Updating d99ae9c..7a0cfff |
160 | Fast-forward |
161 | swh/web/ui/converters.py | 1 + |
162 | swh/web/ui/service.py | 31 ++++++++++ |
163 | swh/web/ui/tests/test_service.py | 117 ++++++++++++++++++++++++++++++++++++- |
164 | swh/web/ui/tests/views/test_api.py | 68 +++++++++++++++++++++ |
165 | swh/web/ui/views/api.py | 24 ++++++++ |
166 | 5 files changed, 240 insertions(+), 1 deletion(-) |
167 | |
168 | mr update: finished (13 ok; 5 failed) |
169 |
Clone on Software Heritage Worker
Clone on Software Heritage Worker
- When
- Completed at Jun 1 2016, 1:24 PM · Built instantly
- Status
Passed