Properties
Properties
- Buildable
- B43: Diff 22
- Build Plan
- Plan 2 Software Heritage Python tests
- Status
Failed
Lint
Lint
- When
- Completed at Apr 29 2016, 4:17 PM · Built for 4 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 Apr 29 2016, 4:17 PM · Built for 3 s
- Status
Failed
1 empty logs are hidden. Show all logs.
21 | get_bytes (test_objstorage.TestObjStorage) ... ok |
---|---|
22 | get_file_path (test_objstorage.TestObjStorage) ... ok |
23 | get_missing (test_objstorage.TestObjStorage) ... ok |
24 | iter (test_objstorage.TestObjStorage) ... ok |
25 | len (test_objstorage.TestObjStorage) ... ok |
26 | content_add (test_objstorage_api.TestRemoteArchive) ... ok |
27 | content_check_invalid (test_objstorage_api.TestRemoteArchive) ... ok |
28 | content_check_missing (test_objstorage_api.TestRemoteArchive) ... ok |
29 | content_check_valid (test_objstorage_api.TestRemoteArchive) ... ok |
30 | content_get_missing (test_objstorage_api.TestRemoteArchive) ... ok |
31 | content_get_present (test_objstorage_api.TestRemoteArchive) ... ok |
32 | |
33 | ====================================================================== |
34 | ERROR: check_file_and_dirs_mode (test_objstorage.TestObjStorage) |
35 | ---------------------------------------------------------------------- |
36 | Traceback (most recent call last): |
37 | File "/home/temp-drydock/drydock/workingcopy-155/repo/swh-storage/swh/storage/tests/test_objstorage.py", line 107, in check_file_and_dirs_mode |
38 | objstorage.DIR_MODE) |
39 | AttributeError: 'module' object has no attribute 'DIR_MODE' |
40 | |
41 | ---------------------------------------------------------------------- |
42 | Ran 29 tests in 2.395s |
43 | |
44 | FAILED (errors=1) |
45 |
Update environment from working copy
Update environment from working copy
- When
- Completed at Apr 29 2016, 4:17 PM · Built for 9 s
- Status
Passed
1 empty logs are hidden. Show all logs.
79 | swh/web/ui/service.py | 20 ++ |
---|---|
80 | swh/web/ui/static/css/bootstrap-responsive.min.css | 9 + |
81 | swh/web/ui/static/{ => css}/style.css | 3 + |
82 | swh/web/ui/static/js/filedrop.js | 146 +++++++++++ |
83 | swh/web/ui/static/lib/core.js | 1 + |
84 | swh/web/ui/static/lib/lib-typedarrays.js | 1 + |
85 | swh/web/ui/static/lib/sha1.js | 1 + |
86 | swh/web/ui/static/lib/sha256.js | 1 + |
87 | swh/web/ui/templates/layout.html | 5 +- |
88 | swh/web/ui/templates/upload_and_search.html | 106 ++++++-- |
89 | swh/web/ui/tests/test_backend.py | 39 +++ |
90 | swh/web/ui/tests/test_service.py | 48 ++++ |
91 | swh/web/ui/tests/views/test_browse.py | 288 +++++++++------------ |
92 | swh/web/ui/views/browse.py | 103 ++++---- |
93 | 19 files changed, 590 insertions(+), 253 deletions(-) |
94 | create mode 100644 swh/web/ui/static/css/bootstrap-responsive.min.css |
95 | rename swh/web/ui/static/{ => css}/style.css (93%) |
96 | create mode 100644 swh/web/ui/static/js/filedrop.js |
97 | create mode 120000 swh/web/ui/static/lib/core.js |
98 | create mode 120000 swh/web/ui/static/lib/lib-typedarrays.js |
99 | create mode 120000 swh/web/ui/static/lib/sha1.js |
100 | create mode 120000 swh/web/ui/static/lib/sha256.js |
101 | |
102 | mr update: finished (18 ok) |
103 |
Clone on Software Heritage Worker
Clone on Software Heritage Worker
- When
- Completed at Apr 29 2016, 4:17 PM · Built instantly
- Status
Passed