Properties
Properties
- Buildable
- B178: rDSTOc664995863c8: Add an implementation of the object storage api and a test class
- Build Plan
- Plan 2 Software Heritage Python tests
- Status
Failed
Lint
Lint
- When
- Completed at Jun 13 2016, 2:51 PM · Built for 3 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 13 2016, 2:50 PM · Built for 2 s
- Status
Failed
1 empty logs are hidden. Show all logs.
51 | raise self.exc_val.with_traceback(self.tb) |
---|---|
52 | File "/usr/lib/python3/dist-packages/nose/loader.py", line 414, in loadTestsFromName |
53 | addr.filename, addr.module) |
54 | File "/usr/lib/python3/dist-packages/nose/importer.py", line 47, in importFromPath |
55 | return self.importFromDir(dir_path, fqname) |
56 | File "/usr/lib/python3/dist-packages/nose/importer.py", line 94, in importFromDir |
57 | mod = load_module(part_fqname, fh, filename, desc) |
58 | File "/usr/lib/python3.4/imp.py", line 235, in load_module |
59 | return load_source(name, filename, file) |
60 | File "/usr/lib/python3.4/imp.py", line 171, in load_source |
61 | module = methods.load() |
62 | File "<frozen importlib._bootstrap>", line 1220, in load |
63 | File "<frozen importlib._bootstrap>", line 1200, in _load_unlocked |
64 | File "<frozen importlib._bootstrap>", line 1129, in _exec |
65 | File "<frozen importlib._bootstrap>", line 1471, in exec_module |
66 | File "<frozen importlib._bootstrap>", line 321, in _call_with_frames_removed |
67 | File "/home/temp-drydock/drydock/workingcopy-157/repo/swh-storage/swh/storage/tests/test_objstorage_api.py", line 15, in <module> |
68 | from swh.storage.objstorage.objstorage import _obj_path |
69 | ImportError: cannot import name '_obj_path' |
70 | |
71 | ---------------------------------------------------------------------- |
72 | Ran 18 tests in 0.818s |
73 | |
74 | FAILED (errors=2) |
75 |
Update environment from working copy
Update environment from working copy
- When
- Completed at Jun 13 2016, 2:50 PM · Built for 23 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 | mr update: command failed |
7 | mr update: command failed |
8 |
187 | swh/web/ui/backend.py | 30 +++ |
---|---|
188 | swh/web/ui/converters.py | 41 +++- |
189 | swh/web/ui/service.py | 59 +++++- |
190 | swh/web/ui/templates/content.html | 5 + |
191 | swh/web/ui/templates/directory.html | 7 +- |
192 | swh/web/ui/templates/entity.html | 5 + |
193 | swh/web/ui/templates/origin.html | 5 + |
194 | swh/web/ui/templates/person.html | 5 + |
195 | swh/web/ui/templates/release.html | 12 +- |
196 | swh/web/ui/templates/revision-directory.html | 23 ++- |
197 | swh/web/ui/templates/revision-log.html | 54 +++++- |
198 | swh/web/ui/templates/revision.html | 29 ++- |
199 | swh/web/ui/tests/test_backend.py | 56 ++++++ |
200 | swh/web/ui/tests/test_converters.py | 138 ++++++++++++++ |
201 | swh/web/ui/tests/test_service.py | 267 +++++++++++++++++++++++++++ |
202 | swh/web/ui/tests/test_utils.py | 94 +++++++++- |
203 | swh/web/ui/tests/views/test_api.py | 143 ++++++++++++++ |
204 | swh/web/ui/tests/views/test_browse.py | 95 ++++++++++ |
205 | swh/web/ui/utils.py | 5 + |
206 | swh/web/ui/views/api.py | 77 ++++++++ |
207 | swh/web/ui/views/browse.py | 59 +++++- |
208 | 21 files changed, 1177 insertions(+), 32 deletions(-) |
209 | |
210 | mr update: finished (11 ok; 7 failed) |
211 |
Clone on Software Heritage Worker
Clone on Software Heritage Worker
- When
- Completed at Jun 13 2016, 2:50 PM · Built instantly
- Status
Passed