Properties
Properties
- Buildable
- B230: Diff 193
- Build Plan
- Plan 2 Software Heritage Python tests
- Status
Passed
Lint
Lint
- When
- Completed at Jun 21 2016, 3:50 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, 3:50 PM · Built for 1 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.674s |
63 | |
64 | OK |
65 |
Update environment from working copy
Update environment from working copy
- When
- Completed at Jun 21 2016, 3:50 PM · Built for 9 s
- Status
Passed
1 empty logs are hidden. Show all logs.
94 | setup.py | 2 + |
---|---|
95 | swh/storage/api/client.py | 6 + |
96 | swh/storage/api/server.py | 5 + |
97 | swh/storage/objstorage/multiplexer/__init__.py | 4 + |
98 | .../objstorage/multiplexer/filter/__init__.py | 98 ++++++ |
99 | .../objstorage/multiplexer/filter/filter.py | 48 +++ |
100 | .../objstorage/multiplexer/filter/id_filter.py | 99 ++++++ |
101 | .../multiplexer/filter/read_write_filter.py | 17 + |
102 | .../multiplexer/multiplexer_objstorage.py | 166 +++++++++ |
103 | swh/storage/storage.py | 40 ++- |
104 | swh/storage/tests/test_multiplexer_filter.py | 373 +++++++++++++++++++++ |
105 | swh/storage/tests/test_objstorage_multiplexer.py | 78 +++++ |
106 | swh/storage/tests/test_storage.py | 65 ++++ |
107 | 13 files changed, 989 insertions(+), 12 deletions(-) |
108 | create mode 100644 swh/storage/objstorage/multiplexer/__init__.py |
109 | create mode 100644 swh/storage/objstorage/multiplexer/filter/__init__.py |
110 | create mode 100644 swh/storage/objstorage/multiplexer/filter/filter.py |
111 | create mode 100644 swh/storage/objstorage/multiplexer/filter/id_filter.py |
112 | create mode 100644 swh/storage/objstorage/multiplexer/filter/read_write_filter.py |
113 | create mode 100644 swh/storage/objstorage/multiplexer/multiplexer_objstorage.py |
114 | create mode 100644 swh/storage/tests/test_multiplexer_filter.py |
115 | create mode 100644 swh/storage/tests/test_objstorage_multiplexer.py |
116 | |
117 | mr update: finished (18 ok) |
118 |
Clone on Software Heritage Worker
Clone on Software Heritage Worker
- When
- Completed at Jun 21 2016, 3:49 PM · Built instantly
- Status
Passed