Page MenuHomeSoftware Heritage

Build 340

Lint

When
Completed at Jun 21 2016, 2:38 PM · Built for 2 s
Status
Passed
1 empty logs are hidden. Show all logs.

Build Log 1196 (remote - stdout)
25 - 50 - 100 - Unlimited Lines

1python3 -m flake8 swh bin/swh-storage-add-dir bin/swh-objstorage-fsck bin/swh-objstorage-add-dir
2

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.

Build Log 1195 (remote - stderr)
25 - 50 - 100 - Unlimited Lines

17contains (test_objstorage_multiplexer.TestMultiplexerObjStorage) ... ok
18get_missing (test_objstorage_multiplexer.TestMultiplexerObjStorage) ... ok
19get_random_contents (test_objstorage_multiplexer.TestMultiplexerObjStorage) ... ok
20iter (test_objstorage_multiplexer.TestMultiplexerObjStorage) ... ok
21len (test_objstorage_multiplexer.TestMultiplexerObjStorage) ... ok
22len_multiple (test_objstorage_multiplexer.TestMultiplexerObjStorage) ... ok
23restore_content (test_objstorage_multiplexer.TestMultiplexerObjStorage) ... ok
24add_get_w_id (test_objstorage_pathslicing.TestpathSlicingObjStorage) ... ok
25add_get_wo_id (test_objstorage_pathslicing.TestpathSlicingObjStorage) ... ok
26check_id_mismatch (test_objstorage_pathslicing.TestpathSlicingObjStorage) ... ok
27check_missing (test_objstorage_pathslicing.TestpathSlicingObjStorage) ... ok
28check_not_gzip (test_objstorage_pathslicing.TestpathSlicingObjStorage) ... ok
29check_present (test_objstorage_pathslicing.TestpathSlicingObjStorage) ... ok
30contains (test_objstorage_pathslicing.TestpathSlicingObjStorage) ... ok
31get_missing (test_objstorage_pathslicing.TestpathSlicingObjStorage) ... ok
32get_random_contents (test_objstorage_pathslicing.TestpathSlicingObjStorage) ... ok
33iter (test_objstorage_pathslicing.TestpathSlicingObjStorage) ... ok
34len (test_objstorage_pathslicing.TestpathSlicingObjStorage) ... ok
35restore_content (test_objstorage_pathslicing.TestpathSlicingObjStorage) ... ok
36
37----------------------------------------------------------------------
38Ran 34 tests in 0.548s
39
40OK
41

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.

Build Log 1192 (remote - stdout)
25 - 50 - 100 - Unlimited Lines

90Fast-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
113mr update: finished (18 ok)
114

Clone on Software Heritage Worker

When
Completed at Jun 21 2016, 2:38 PM · Built instantly
Status
Passed

Event Timeline