Properties
Properties
- Buildable
- B506: rDSTOff87ac5acfe5: swh-func: content-revision cache population now takes a list of revs
- Build Plan
- Plan 2 Software Heritage Python tests
- Status
Passed
Lint
Lint
- When
- Completed at Sep 22 2016, 6:51 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 22 2016, 6:51 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 1.031s |
9 | |
10 | OK |
11 |
Update environment from working copy
Update environment from working copy
- When
- Completed at Sep 22 2016, 6:51 PM · Built for 10 s
- Status
Passed
1 empty logs are hidden. Show all logs.
86 | requirements.txt | 2 +- |
---|---|
87 | sql/swh-func.sql | 74 +++++++++++++++------ |
88 | sql/swh-schema.sql | 2 +- |
89 | sql/upgrades/083.sql | 49 ++++++++++++++ |
90 | sql/upgrades/084.sql | 74 +++++++++++++++++++++ |
91 | swh/storage/api/client.py | 4 +- |
92 | swh/storage/archiver/db.py | 19 ++++++ |
93 | swh/storage/archiver/director.py | 6 +- |
94 | swh/storage/archiver/storage.py | 12 ++++ |
95 | swh/storage/archiver/worker.py | 74 ++++++++++++++++----- |
96 | swh/storage/db.py | 10 +-- |
97 | swh/storage/provenance/tasks.py | 6 +- |
98 | swh/storage/storage.py | 9 ++- |
99 | swh/storage/tests/test_archiver.py | 32 ++++++++- |
100 | swh/storage/tests/test_storage.py | 133 ++++++++++++++++++++++++------------- |
101 | 16 files changed, 401 insertions(+), 109 deletions(-) |
102 | create mode 100644 sql/upgrades/083.sql |
103 | create mode 100644 sql/upgrades/084.sql |
104 | |
105 | mr update: /home/temp-drydock/drydock/workingcopy-175/repo/swh-environment/swh-web-ui |
106 | mr update: /home/temp-drydock/drydock/workingcopy-175/repo/swh-environment/swh-web-ui |
107 | Already up-to-date. |
108 | |
109 | mr update: finished (20 ok) |
110 |
Clone on Software Heritage Worker
Clone on Software Heritage Worker
- When
- Completed at Sep 22 2016, 6:51 PM · Built instantly
- Status
Passed