Properties
Properties
- Buildable
- B516: rDSTO4b5287ee36db: upgrades/085: add upgrade script
- Build Plan
- Plan 2 Software Heritage Python tests
- Status
Passed
Lint
Lint
- When
- Completed at Sep 23 2016, 1:40 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 Sep 23 2016, 1:40 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 | db_to_author (test_converters.TestConverters) ... ok |
3 | db_to_git_headers (test_converters.TestConverters) ... ok |
4 | db_to_release (test_converters.TestConverters) ... ok |
5 | db_to_revision (test_converters.TestConverters) ... ok |
6 | |
7 | ---------------------------------------------------------------------- |
8 | Ran 4 tests in 0.758s |
9 | |
10 | OK |
11 |
Update environment from working copy
Update environment from working copy
- When
- Completed at Sep 23 2016, 1:40 PM · Built for 12 s
- Status
Passed
1 empty logs are hidden. Show all logs.
101 | sql/archiver/swh-archiver-func.sql | 17 +++++ |
---|---|
102 | sql/archiver/upgrades/005.sql | 24 +++++++ |
103 | sql/swh-func.sql | 76 +++++++++++++++------ |
104 | sql/swh-schema.sql | 2 +- |
105 | sql/upgrades/083.sql | 49 ++++++++++++++ |
106 | sql/upgrades/084.sql | 74 +++++++++++++++++++++ |
107 | sql/upgrades/085.sql | 74 +++++++++++++++++++++ |
108 | swh/storage/api/client.py | 4 +- |
109 | swh/storage/archiver/db.py | 30 +++++++++ |
110 | swh/storage/archiver/director.py | 94 +++++++++++++++++++++++--- |
111 | swh/storage/archiver/storage.py | 36 +++++++++- |
112 | swh/storage/archiver/worker.py | 93 ++++++++++++++------------ |
113 | swh/storage/db.py | 10 +-- |
114 | swh/storage/provenance/tasks.py | 6 +- |
115 | swh/storage/storage.py | 9 ++- |
116 | swh/storage/tests/test_archiver.py | 32 ++++++++- |
117 | swh/storage/tests/test_storage.py | 133 ++++++++++++++++++++++++------------- |
118 | 19 files changed, 623 insertions(+), 146 deletions(-) |
119 | create mode 100644 sql/archiver/upgrades/005.sql |
120 | create mode 100644 sql/upgrades/083.sql |
121 | create mode 100644 sql/upgrades/084.sql |
122 | create mode 100644 sql/upgrades/085.sql |
123 | |
124 | mr update: finished (20 ok) |
125 |
Clone on Software Heritage Worker
Clone on Software Heritage Worker
- When
- Completed at Sep 23 2016, 1:40 PM · Built instantly
- Status
Passed