Page MenuHomeSoftware Heritage

Build 341

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 1190 (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 2 s
Status
Passed
1 empty logs are hidden. Show all logs.

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

41contains (test_objstorage_multiplexer.TestMultiplexerObjStorage) ... ok
42get_missing (test_objstorage_multiplexer.TestMultiplexerObjStorage) ... ok
43get_random_contents (test_objstorage_multiplexer.TestMultiplexerObjStorage) ... ok
44iter (test_objstorage_multiplexer.TestMultiplexerObjStorage) ... ok
45len (test_objstorage_multiplexer.TestMultiplexerObjStorage) ... ok
46len_multiple (test_objstorage_multiplexer.TestMultiplexerObjStorage) ... ok
47restore_content (test_objstorage_multiplexer.TestMultiplexerObjStorage) ... ok
48add_get_w_id (test_objstorage_pathslicing.TestpathSlicingObjStorage) ... ok
49add_get_wo_id (test_objstorage_pathslicing.TestpathSlicingObjStorage) ... ok
50check_id_mismatch (test_objstorage_pathslicing.TestpathSlicingObjStorage) ... ok
51check_missing (test_objstorage_pathslicing.TestpathSlicingObjStorage) ... ok
52check_not_gzip (test_objstorage_pathslicing.TestpathSlicingObjStorage) ... ok
53check_present (test_objstorage_pathslicing.TestpathSlicingObjStorage) ... ok
54contains (test_objstorage_pathslicing.TestpathSlicingObjStorage) ... ok
55get_missing (test_objstorage_pathslicing.TestpathSlicingObjStorage) ... ok
56get_random_contents (test_objstorage_pathslicing.TestpathSlicingObjStorage) ... ok
57iter (test_objstorage_pathslicing.TestpathSlicingObjStorage) ... ok
58len (test_objstorage_pathslicing.TestpathSlicingObjStorage) ... ok
59restore_content (test_objstorage_pathslicing.TestpathSlicingObjStorage) ... ok
60
61----------------------------------------------------------------------
62Ran 58 tests in 0.666s
63
64OK
65

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.

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

92Fast-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
115mr update: finished (18 ok)
116

Clone on Software Heritage Worker

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

Event Timeline