Properties
Properties
- Buildable
- B551: rDSTO9a079c5be4f5: storage: Update fossology_license to latest design
- Build Plan
- Plan 2 Software Heritage Python tests
- Status
Passed
Lint
Lint
- When
- Completed at Nov 10 2016, 5:36 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 |
---|---|
2 |
Python tests
Python tests
- When
- Completed at Nov 10 2016, 5:36 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 | ctags_to_db (test_converters.TestConverters) ... ok |
3 | db_to_author (test_converters.TestConverters) ... ok |
4 | db_to_git_headers (test_converters.TestConverters) ... ok |
5 | db_to_release (test_converters.TestConverters) ... ok |
6 | db_to_revision (test_converters.TestConverters) ... ok |
7 | |
8 | ---------------------------------------------------------------------- |
9 | Ran 5 tests in 0.749s |
10 | |
11 | OK |
12 |
Update environment from working copy
Update environment from working copy
- When
- Completed at Nov 10 2016, 5:36 PM · Built for 31 s
- Status
Passed
1 empty logs are hidden. Show all logs.
199 | sql/swh-data.sql | 793 ++++++++++++++++++++++++++++ |
---|---|
200 | sql/swh-enums.sql | 152 ++++++ |
201 | sql/swh-func.sql | 239 ++++++++- |
202 | sql/swh-schema.sql | 508 ++---------------- |
203 | sql/upgrades/089.sql | 178 +++++++ |
204 | sql/upgrades/090.sql | 998 +++++++++++++++++++++++++++++++++++ |
205 | swh/storage/api/client.py | 31 ++ |
206 | swh/storage/api/server.py | 46 ++ |
207 | swh/storage/common.py | 14 +- |
208 | swh/storage/converters.py | 34 ++ |
209 | swh/storage/db.py | 66 +++ |
210 | swh/storage/storage.py | 213 ++++++++ |
211 | swh/storage/tests/test_converters.py | 40 ++ |
212 | swh/storage/tests/test_storage.py | 395 +++++++++++++- |
213 | 17 files changed, 3235 insertions(+), 481 deletions(-) |
214 | create mode 100644 sql/swh-enums.sql |
215 | create mode 100644 sql/upgrades/089.sql |
216 | create mode 100644 sql/upgrades/090.sql |
217 | |
218 | mr update: /home/temp-drydock/drydock/workingcopy-170/repo/swh-environment/swh-web-ui |
219 | mr update: /home/temp-drydock/drydock/workingcopy-170/repo/swh-environment/swh-web-ui |
220 | Already up-to-date. |
221 | |
222 | mr update: finished (21 ok) |
223 |
Clone on Software Heritage Worker
Clone on Software Heritage Worker
- When
- Completed at Nov 10 2016, 5:35 PM · Built instantly
- Status
Passed