Properties
Properties
- Buildable
- B576: rDSTOec0893abca29: storage: Adapt ctags' sql schema migration to be faster
- Build Plan
- Plan 2 Software Heritage Python tests
- Status
Passed
Lint
Lint
- When
- Completed at Dec 5 2016, 11:55 AM · Built for 6 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 Dec 5 2016, 11:55 AM · Built for 6 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_ctags (test_converters.TestConverters) ... ok |
5 | db_to_git_headers (test_converters.TestConverters) ... ok |
6 | db_to_language (test_converters.TestConverters) ... ok |
7 | db_to_mimetype (test_converters.TestConverters) ... ok |
8 | db_to_release (test_converters.TestConverters) ... ok |
9 | db_to_revision (test_converters.TestConverters) ... ok |
10 | |
11 | ---------------------------------------------------------------------- |
12 | Ran 8 tests in 1.731s |
13 | |
14 | OK |
15 |
Update environment from working copy
Update environment from working copy
- When
- Completed at Dec 5 2016, 11:55 AM · Built for 13 s
- Status
Passed
1 empty logs are hidden. Show all logs.
130 | sql/upgrades/095.sql | 25 + |
---|---|
131 | sql/upgrades/096.sql | 38 ++ |
132 | sql/upgrades/097.sql | 568 +++++++++++++++++++++ |
133 | swh/storage/api/client.py | 7 + |
134 | swh/storage/api/server.py | 6 + |
135 | swh/storage/archiver/director.py | 1 + |
136 | swh/storage/converters.py | 70 +++ |
137 | swh/storage/db.py | 67 ++- |
138 | swh/storage/exc.py | 2 +- |
139 | swh/storage/listener.py | 1 + |
140 | swh/storage/storage.py | 98 +++- |
141 | swh/storage/tests/test_converters.py | 81 +++ |
142 | swh/storage/tests/test_storage.py | 448 ++++++++++++++-- |
143 | 24 files changed, 1846 insertions(+), 192 deletions(-) |
144 | create mode 100644 sql/json/indexer_configuration.tool_configuration.schema.json |
145 | create mode 100644 sql/upgrades/091.sql |
146 | create mode 100644 sql/upgrades/092.sql |
147 | create mode 100644 sql/upgrades/093.sql |
148 | create mode 100644 sql/upgrades/094.sql |
149 | create mode 100644 sql/upgrades/095.sql |
150 | create mode 100644 sql/upgrades/096.sql |
151 | create mode 100644 sql/upgrades/097.sql |
152 | |
153 | mr update: finished (21 ok) |
154 |
Clone on Software Heritage Worker
Clone on Software Heritage Worker
- When
- Completed at Dec 5 2016, 11:54 AM · Built instantly
- Status
Passed