Page MenuHomeSoftware Heritage

Build 346

Properties

Buildable
B230: Diff 193
Build Plan
Plan 2 Software Heritage Python tests
Status
Passed

Lint

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

Build Log 1214 (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, 3:50 PM · Built for 1 s
Status
Passed
1 empty logs are hidden. Show all logs.

Build Log 1213 (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.674s
63
64OK
65

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.

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

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
117mr update: finished (18 ok)
118

Clone on Software Heritage Worker

When
Completed at Jun 21 2016, 3:49 PM · Built instantly
Status
Passed

Event Timeline