Properties
Properties
- Buildable
- B224: rDSTOac0632653199: objstorage.multiplexer: add tests for the multiplexer object storage
- Build Plan
- Plan 2 Software Heritage Python tests
- Status
Failed
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 1 s
- Status
Failed
1 empty logs are hidden. Show all logs.
6 | repair_content_present_first (test_checker.TestChecker) ... ok |
---|---|
7 | repair_content_present_second (test_checker.TestChecker) ... ok |
8 | db_to_author (test_converters.TestConverters) ... ok |
9 | db_to_git_headers (test_converters.TestConverters) ... ok |
10 | db_to_release (test_converters.TestConverters) ... ok |
11 | db_to_revision (test_converters.TestConverters) ... ok |
12 | Failure: ImportError (No module named 'swh.storage.objstorage.multiplexer.filter') ... ERROR |
13 | add_get_w_id (test_objstorage_pathslicing.TestpathSlicingObjStorage) ... ok |
14 | add_get_wo_id (test_objstorage_pathslicing.TestpathSlicingObjStorage) ... ok |
15 | check_id_mismatch (test_objstorage_pathslicing.TestpathSlicingObjStorage) ... ok |
16 | check_missing (test_objstorage_pathslicing.TestpathSlicingObjStorage) ... ok |
17 | check_not_gzip (test_objstorage_pathslicing.TestpathSlicingObjStorage) ... ok |
18 | check_present (test_objstorage_pathslicing.TestpathSlicingObjStorage) ... ok |
19 | contains (test_objstorage_pathslicing.TestpathSlicingObjStorage) ... ok |
20 | get_missing (test_objstorage_pathslicing.TestpathSlicingObjStorage) ... ok |
21 | get_random_contents (test_objstorage_pathslicing.TestpathSlicingObjStorage) ... ok |
22 | iter (test_objstorage_pathslicing.TestpathSlicingObjStorage) ... ok |
23 | len (test_objstorage_pathslicing.TestpathSlicingObjStorage) ... ok |
24 | restore_content (test_objstorage_pathslicing.TestpathSlicingObjStorage) ... ok |
25 | |
26 | ====================================================================== |
27 | ERROR: Failure: ImportError (No module named 'swh.storage.objstorage.multiplexer.filter') |
28 | ---------------------------------------------------------------------- |
29 | Traceback (most recent call last): |
30 | File "/usr/lib/python3/dist-packages/nose/failure.py", line 39, in runTest |
31 | raise self.exc_val.with_traceback(self.tb) |
32 | File "/usr/lib/python3/dist-packages/nose/loader.py", line 414, in loadTestsFromName |
33 | addr.filename, addr.module) |
34 | File "/usr/lib/python3/dist-packages/nose/importer.py", line 47, in importFromPath |
35 | return self.importFromDir(dir_path, fqname) |
36 | File "/usr/lib/python3/dist-packages/nose/importer.py", line 94, in importFromDir |
37 | mod = load_module(part_fqname, fh, filename, desc) |
38 | File "/usr/lib/python3.4/imp.py", line 235, in load_module |
39 | return load_source(name, filename, file) |
40 | File "/usr/lib/python3.4/imp.py", line 171, in load_source |
41 | module = methods.load() |
42 | File "<frozen importlib._bootstrap>", line 1220, in load |
43 | File "<frozen importlib._bootstrap>", line 1200, in _load_unlocked |
44 | File "<frozen importlib._bootstrap>", line 1129, in _exec |
45 | File "<frozen importlib._bootstrap>", line 1471, in exec_module |
46 | File "<frozen importlib._bootstrap>", line 321, in _call_with_frames_removed |
47 | File "/home/temp-drydock/drydock/workingcopy-161/repo/swh-storage/swh/storage/tests/test_objstorage_multiplexer.py", line 13, in <module> |
48 | from swh.storage.objstorage.multiplexer.filter import add_filter, read_only |
49 | ImportError: No module named 'swh.storage.objstorage.multiplexer.filter' |
50 | |
51 | ---------------------------------------------------------------------- |
52 | Ran 23 tests in 0.617s |
53 | |
54 | FAILED (errors=1) |
55 |
Update environment from working copy
Update environment from working copy
- When
- Completed at Jun 21 2016, 2:38 PM · Built for 21 s
- Status
Passed
1 | mr update: command failed |
---|---|
2 | mr update: command failed |
3 | mr update: command failed |
4 | mr update: command failed |
5 | mr update: command failed |
6 |
91 | mr update: /home/temp-drydock/drydock/workingcopy-161/repo/swh-environment/swh-storage |
---|---|
92 | mr update: /home/temp-drydock/drydock/workingcopy-161/repo/swh-environment/swh-storage |
93 | From ssh://forge.softwareheritage.org/diffusion/DSTO/swh-storage |
94 | 8c6e8d7..bed4d47 master -> origin/master |
95 | * [new tag] v0.0.41 -> v0.0.41 |
96 | Updating 8c6e8d7..bed4d47 |
97 | Fast-forward |
98 | swh/storage/api/client.py | 6 + |
99 | swh/storage/api/server.py | 5 + |
100 | swh/storage/checker/checker.py | 4 +- |
101 | swh/storage/objstorage/api/server.py | 5 +- |
102 | swh/storage/objstorage/multiplexer/__init__.py | 4 + |
103 | .../objstorage/multiplexer/filter/__init__.py | 98 ++++++ |
104 | .../objstorage/multiplexer/filter/filter.py | 48 +++ |
105 | .../objstorage/multiplexer/filter/id_filter.py | 99 ++++++ |
106 | .../multiplexer/filter/read_write_filter.py | 17 + |
107 | .../multiplexer/multiplexer_objstorage.py | 166 +++++++++ |
108 | swh/storage/objstorage/objstorage.py | 6 +- |
109 | swh/storage/objstorage/objstorage_pathslicing.py | 59 ++-- |
110 | swh/storage/storage.py | 44 ++- |
111 | swh/storage/tests/test_archiver.py | 2 +- |
112 | swh/storage/tests/test_checker.py | 4 +- |
113 | swh/storage/tests/test_multiplexer_filter.py | 373 +++++++++++++++++++++ |
114 | swh/storage/tests/test_objstorage_api.py | 21 +- |
115 | swh/storage/tests/test_objstorage_multiplexer.py | 78 +++++ |
116 | swh/storage/tests/test_objstorage_pathslicing.py | 6 +- |
117 | swh/storage/tests/test_storage.py | 65 ++++ |
118 | 20 files changed, 1038 insertions(+), 72 deletions(-) |
119 | create mode 100644 swh/storage/objstorage/multiplexer/__init__.py |
120 | create mode 100644 swh/storage/objstorage/multiplexer/filter/__init__.py |
121 | create mode 100644 swh/storage/objstorage/multiplexer/filter/filter.py |
122 | create mode 100644 swh/storage/objstorage/multiplexer/filter/id_filter.py |
123 | create mode 100644 swh/storage/objstorage/multiplexer/filter/read_write_filter.py |
124 | create mode 100644 swh/storage/objstorage/multiplexer/multiplexer_objstorage.py |
125 | create mode 100644 swh/storage/tests/test_multiplexer_filter.py |
126 | create mode 100644 swh/storage/tests/test_objstorage_multiplexer.py |
127 | |
128 | mr update: /home/temp-drydock/drydock/workingcopy-161/repo/swh-environment/swh-web-ui |
129 | mr update: /home/temp-drydock/drydock/workingcopy-161/repo/swh-environment/swh-web-ui |
130 | From ssh://forge.softwareheritage.org/diffusion/DWUI/swh-web-ui |
131 | 6003846..2b9a9c6 master -> origin/master |
132 | Updating 6003846..2b9a9c6 |
133 | Fast-forward |
134 | swh/web/ui/backend.py | 17 +++-------------- |
135 | swh/web/ui/templates/upload_and_search.html | 18 +++++++----------- |
136 | swh/web/ui/tests/test_backend.py | 9 +++------ |
137 | 3 files changed, 13 insertions(+), 31 deletions(-) |
138 | |
139 | mr update: finished (13 ok; 5 failed) |
140 |
Clone on Software Heritage Worker
Clone on Software Heritage Worker
- When
- Completed at Jun 21 2016, 2:37 PM · Built instantly
- Status
Passed