Properties
Properties
- Buildable
- B227: rDSTObed4d47d6827: objstorage.multiplexer.filter: add tests for the filters implementations
- 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 2 s
- Status
Passed
1 empty logs are hidden. Show all logs.
41 | contains (test_objstorage_multiplexer.TestMultiplexerObjStorage) ... ok |
---|---|
42 | get_missing (test_objstorage_multiplexer.TestMultiplexerObjStorage) ... ok |
43 | get_random_contents (test_objstorage_multiplexer.TestMultiplexerObjStorage) ... ok |
44 | iter (test_objstorage_multiplexer.TestMultiplexerObjStorage) ... ok |
45 | len (test_objstorage_multiplexer.TestMultiplexerObjStorage) ... ok |
46 | len_multiple (test_objstorage_multiplexer.TestMultiplexerObjStorage) ... ok |
47 | restore_content (test_objstorage_multiplexer.TestMultiplexerObjStorage) ... ok |
48 | add_get_w_id (test_objstorage_pathslicing.TestpathSlicingObjStorage) ... ok |
49 | add_get_wo_id (test_objstorage_pathslicing.TestpathSlicingObjStorage) ... ok |
50 | check_id_mismatch (test_objstorage_pathslicing.TestpathSlicingObjStorage) ... ok |
51 | check_missing (test_objstorage_pathslicing.TestpathSlicingObjStorage) ... ok |
52 | check_not_gzip (test_objstorage_pathslicing.TestpathSlicingObjStorage) ... ok |
53 | check_present (test_objstorage_pathslicing.TestpathSlicingObjStorage) ... ok |
54 | contains (test_objstorage_pathslicing.TestpathSlicingObjStorage) ... ok |
55 | get_missing (test_objstorage_pathslicing.TestpathSlicingObjStorage) ... ok |
56 | get_random_contents (test_objstorage_pathslicing.TestpathSlicingObjStorage) ... ok |
57 | iter (test_objstorage_pathslicing.TestpathSlicingObjStorage) ... ok |
58 | len (test_objstorage_pathslicing.TestpathSlicingObjStorage) ... ok |
59 | restore_content (test_objstorage_pathslicing.TestpathSlicingObjStorage) ... ok |
60 | |
61 | ---------------------------------------------------------------------- |
62 | Ran 58 tests in 0.666s |
63 | |
64 | OK |
65 |
Update environment from working copy
Update environment from working copy
- When
- Completed at Jun 21 2016, 2:38 PM · Built for 24 s
- Status
Passed
1 empty logs are hidden. Show all logs.
92 | Fast-forward |
---|---|
93 | swh/storage/api/client.py | 6 + |
94 | swh/storage/api/server.py | 5 + |
95 | swh/storage/objstorage/multiplexer/__init__.py | 4 + |
96 | .../objstorage/multiplexer/filter/__init__.py | 98 ++++++ |
97 | .../objstorage/multiplexer/filter/filter.py | 48 +++ |
98 | .../objstorage/multiplexer/filter/id_filter.py | 99 ++++++ |
99 | .../multiplexer/filter/read_write_filter.py | 17 + |
100 | .../multiplexer/multiplexer_objstorage.py | 166 +++++++++ |
101 | swh/storage/storage.py | 40 ++- |
102 | swh/storage/tests/test_multiplexer_filter.py | 373 +++++++++++++++++++++ |
103 | swh/storage/tests/test_objstorage_multiplexer.py | 78 +++++ |
104 | swh/storage/tests/test_storage.py | 65 ++++ |
105 | 12 files changed, 987 insertions(+), 12 deletions(-) |
106 | create mode 100644 swh/storage/objstorage/multiplexer/__init__.py |
107 | create mode 100644 swh/storage/objstorage/multiplexer/filter/__init__.py |
108 | create mode 100644 swh/storage/objstorage/multiplexer/filter/filter.py |
109 | create mode 100644 swh/storage/objstorage/multiplexer/filter/id_filter.py |
110 | create mode 100644 swh/storage/objstorage/multiplexer/filter/read_write_filter.py |
111 | create mode 100644 swh/storage/objstorage/multiplexer/multiplexer_objstorage.py |
112 | create mode 100644 swh/storage/tests/test_multiplexer_filter.py |
113 | create mode 100644 swh/storage/tests/test_objstorage_multiplexer.py |
114 | |
115 | mr update: finished (18 ok) |
116 |
Clone on Software Heritage Worker
Clone on Software Heritage Worker
- When
- Completed at Jun 21 2016, 2:38 PM · Built instantly
- Status
Passed