Properties
Properties
- Buildable
- B200: Diff 171
- Build Plan
- Plan 2 Software Heritage Python tests
- Status
Passed
Lint
Lint
- When
- Completed at Jun 15 2016, 5:13 PM · 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 15 2016, 5:13 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 1.043s |
28 | |
29 | OK |
30 |
Update environment from working copy
Update environment from working copy
- When
- Completed at Jun 15 2016, 5:13 PM · Built for 14 s
- Status
Passed
1 empty logs are hidden. Show all logs.
86 | Already up-to-date. |
---|---|
87 | |
88 | mr update: /home/temp-drydock/drydock/workingcopy-160/repo/swh-environment/swh-model |
89 | mr update: /home/temp-drydock/drydock/workingcopy-160/repo/swh-environment/swh-model |
90 | From ssh://forge.softwareheritage.org/diffusion/DMOD/swh-model |
91 | 5f7c931..cec445d master -> origin/master |
92 | * [new tag] v0.0.12 -> v0.0.12 |
93 | Updating 5f7c931..cec445d |
94 | Fast-forward |
95 | debian/rules | 2 +- |
96 | swh/model/tests/test_git.py | 2 -- |
97 | 2 files changed, 1 insertion(+), 3 deletions(-) |
98 | |
99 | mr update: /home/temp-drydock/drydock/workingcopy-160/repo/swh-environment/swh-storage-testdata |
100 | mr update: /home/temp-drydock/drydock/workingcopy-160/repo/swh-environment/swh-storage-testdata |
101 | Already up-to-date. |
102 | |
103 | mr update: /home/temp-drydock/drydock/workingcopy-160/repo/swh-environment/swh-storage |
104 | mr update: /home/temp-drydock/drydock/workingcopy-160/repo/swh-environment/swh-storage |
105 | From ssh://forge.softwareheritage.org/diffusion/DSTO/swh-storage |
106 | 45eab09..8c6e8d7 master -> origin/master |
107 | * [new tag] v0.0.40 -> v0.0.40 |
108 | Updating 45eab09..8c6e8d7 |
109 | Fast-forward |
110 | debian/control | 4 ++-- |
111 | debian/rules | 2 +- |
112 | requirements.txt | 2 +- |
113 | swh/storage/archiver/director.py | 2 +- |
114 | swh/storage/tests/test_archiver.py | 1 - |
115 | 5 files changed, 5 insertions(+), 6 deletions(-) |
116 | |
117 | mr update: /home/temp-drydock/drydock/workingcopy-160/repo/swh-environment/swh-web-ui |
118 | mr update: /home/temp-drydock/drydock/workingcopy-160/repo/swh-environment/swh-web-ui |
119 | From ssh://forge.softwareheritage.org/diffusion/DWUI/swh-web-ui |
120 | 110ba85..6003846 master -> origin/master |
121 | Updating 110ba85..6003846 |
122 | Fast-forward |
123 | debian/control | 5 +- |
124 | requirements.txt | 2 +- |
125 | swh/web/ui/service.py | 18 +++- |
126 | swh/web/ui/templates/upload_and_search.html | 18 ++-- |
127 | swh/web/ui/tests/test_service.py | 39 ++++++++ |
128 | swh/web/ui/tests/views/test_api.py | 45 ++++++---- |
129 | swh/web/ui/tests/views/test_browse.py | 135 +++++++++++++++------------- |
130 | swh/web/ui/views/api.py | 48 +++++++++- |
131 | swh/web/ui/views/browse.py | 54 ++++------- |
132 | 9 files changed, 233 insertions(+), 131 deletions(-) |
133 | |
134 | mr update: finished (18 ok) |
135 |
Clone on Software Heritage Worker
Clone on Software Heritage Worker
- When
- Completed at Jun 15 2016, 5:12 PM · Built instantly
- Status
Passed