Properties
Properties
- Buildable
- B206: Diff 178
- Build Plan
- Plan 2 Software Heritage Python tests
- Status
Passed
Lint
Lint
- When
- Completed at Jun 16 2016, 11:59 AM · 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 16 2016, 11:59 AM · Built for 3 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 | check_invalid_content (test_checker.TestChecker) ... ok |
4 | check_valid_content (test_checker.TestChecker) ... ok |
5 | repair_content_missing (test_checker.TestChecker) ... ok |
6 | repair_content_present_distributed (test_checker.TestChecker) ... ok |
7 | repair_content_present_first (test_checker.TestChecker) ... ok |
8 | repair_content_present_second (test_checker.TestChecker) ... ok |
9 | db_to_author (test_converters.TestConverters) ... ok |
10 | db_to_git_headers (test_converters.TestConverters) ... ok |
11 | db_to_release (test_converters.TestConverters) ... ok |
12 | db_to_revision (test_converters.TestConverters) ... ok |
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 | Ran 22 tests in 1.054s |
28 | |
29 | OK |
30 |
Update environment from working copy
Update environment from working copy
- When
- Completed at Jun 16 2016, 11:59 AM · Built for 16 s
- Status
Passed
1 empty logs are hidden. Show all logs.
142 | * [new tag] v0.0.8 -> v0.0.8 |
---|---|
143 | * [new tag] git-svn-like-ok -> git-svn-like-ok |
144 | * [new tag] update-ready-again -> update-ready-again |
145 | Updating 272f1e5..f253bda |
146 | Fast-forward |
147 | .gitignore | 1 + |
148 | README | 115 +++++++ |
149 | README-dev.org | 8 +- |
150 | bin/hashtree.py | 53 +--- |
151 | debian/control | 7 +- |
152 | docs/comparison-git-svn-swh-svn.org | 348 ++++++++++++++++++++- |
153 | docs/swh-loader-svn.txt | 195 ++++++++++++ |
154 | requirements.txt | 7 +- |
155 | swh/loader/svn/converters.py | 36 ++- |
156 | swh/loader/svn/loader.py | 102 +++--- |
157 | swh/loader/svn/ra.py | 539 ++++++++++++++++++++++++++++++++ |
158 | swh/loader/svn/svn.py | 310 +++++++++--------- |
159 | swh/loader/svn/tasks.py | 14 +- |
160 | swh/loader/svn/tests/test_converters.py | 124 +++++--- |
161 | swh/loader/svn/tests/test_svn.py | 24 -- |
162 | swh/loader/svn/tests/test_utils.py | 100 ++++++ |
163 | swh/loader/svn/utils.py | 131 ++++++++ |
164 | 17 files changed, 1758 insertions(+), 356 deletions(-) |
165 | create mode 100644 README |
166 | create mode 100644 docs/swh-loader-svn.txt |
167 | create mode 100644 swh/loader/svn/ra.py |
168 | delete mode 100644 swh/loader/svn/tests/test_svn.py |
169 | create mode 100644 swh/loader/svn/tests/test_utils.py |
170 | create mode 100644 swh/loader/svn/utils.py |
171 | |
172 | mr update: /home/temp-drydock/drydock/workingcopy-154/repo/swh-environment/swh-storage-testdata |
173 | mr update: /home/temp-drydock/drydock/workingcopy-154/repo/swh-environment/swh-storage-testdata |
174 | Already up-to-date. |
175 | |
176 | mr update: /home/temp-drydock/drydock/workingcopy-154/repo/swh-environment/swh-storage |
177 | mr update: /home/temp-drydock/drydock/workingcopy-154/repo/swh-environment/swh-storage |
178 | From ssh://forge.softwareheritage.org/diffusion/DSTO/swh-storage |
179 | bca87a1..8c6e8d7 master -> origin/master |
180 | * [new tag] v0.0.40 -> v0.0.40 |
181 | Updating bca87a1..8c6e8d7 |
182 | Fast-forward |
183 | bin/swh-objstorage-add-dir | 2 +- |
184 | debian/control | 4 +- |
185 | debian/rules | 2 +- |
186 | requirements.txt | 2 +- |
187 | swh/storage/archiver/director.py | 2 +- |
188 | swh/storage/checker/checker.py | 6 +- |
189 | swh/storage/converters.py | 56 +-- |
190 | swh/storage/objstorage/__init__.py | 5 +- |
191 | swh/storage/objstorage/api/server.py | 13 +- |
192 | swh/storage/objstorage/objstorage.py | 435 +++-------------------- |
193 | swh/storage/objstorage/objstorage_pathslicing.py | 350 ++++++++++++++++++ |
194 | swh/storage/storage.py | 10 +- |
195 | swh/storage/tests/objstorage_testing.py | 70 ++++ |
196 | swh/storage/tests/test_archiver.py | 1 - |
197 | swh/storage/tests/test_checker.py | 17 +- |
198 | swh/storage/tests/test_converters.py | 77 ---- |
199 | swh/storage/tests/test_objstorage.py | 163 --------- |
200 | swh/storage/tests/test_objstorage_api.py | 12 +- |
201 | swh/storage/tests/test_objstorage_pathslicing.py | 78 ++++ |
202 | 19 files changed, 595 insertions(+), 710 deletions(-) |
203 | create mode 100644 swh/storage/objstorage/objstorage_pathslicing.py |
204 | create mode 100644 swh/storage/tests/objstorage_testing.py |
205 | delete mode 100644 swh/storage/tests/test_objstorage.py |
206 | create mode 100644 swh/storage/tests/test_objstorage_pathslicing.py |
207 | |
208 | mr update: /home/temp-drydock/drydock/workingcopy-154/repo/swh-environment/swh-web-ui |
209 | mr update: /home/temp-drydock/drydock/workingcopy-154/repo/swh-environment/swh-web-ui |
210 | From ssh://forge.softwareheritage.org/diffusion/DWUI/swh-web-ui |
211 | 52deecd..6003846 master -> origin/master |
212 | Updating 52deecd..6003846 |
213 | Fast-forward |
214 | debian/control | 5 +- |
215 | requirements.txt | 2 +- |
216 | swh/web/ui/backend.py | 30 ++++ |
217 | swh/web/ui/converters.py | 38 +++-- |
218 | swh/web/ui/service.py | 50 +++++- |
219 | swh/web/ui/templates/content.html | 5 + |
220 | swh/web/ui/templates/directory.html | 7 +- |
221 | swh/web/ui/templates/entity.html | 5 + |
222 | swh/web/ui/templates/origin.html | 5 + |
223 | swh/web/ui/templates/person.html | 5 + |
224 | swh/web/ui/templates/release.html | 12 +- |
225 | swh/web/ui/templates/revision-directory.html | 23 ++- |
226 | swh/web/ui/templates/revision-log.html | 54 ++++++- |
227 | swh/web/ui/templates/revision.html | 29 +++- |
228 | swh/web/ui/templates/upload_and_search.html | 18 ++- |
229 | swh/web/ui/tests/test_backend.py | 56 +++++++ |
230 | swh/web/ui/tests/test_converters.py | 128 +++++++++++++++ |
231 | swh/web/ui/tests/test_service.py | 193 +++++++++++++++++++++- |
232 | swh/web/ui/tests/test_utils.py | 94 ++++++++++- |
233 | swh/web/ui/tests/views/test_api.py | 136 +++++++++++++--- |
234 | swh/web/ui/tests/views/test_browse.py | 230 +++++++++++++++++++-------- |
235 | swh/web/ui/utils.py | 5 + |
236 | swh/web/ui/views/api.py | 105 +++++++++++- |
237 | swh/web/ui/views/browse.py | 113 ++++++++----- |
238 | 24 files changed, 1173 insertions(+), 175 deletions(-) |
239 | |
240 | mr update: finished (18 ok) |
241 |
Clone on Software Heritage Worker
Clone on Software Heritage Worker
- When
- Completed at Jun 16 2016, 11:59 AM · Built instantly
- Status
Passed