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.
105 | Already up-to-date. |
---|---|
106 | |
107 | mr update: /home/temp-drydock/drydock/workingcopy-170/repo/swh-environment/swh-storage |
108 | mr update: /home/temp-drydock/drydock/workingcopy-170/repo/swh-environment/swh-storage |
109 | From ssh://forge.softwareheritage.org/diffusion/DSTO/swh-storage |
110 | 3a4616c..ec0893a master -> origin/master |
111 | * [new tag] v0.0.70 -> v0.0.70 |
112 | * [new tag] v0.0.71 -> v0.0.71 |
113 | * [new tag] v0.0.72 -> v0.0.72 |
114 | * [new tag] v0.0.73 -> v0.0.73 |
115 | * [new tag] v0.0.74 -> v0.0.74 |
116 | * [new tag] v0.0.75 -> v0.0.75 |
117 | Updating 3a4616c..ec0893a |
118 | Fast-forward |
119 | sql/clusters.dot | 12 +- |
120 | ...er_configuration.tool_configuration.schema.json | 11 + |
121 | sql/swh-data.sql | 43 +- |
122 | sql/swh-func.sql | 340 +++++++++--- |
123 | sql/swh-init.sql | 2 +- |
124 | sql/swh-schema.sql | 59 ++- |
125 | sql/upgrades/090.sql | 4 +- |
126 | sql/upgrades/091.sql | 40 ++ |
127 | sql/upgrades/092.sql | 29 ++ |
128 | sql/upgrades/093.sql | 61 +++ |
129 | sql/upgrades/094.sql | 25 + |
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