Properties
Properties
- Buildable
- B317: rDSTO65bae82a774c: Update tests to follow RemoteObjStorage api fixes
- Build Plan
- Plan 2 Software Heritage Python tests
- Status
Passed
Lint
Lint
- When
- Completed at Jul 29 2016, 2:58 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 |
---|---|
2 |
Python tests
Python tests
- When
- Completed at Jul 29 2016, 2:58 PM · Built for 4 s
- Status
Passed
1 empty logs are hidden. Show all logs.
1 | W: unknown repository 'swh-environment', you might want to remove it |
---|---|
2 | W: unknown repository 'swh-loader-vcs', you might want to remove it |
3 | db_to_author (test_converters.TestConverters) ... ok |
4 | db_to_git_headers (test_converters.TestConverters) ... ok |
5 | db_to_release (test_converters.TestConverters) ... ok |
6 | db_to_revision (test_converters.TestConverters) ... ok |
7 | |
8 | ---------------------------------------------------------------------- |
9 | Ran 4 tests in 1.620s |
10 | |
11 | OK |
12 |
Update environment from working copy
Update environment from working copy
- When
- Completed at Jul 29 2016, 2:58 PM · Built for 16 s
- Status
Passed
1 empty logs are hidden. Show all logs.
64 | 3662fc2..28f96c4 master -> origin/master |
---|---|
65 | Updating 3662fc2..28f96c4 |
66 | Fast-forward |
67 | swh/objstorage/__init__.py | 49 +++++++- |
68 | swh/objstorage/api/client.py | 85 ++++++++++---- |
69 | swh/objstorage/api/server.py | 10 ++ |
70 | swh/objstorage/multiplexer/filter/__init__.py | 4 +- |
71 | swh/objstorage/objstorage.py | 22 ++++ |
72 | swh/objstorage/tests/objstorage_testing.py | 17 +++ |
73 | swh/objstorage/tests/test_multiplexer_filter.py | 125 ++++++++------------- |
74 | swh/objstorage/tests/test_objstorage_api.py | 70 +----------- |
75 | .../tests/test_objstorage_instantiation.py | 47 ++++++++ |
76 | .../tests/test_objstorage_pathslicing.py | 7 +- |
77 | 10 files changed, 264 insertions(+), 172 deletions(-) |
78 | create mode 100644 swh/objstorage/tests/test_objstorage_instantiation.py |
79 | |
80 | mr update: /home/temp-drydock/drydock/workingcopy-159/repo/swh-environment/swh-scheduler |
81 | mr update: /home/temp-drydock/drydock/workingcopy-159/repo/swh-environment/swh-scheduler |
82 | Already up-to-date. |
83 | |
84 | mr update: /home/temp-drydock/drydock/workingcopy-159/repo/swh-environment/swh-storage-testdata |
85 | mr update: /home/temp-drydock/drydock/workingcopy-159/repo/swh-environment/swh-storage-testdata |
86 | Already up-to-date. |
87 | |
88 | mr update: /home/temp-drydock/drydock/workingcopy-159/repo/swh-environment/swh-storage |
89 | mr update: /home/temp-drydock/drydock/workingcopy-159/repo/swh-environment/swh-storage |
90 | From ssh://forge.softwareheritage.org/diffusion/DSTO/swh-storage |
91 | edf12b9..65bae82 master -> origin/master |
92 | Updating edf12b9..65bae82 |
93 | Fast-forward |
94 | swh/storage/tests/test_archiver.py | 6 +++--- |
95 | 1 file changed, 3 insertions(+), 3 deletions(-) |
96 | |
97 | mr update: /home/temp-drydock/drydock/workingcopy-159/repo/swh-environment/swh-web-ui |
98 | mr update: /home/temp-drydock/drydock/workingcopy-159/repo/swh-environment/swh-web-ui |
99 | From ssh://forge.softwareheritage.org/diffusion/DWUI/swh-web-ui |
100 | 2137c95..41306c7 master -> origin/master |
101 | Updating 2137c95..41306c7 |
102 | Fast-forward |
103 | swh/web/ui/static/js/filedrop.js | 194 ------------------------------- |
104 | swh/web/ui/static/js/search.js | 242 +++++++++++++++++++++++++++++++++++++++ |
105 | swh/web/ui/static/lib/jquery.js | 1 - |
106 | swh/web/ui/templates/search.html | 117 ++++++++++--------- |
107 | 4 files changed, 307 insertions(+), 247 deletions(-) |
108 | delete mode 100644 swh/web/ui/static/js/filedrop.js |
109 | create mode 100644 swh/web/ui/static/js/search.js |
110 | delete mode 120000 swh/web/ui/static/lib/jquery.js |
111 | |
112 | mr update: finished (19 ok) |
113 |
Clone on Software Heritage Worker
Clone on Software Heritage Worker
- When
- Completed at Jul 29 2016, 2:58 PM · Built instantly
- Status
Passed