Properties
Properties
- Buildable
- B226: rDSTOfc4791a18bbf: objstorage.multiplexer.filter: add a way to easily create filter chaining
- Build Plan
- Plan 2 Software Heritage Python tests
- Status
Passed
Lint
Lint
- When
- Completed at Jun 21 2016, 2:38 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 21 2016, 2:38 PM · Built for 1 s
- Status
Passed
1 empty logs are hidden. Show all logs.
17 | contains (test_objstorage_multiplexer.TestMultiplexerObjStorage) ... ok |
---|---|
18 | get_missing (test_objstorage_multiplexer.TestMultiplexerObjStorage) ... ok |
19 | get_random_contents (test_objstorage_multiplexer.TestMultiplexerObjStorage) ... ok |
20 | iter (test_objstorage_multiplexer.TestMultiplexerObjStorage) ... ok |
21 | len (test_objstorage_multiplexer.TestMultiplexerObjStorage) ... ok |
22 | len_multiple (test_objstorage_multiplexer.TestMultiplexerObjStorage) ... ok |
23 | restore_content (test_objstorage_multiplexer.TestMultiplexerObjStorage) ... ok |
24 | add_get_w_id (test_objstorage_pathslicing.TestpathSlicingObjStorage) ... ok |
25 | add_get_wo_id (test_objstorage_pathslicing.TestpathSlicingObjStorage) ... ok |
26 | check_id_mismatch (test_objstorage_pathslicing.TestpathSlicingObjStorage) ... ok |
27 | check_missing (test_objstorage_pathslicing.TestpathSlicingObjStorage) ... ok |
28 | check_not_gzip (test_objstorage_pathslicing.TestpathSlicingObjStorage) ... ok |
29 | check_present (test_objstorage_pathslicing.TestpathSlicingObjStorage) ... ok |
30 | contains (test_objstorage_pathslicing.TestpathSlicingObjStorage) ... ok |
31 | get_missing (test_objstorage_pathslicing.TestpathSlicingObjStorage) ... ok |
32 | get_random_contents (test_objstorage_pathslicing.TestpathSlicingObjStorage) ... ok |
33 | iter (test_objstorage_pathslicing.TestpathSlicingObjStorage) ... ok |
34 | len (test_objstorage_pathslicing.TestpathSlicingObjStorage) ... ok |
35 | restore_content (test_objstorage_pathslicing.TestpathSlicingObjStorage) ... ok |
36 | |
37 | ---------------------------------------------------------------------- |
38 | Ran 34 tests in 0.548s |
39 | |
40 | OK |
41 |
Update environment from working copy
Update environment from working copy
- When
- Completed at Jun 21 2016, 2:38 PM · Built for 9 s
- Status
Passed
1 empty logs are hidden. Show all logs.
90 | Fast-forward |
---|---|
91 | swh/storage/api/client.py | 6 + |
92 | swh/storage/api/server.py | 5 + |
93 | swh/storage/objstorage/multiplexer/__init__.py | 4 + |
94 | .../objstorage/multiplexer/filter/__init__.py | 98 ++++++ |
95 | .../objstorage/multiplexer/filter/filter.py | 48 +++ |
96 | .../objstorage/multiplexer/filter/id_filter.py | 99 ++++++ |
97 | .../multiplexer/filter/read_write_filter.py | 17 + |
98 | .../multiplexer/multiplexer_objstorage.py | 166 +++++++++ |
99 | swh/storage/storage.py | 40 ++- |
100 | swh/storage/tests/test_multiplexer_filter.py | 373 +++++++++++++++++++++ |
101 | swh/storage/tests/test_objstorage_multiplexer.py | 78 +++++ |
102 | swh/storage/tests/test_storage.py | 65 ++++ |
103 | 12 files changed, 987 insertions(+), 12 deletions(-) |
104 | create mode 100644 swh/storage/objstorage/multiplexer/__init__.py |
105 | create mode 100644 swh/storage/objstorage/multiplexer/filter/__init__.py |
106 | create mode 100644 swh/storage/objstorage/multiplexer/filter/filter.py |
107 | create mode 100644 swh/storage/objstorage/multiplexer/filter/id_filter.py |
108 | create mode 100644 swh/storage/objstorage/multiplexer/filter/read_write_filter.py |
109 | create mode 100644 swh/storage/objstorage/multiplexer/multiplexer_objstorage.py |
110 | create mode 100644 swh/storage/tests/test_multiplexer_filter.py |
111 | create mode 100644 swh/storage/tests/test_objstorage_multiplexer.py |
112 | |
113 | mr update: finished (18 ok) |
114 |
Clone on Software Heritage Worker
Clone on Software Heritage Worker
- When
- Completed at Jun 21 2016, 2:38 PM · Built instantly
- Status
Passed