Properties
Properties
- Buildable
- B146: Diff 117
- Build Plan
- Plan 2 Software Heritage Python tests
- Status
Passed
Lint
Lint
- When
- Completed at Jun 1 2016, 12:18 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, 12:18 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.618s |
37 | |
38 | OK |
39 |
Update environment from working copy
Update environment from working copy
- When
- Completed at Jun 1 2016, 12:18 PM · Built for 8 s
- Status
Passed
1 empty logs are hidden. Show all logs.
148 | swh/storage/objstorage/api/server.py | 29 ++++++- |
---|---|
149 | swh/storage/objstorage/objstorage.py | 62 +++++++++++++- |
150 | swh/storage/tests/test_checker.py | 96 ++++++++++++++++++++++ |
151 | swh/storage/tests/test_objstorage.py | 6 ++ |
152 | swh/storage/tests/test_objstorage_api.py | 11 +++ |
153 | 10 files changed, 381 insertions(+), 18 deletions(-) |
154 | create mode 100644 swh/storage/checker/__init__.py |
155 | create mode 100644 swh/storage/checker/checker.py |
156 | create mode 100644 swh/storage/tests/test_checker.py |
157 | |
158 | mr update: /home/temp-drydock/drydock/workingcopy-161/repo/swh-environment/swh-web-ui |
159 | mr update: /home/temp-drydock/drydock/workingcopy-161/repo/swh-environment/swh-web-ui |
160 | From ssh://forge.softwareheritage.org/diffusion/DWUI/swh-web-ui |
161 | d99ae9c..7a0cfff master -> origin/master |
162 | Updating d99ae9c..7a0cfff |
163 | Fast-forward |
164 | swh/web/ui/converters.py | 1 + |
165 | swh/web/ui/service.py | 31 ++++++++++ |
166 | swh/web/ui/tests/test_service.py | 117 ++++++++++++++++++++++++++++++++++++- |
167 | swh/web/ui/tests/views/test_api.py | 68 +++++++++++++++++++++ |
168 | swh/web/ui/views/api.py | 24 ++++++++ |
169 | 5 files changed, 240 insertions(+), 1 deletion(-) |
170 | |
171 | mr update: finished (18 ok) |
172 |
Clone on Software Heritage Worker
Clone on Software Heritage Worker
- When
- Completed at Jun 1 2016, 12:17 PM · Built instantly
- Status
Passed