Properties
Properties
- Buildable
- B173: Diff 147
- Build Plan
- Plan 2 Software Heritage Python tests
- Status
Failed
Lint
Lint
- When
- Completed at Jun 10 2016, 4:19 PM · Built for 5 s
- Status
Passed
1 empty logs are hidden. Show all logs.
1 | python3 -m flake8 swh bin/swh-web-ui-dev |
---|---|
2 |
Python tests
Python tests
- When
- Completed at Jun 10 2016, 4:19 PM · Built for 2 s
- Status
Failed
1 empty logs are hidden. Show all logs.
2231 | File "/home/temp-drydock/drydock/workingcopy-163/repo/swh-web-ui/swh/web/ui/converters.py", line 8, in <module> |
---|---|
2232 | from swh.core.utils import decode_with_escape |
2233 | ImportError: cannot import name 'decode_with_escape' |
2234 | |
2235 | ====================================================================== |
2236 | FAIL: browse_revision_history_ok_same_sha1 (ui.tests.views.test_browse.RevisionView) |
2237 | ---------------------------------------------------------------------- |
2238 | Traceback (most recent call last): |
2239 | File "/home/temp-drydock/drydock/workingcopy-163/repo/swh-web-ui/swh/web/ui/tests/views/test_browse.py", line 1065, in browse_revision_history_ok_same_sha1 |
2240 | self.assertEqual(rv.status_code, 302) |
2241 | AssertionError: 404 != 302 |
2242 | |
2243 | ====================================================================== |
2244 | FAIL: search_default (ui.tests.views.test_browse.SearchView) |
2245 | ---------------------------------------------------------------------- |
2246 | Traceback (most recent call last): |
2247 | File "/home/temp-drydock/drydock/workingcopy-163/repo/swh-web-ui/swh/web/ui/tests/views/test_browse.py", line 28, in search_default |
2248 | self.assertEqual(rv.status_code, 200) |
2249 | AssertionError: 404 != 200 |
2250 | |
2251 | ---------------------------------------------------------------------- |
2252 | Ran 160 tests in 0.429s |
2253 | |
2254 | FAILED (errors=67, failures=2) |
2255 |
Update environment from working copy
Update environment from working copy
- When
- Completed at Jun 10 2016, 4:19 PM · Built for 7 s
- Status
Passed
1 empty logs are hidden. Show all logs.
77 | mr update: /home/temp-drydock/drydock/workingcopy-163/repo/swh-environment/swh-storage-testdata |
---|---|
78 | Already up-to-date. |
79 | |
80 | mr update: /home/temp-drydock/drydock/workingcopy-163/repo/swh-environment/swh-web-ui |
81 | mr update: /home/temp-drydock/drydock/workingcopy-163/repo/swh-environment/swh-web-ui |
82 | From ssh://forge.softwareheritage.org/diffusion/DWUI/swh-web-ui |
83 | f64ec78..e9360a4 master -> origin/master |
84 | Updating f64ec78..e9360a4 |
85 | Fast-forward |
86 | swh/web/ui/converters.py | 28 ++++++--- |
87 | swh/web/ui/service.py | 7 +-- |
88 | swh/web/ui/templates/revision-log.html | 14 ++++- |
89 | swh/web/ui/templates/revision.html | 10 ++++ |
90 | swh/web/ui/tests/test_converters.py | 101 +++++++++++++++++++++++++++++++++ |
91 | swh/web/ui/tests/test_service.py | 72 ++++++++++++++++++++++- |
92 | swh/web/ui/tests/test_utils.py | 94 +++++++++++++++++++++++++++++- |
93 | swh/web/ui/tests/views/test_api.py | 12 ++-- |
94 | swh/web/ui/tests/views/test_browse.py | 13 +++++ |
95 | swh/web/ui/utils.py | 5 ++ |
96 | swh/web/ui/views/api.py | 7 ++- |
97 | swh/web/ui/views/browse.py | 8 +++ |
98 | 12 files changed, 343 insertions(+), 28 deletions(-) |
99 | |
100 | mr update: finished (18 ok) |
101 |
Clone on Software Heritage Worker
Clone on Software Heritage Worker
- When
- Completed at Jun 10 2016, 4:19 PM · Built instantly
- Status
Passed