Properties
Properties
- Buildable
- B172: Diff 146
- Build Plan
- Plan 2 Software Heritage Python tests
- Status
Passed
Lint
Lint
- When
- Completed at Jun 10 2016, 5:57 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 10 2016, 5:57 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_bytes_w_id (test_objstorage.TestObjStorage) ... ok |
14 | add_bytes_wo_id (test_objstorage.TestObjStorage) ... ok |
15 | add_file_w_id (test_objstorage.TestObjStorage) ... ok |
16 | add_file_wo_id (test_objstorage.TestObjStorage) ... ok |
17 | check_file_and_dirs_mode (test_objstorage.TestObjStorage) ... ok |
18 | check_id_mismatch (test_objstorage.TestObjStorage) ... ok |
19 | check_missing (test_objstorage.TestObjStorage) ... ok |
20 | check_not_gzip (test_objstorage.TestObjStorage) ... ok |
21 | check_ok (test_objstorage.TestObjStorage) ... ok |
22 | contains (test_objstorage.TestObjStorage) ... ok |
23 | get_bytes (test_objstorage.TestObjStorage) ... ok |
24 | get_file_path (test_objstorage.TestObjStorage) ... ok |
25 | get_missing (test_objstorage.TestObjStorage) ... ok |
26 | get_random_contents (test_objstorage.TestObjStorage) ... ok |
27 | iter (test_objstorage.TestObjStorage) ... ok |
28 | len (test_objstorage.TestObjStorage) ... ok |
29 | |
30 | ---------------------------------------------------------------------- |
31 | Ran 26 tests in 0.501s |
32 | |
33 | OK |
34 |
Update environment from working copy
Update environment from working copy
- When
- Completed at Jun 10 2016, 5:57 PM · Built for 8 s
- Status
Passed
1 empty logs are hidden. Show all logs.
101 | swh/loader/tar/tests/test_build.py | 29 ++++++++++++---------- |
---|---|
102 | 6 files changed, 56 insertions(+), 60 deletions(-) |
103 | |
104 | mr update: /home/temp-drydock/drydock/workingcopy-155/repo/swh-environment/swh-py-template |
105 | mr update: /home/temp-drydock/drydock/workingcopy-155/repo/swh-environment/swh-py-template |
106 | Already up-to-date. |
107 | |
108 | mr update: /home/temp-drydock/drydock/workingcopy-155/repo/swh-environment/swh-scheduler |
109 | mr update: /home/temp-drydock/drydock/workingcopy-155/repo/swh-environment/swh-scheduler |
110 | Already up-to-date. |
111 | |
112 | mr update: /home/temp-drydock/drydock/workingcopy-155/repo/swh-environment/swh-storage-testdata |
113 | mr update: /home/temp-drydock/drydock/workingcopy-155/repo/swh-environment/swh-storage-testdata |
114 | Already up-to-date. |
115 | |
116 | mr update: /home/temp-drydock/drydock/workingcopy-155/repo/swh-environment/swh-storage |
117 | mr update: /home/temp-drydock/drydock/workingcopy-155/repo/swh-environment/swh-storage |
118 | From ssh://forge.softwareheritage.org/diffusion/DSTO/swh-storage |
119 | 4a18a04..363f3e6 master -> origin/master |
120 | Updating 4a18a04..363f3e6 |
121 | Fast-forward |
122 | swh/storage/checker/checker.py | 23 ++++++++++- |
123 | swh/storage/converters.py | 56 +------------------------- |
124 | swh/storage/tests/test_converters.py | 77 ------------------------------------ |
125 | 3 files changed, 22 insertions(+), 134 deletions(-) |
126 | |
127 | mr update: /home/temp-drydock/drydock/workingcopy-155/repo/swh-environment/swh-web-ui |
128 | mr update: /home/temp-drydock/drydock/workingcopy-155/repo/swh-environment/swh-web-ui |
129 | From ssh://forge.softwareheritage.org/diffusion/DWUI/swh-web-ui |
130 | 7a0cfff..e9360a4 master -> origin/master |
131 | Updating 7a0cfff..e9360a4 |
132 | Fast-forward |
133 | swh/web/ui/backend.py | 30 +++++++ |
134 | swh/web/ui/converters.py | 32 ++++--- |
135 | swh/web/ui/service.py | 32 ++++++- |
136 | swh/web/ui/templates/revision-log.html | 31 ++++++- |
137 | swh/web/ui/templates/revision.html | 10 +++ |
138 | swh/web/ui/tests/test_backend.py | 56 ++++++++++++ |
139 | swh/web/ui/tests/test_converters.py | 111 ++++++++++++++++++++++++ |
140 | swh/web/ui/tests/test_service.py | 154 ++++++++++++++++++++++++++++++++- |
141 | swh/web/ui/tests/test_utils.py | 94 +++++++++++++++++++- |
142 | swh/web/ui/tests/views/test_api.py | 91 +++++++++++++++++-- |
143 | swh/web/ui/tests/views/test_browse.py | 95 ++++++++++++++++++++ |
144 | swh/web/ui/utils.py | 5 ++ |
145 | swh/web/ui/views/api.py | 57 +++++++++++- |
146 | swh/web/ui/views/browse.py | 59 ++++++++++++- |
147 | 14 files changed, 825 insertions(+), 32 deletions(-) |
148 | |
149 | mr update: finished (18 ok) |
150 |
Clone on Software Heritage Worker
Clone on Software Heritage Worker
- When
- Completed at Jun 10 2016, 5:57 PM · Built instantly
- Status
Passed