Properties
Properties
- Buildable
- B191: rDSTOcd965e192746: test_archiver: remove debug prints
- Build Plan
- Plan 2 Software Heritage Python tests
- Status
Passed
Lint
Lint
- When
- Completed at Jun 14 2016, 5:22 PM · Built for 2 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 14 2016, 5:22 PM · Built for 1 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 0.546s |
28 | |
29 | OK |
30 |
Update environment from working copy
Update environment from working copy
- When
- Completed at Jun 14 2016, 5:22 PM · Built for 11 s
- Status
Passed
1 empty logs are hidden. Show all logs.
104 | mr update: /home/temp-drydock/drydock/workingcopy-157/repo/swh-environment/swh-py-template |
---|---|
105 | Already up-to-date. |
106 | |
107 | mr update: /home/temp-drydock/drydock/workingcopy-157/repo/swh-environment/swh-model |
108 | mr update: /home/temp-drydock/drydock/workingcopy-157/repo/swh-environment/swh-model |
109 | From ssh://forge.softwareheritage.org/diffusion/DMOD/swh-model |
110 | 5f7c931..cec445d master -> origin/master |
111 | * [new tag] v0.0.12 -> v0.0.12 |
112 | Updating 5f7c931..cec445d |
113 | Fast-forward |
114 | debian/rules | 2 +- |
115 | swh/model/tests/test_git.py | 2 -- |
116 | 2 files changed, 1 insertion(+), 3 deletions(-) |
117 | |
118 | mr update: /home/temp-drydock/drydock/workingcopy-157/repo/swh-environment/swh-scheduler |
119 | mr update: /home/temp-drydock/drydock/workingcopy-157/repo/swh-environment/swh-scheduler |
120 | Already up-to-date. |
121 | |
122 | mr update: /home/temp-drydock/drydock/workingcopy-157/repo/swh-environment/swh-storage |
123 | mr update: /home/temp-drydock/drydock/workingcopy-157/repo/swh-environment/swh-storage |
124 | From ssh://forge.softwareheritage.org/diffusion/DSTO/swh-storage |
125 | 45eab09..faa35f7 master -> origin/master |
126 | Updating 45eab09..faa35f7 |
127 | Fast-forward |
128 | debian/rules | 2 +- |
129 | swh/storage/archiver/director.py | 2 +- |
130 | swh/storage/tests/test_archiver.py | 1 - |
131 | 3 files changed, 2 insertions(+), 3 deletions(-) |
132 | |
133 | mr update: /home/temp-drydock/drydock/workingcopy-157/repo/swh-environment/swh-storage-testdata |
134 | mr update: /home/temp-drydock/drydock/workingcopy-157/repo/swh-environment/swh-storage-testdata |
135 | Already up-to-date. |
136 | |
137 | mr update: /home/temp-drydock/drydock/workingcopy-157/repo/swh-environment/swh-web-ui |
138 | mr update: /home/temp-drydock/drydock/workingcopy-157/repo/swh-environment/swh-web-ui |
139 | From ssh://forge.softwareheritage.org/diffusion/DWUI/swh-web-ui |
140 | 110ba85..1f30ca6 master -> origin/master |
141 | Updating 110ba85..1f30ca6 |
142 | Fast-forward |
143 | swh/web/ui/service.py | 18 +++- |
144 | swh/web/ui/templates/upload_and_search.html | 18 ++-- |
145 | swh/web/ui/tests/test_service.py | 39 ++++++++ |
146 | swh/web/ui/tests/views/test_api.py | 45 ++++++---- |
147 | swh/web/ui/tests/views/test_browse.py | 135 +++++++++++++++------------- |
148 | swh/web/ui/views/api.py | 48 +++++++++- |
149 | swh/web/ui/views/browse.py | 54 ++++------- |
150 | 7 files changed, 229 insertions(+), 128 deletions(-) |
151 | |
152 | mr update: finished (18 ok) |
153 |
Clone on Software Heritage Worker
Clone on Software Heritage Worker
- When
- Completed at Jun 14 2016, 5:22 PM · Built instantly
- Status
Passed