Properties
Properties
- Buildable
- B213: rDSTOd048051ab19e: checker: change the objstorage initialization of the checker
- Build Plan
- Plan 2 Software Heritage Python tests
- Status
Passed
Lint
Lint
- When
- Completed at Jun 16 2016, 3:12 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 16 2016, 3:12 PM · Built for 2 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.958s |
28 | |
29 | OK |
30 |
Update environment from working copy
Update environment from working copy
- When
- Completed at Jun 16 2016, 3:12 PM · Built for 23 s
- Status
Passed
1 empty logs are hidden. Show all logs.
94 | * [new tag] v0.0.12 -> v0.0.12 |
---|---|
95 | Updating db20b20..cec445d |
96 | Fast-forward |
97 | debian/rules | 2 +- |
98 | 1 file changed, 1 insertion(+), 1 deletion(-) |
99 | |
100 | mr update: /home/temp-drydock/drydock/workingcopy-158/repo/swh-environment/swh-storage-testdata |
101 | mr update: /home/temp-drydock/drydock/workingcopy-158/repo/swh-environment/swh-storage-testdata |
102 | Already up-to-date. |
103 | |
104 | mr update: /home/temp-drydock/drydock/workingcopy-158/repo/swh-environment/swh-web-ui |
105 | mr update: /home/temp-drydock/drydock/workingcopy-158/repo/swh-environment/swh-web-ui |
106 | From ssh://forge.softwareheritage.org/diffusion/DWUI/swh-web-ui |
107 | 110ba85..6003846 master -> origin/master |
108 | Updating 110ba85..6003846 |
109 | Fast-forward |
110 | debian/control | 5 +- |
111 | requirements.txt | 2 +- |
112 | swh/web/ui/service.py | 18 +++- |
113 | swh/web/ui/templates/upload_and_search.html | 18 ++-- |
114 | swh/web/ui/tests/test_service.py | 39 ++++++++ |
115 | swh/web/ui/tests/views/test_api.py | 45 ++++++---- |
116 | swh/web/ui/tests/views/test_browse.py | 135 +++++++++++++++------------- |
117 | swh/web/ui/views/api.py | 48 +++++++++- |
118 | swh/web/ui/views/browse.py | 54 ++++------- |
119 | 9 files changed, 233 insertions(+), 131 deletions(-) |
120 | |
121 | mr update: /home/temp-drydock/drydock/workingcopy-158/repo/swh-environment/swh-storage |
122 | mr update: /home/temp-drydock/drydock/workingcopy-158/repo/swh-environment/swh-storage |
123 | From ssh://forge.softwareheritage.org/diffusion/DSTO/swh-storage |
124 | d5f02d4..68abde3 master -> origin/master |
125 | * [new tag] v0.0.40 -> v0.0.40 |
126 | Updating d5f02d4..68abde3 |
127 | Fast-forward |
128 | debian/control | 4 +- |
129 | debian/rules | 2 +- |
130 | requirements.txt | 2 +- |
131 | swh/storage/checker/checker.py | 4 +- |
132 | swh/storage/objstorage/api/server.py | 5 +- |
133 | swh/storage/objstorage/objstorage.py | 6 ++- |
134 | swh/storage/objstorage/objstorage_pathslicing.py | 59 +++++++++++------------- |
135 | swh/storage/storage.py | 4 +- |
136 | swh/storage/tests/test_archiver.py | 3 +- |
137 | swh/storage/tests/test_checker.py | 4 +- |
138 | swh/storage/tests/test_objstorage_api.py | 21 +++------ |
139 | swh/storage/tests/test_objstorage_pathslicing.py | 6 +-- |
140 | 12 files changed, 55 insertions(+), 65 deletions(-) |
141 | |
142 | mr update: finished (18 ok) |
143 |
Clone on Software Heritage Worker
Clone on Software Heritage Worker
- When
- Completed at Jun 16 2016, 3:12 PM · Built instantly
- Status
Passed