Properties
Properties
- Buildable
- B176: Diff 150
- Build Plan
- Plan 2 Software Heritage Python tests
- Status
Passed
Lint
Lint
- When
- Completed at Jun 13 2016, 11:46 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 13 2016, 11:46 AM · 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.552s |
28 | |
29 | OK |
30 |
Update environment from working copy
Update environment from working copy
- When
- Completed at Jun 13 2016, 11:46 AM · Built for 10 s
- Status
Passed
1 empty logs are hidden. Show all logs.
92 | debian/control | 7 +- |
---|---|
93 | docs/comparison-git-svn-swh-svn.org | 348 ++++++++++++++++++++- |
94 | docs/swh-loader-svn.txt | 191 ++++++++++++ |
95 | requirements.txt | 7 +- |
96 | swh/loader/svn/converters.py | 8 +- |
97 | swh/loader/svn/loader.py | 100 +++---- |
98 | swh/loader/svn/ra.py | 516 ++++++++++++++++++++++++++++++++ |
99 | swh/loader/svn/svn.py | 315 ++++++++++--------- |
100 | swh/loader/svn/tasks.py | 14 +- |
101 | swh/loader/svn/tests/test_converters.py | 32 +- |
102 | swh/loader/svn/tests/test_svn.py | 24 -- |
103 | swh/loader/svn/tests/test_utils.py | 96 ++++++ |
104 | swh/loader/svn/utils.py | 55 ++++ |
105 | 15 files changed, 1451 insertions(+), 298 deletions(-) |
106 | create mode 100644 docs/swh-loader-svn.txt |
107 | create mode 100644 swh/loader/svn/ra.py |
108 | delete mode 100644 swh/loader/svn/tests/test_svn.py |
109 | create mode 100644 swh/loader/svn/tests/test_utils.py |
110 | create mode 100644 swh/loader/svn/utils.py |
111 | |
112 | mr update: /home/temp-drydock/drydock/workingcopy-158/repo/swh-environment/swh-py-template |
113 | mr update: /home/temp-drydock/drydock/workingcopy-158/repo/swh-environment/swh-py-template |
114 | Already up-to-date. |
115 | |
116 | mr update: /home/temp-drydock/drydock/workingcopy-158/repo/swh-environment/swh-scheduler |
117 | mr update: /home/temp-drydock/drydock/workingcopy-158/repo/swh-environment/swh-scheduler |
118 | Already up-to-date. |
119 | |
120 | mr update: /home/temp-drydock/drydock/workingcopy-158/repo/swh-environment/swh-model |
121 | mr update: /home/temp-drydock/drydock/workingcopy-158/repo/swh-environment/swh-model |
122 | From ssh://forge.softwareheritage.org/diffusion/DMOD/swh-model |
123 | 0fbf74e..5f7c931 master -> origin/master |
124 | * [new branch] compute-and-walk-with-relative-path -> origin/compute-and-walk-with-relative-path |
125 | * [new tag] v0.0.10 -> v0.0.10 |
126 | * [new tag] v0.0.11 -> v0.0.11 |
127 | * [new tag] v0.0.6 -> v0.0.6 |
128 | * [new tag] v0.0.7 -> v0.0.7 |
129 | * [new tag] v0.0.9 -> v0.0.9 |
130 | Updating 0fbf74e..5f7c931 |
131 | Fast-forward |
132 | debian/rules | 2 +- |
133 | swh/model/git.py | 452 ++++++++++++++++---------- |
134 | swh/model/tests/test_git.py | 761 ++++++++++++++++++++++++-------------------- |
135 | 3 files changed, 700 insertions(+), 515 deletions(-) |
136 | |
137 | mr update: /home/temp-drydock/drydock/workingcopy-158/repo/swh-environment/swh-loader-tar |
138 | mr update: /home/temp-drydock/drydock/workingcopy-158/repo/swh-environment/swh-loader-tar |
139 | From ssh://forge.softwareheritage.org/diffusion/DLDTAR/swh-loader-tar |
140 | f590883..48e41a4 master -> origin/master |
141 | * [new tag] v0.0.19 -> v0.0.19 |
142 | * [new tag] v0.0.18 -> v0.0.18 |
143 | Updating f590883..48e41a4 |
144 | Fast-forward |
145 | debian/control | 4 +-- |
146 | requirements.txt | 4 +-- |
147 | swh/loader/tar/build.py | 50 ++++++++++++++++++++------------------ |
148 | swh/loader/tar/loader.py | 20 +++++---------- |
149 | swh/loader/tar/tasks.py | 9 +++---- |
150 | swh/loader/tar/tests/test_build.py | 29 ++++++++++++---------- |
151 | 6 files changed, 56 insertions(+), 60 deletions(-) |
152 | |
153 | mr update: /home/temp-drydock/drydock/workingcopy-158/repo/swh-environment/swh-storage |
154 | mr update: /home/temp-drydock/drydock/workingcopy-158/repo/swh-environment/swh-storage |
155 | From ssh://forge.softwareheritage.org/diffusion/DSTO/swh-storage |
156 | 4a18a04..363f3e6 master -> origin/master |
157 | Updating 4a18a04..363f3e6 |
158 | Fast-forward |
159 | swh/storage/checker/checker.py | 23 ++++++++++- |
160 | swh/storage/converters.py | 56 +------------------------- |
161 | swh/storage/tests/test_converters.py | 77 ------------------------------------ |
162 | 3 files changed, 22 insertions(+), 134 deletions(-) |
163 | |
164 | mr update: /home/temp-drydock/drydock/workingcopy-158/repo/swh-environment/swh-storage-testdata |
165 | mr update: /home/temp-drydock/drydock/workingcopy-158/repo/swh-environment/swh-storage-testdata |
166 | Already up-to-date. |
167 | |
168 | mr update: /home/temp-drydock/drydock/workingcopy-158/repo/swh-environment/swh-web-ui |
169 | mr update: /home/temp-drydock/drydock/workingcopy-158/repo/swh-environment/swh-web-ui |
170 | From ssh://forge.softwareheritage.org/diffusion/DWUI/swh-web-ui |
171 | 7a0cfff..e9360a4 master -> origin/master |
172 | Updating 7a0cfff..e9360a4 |
173 | Fast-forward |
174 | swh/web/ui/backend.py | 30 +++++++ |
175 | swh/web/ui/converters.py | 32 ++++--- |
176 | swh/web/ui/service.py | 32 ++++++- |
177 | swh/web/ui/templates/revision-log.html | 31 ++++++- |
178 | swh/web/ui/templates/revision.html | 10 +++ |
179 | swh/web/ui/tests/test_backend.py | 56 ++++++++++++ |
180 | swh/web/ui/tests/test_converters.py | 111 ++++++++++++++++++++++++ |
181 | swh/web/ui/tests/test_service.py | 154 ++++++++++++++++++++++++++++++++- |
182 | swh/web/ui/tests/test_utils.py | 94 +++++++++++++++++++- |
183 | swh/web/ui/tests/views/test_api.py | 91 +++++++++++++++++-- |
184 | swh/web/ui/tests/views/test_browse.py | 95 ++++++++++++++++++++ |
185 | swh/web/ui/utils.py | 5 ++ |
186 | swh/web/ui/views/api.py | 57 +++++++++++- |
187 | swh/web/ui/views/browse.py | 59 ++++++++++++- |
188 | 14 files changed, 825 insertions(+), 32 deletions(-) |
189 | |
190 | mr update: finished (18 ok) |
191 |
Clone on Software Heritage Worker
Clone on Software Heritage Worker
- When
- Completed at Jun 13 2016, 11:46 AM · Built instantly
- Status
Passed