Properties
Properties
- Buildable
- B593: rDSTOb5cd7f09196a: sql/upgrades: add 99 → 100
- Build Plan
- Plan 2 Software Heritage Python tests
- Status
Failed
Lint
Lint
- When
- Completed at Feb 1 2017, 3:42 PM · Built for 28 s
- Status
Failed
1 | python3 -m flake8 swh bin/swh-storage-add-dir |
---|---|
2 | swh/storage/tests/test_storage.py:1202:80: E501 line too long (82 > 79 characters) |
3 | ../Makefile.python:25: recipe for target 'check' failed |
4 |
Python tests
Python tests
- When
- Completed at Feb 1 2017, 3:41 PM · Built for 15 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 6.323s |
13 | |
14 | OK |
15 |
Update environment from working copy
Update environment from working copy
- When
- Completed at Feb 1 2017, 3:41 PM · Built for 1 m
- Status
Passed
1 empty logs are hidden. Show all logs.
308 | sql/swh-triggers.sql | 124 ++++++++++++++ |
---|---|
309 | sql/upgrades/098.sql | 9 + |
310 | sql/upgrades/099.sql | 30 ++++ |
311 | sql/upgrades/100.sql | 58 +++++++ |
312 | swh/storage/__init__.py | 25 ++- |
313 | swh/storage/api/client.py | 63 +------ |
314 | swh/storage/api/server.py | 34 ++-- |
315 | swh/storage/archiver/worker.py | 2 +- |
316 | swh/storage/db.py | 13 +- |
317 | swh/storage/provenance/tasks.py | 16 +- |
318 | swh/storage/storage.py | 25 +-- |
319 | swh/storage/tests/test_api_client.py | 19 ++- |
320 | swh/storage/tests/test_archiver.py | 2 +- |
321 | swh/storage/tests/test_storage.py | 50 +++++- |
322 | swh/storage/vault/api/client.py | 54 +----- |
323 | swh/storage/vault/api/server.py | 25 +-- |
324 | 23 files changed, 759 insertions(+), 478 deletions(-) |
325 | create mode 100644 sql/swh-indexes.sql |
326 | create mode 100644 sql/swh-triggers.sql |
327 | create mode 100644 sql/upgrades/098.sql |
328 | create mode 100644 sql/upgrades/099.sql |
329 | create mode 100644 sql/upgrades/100.sql |
330 | |
331 | mr update: finished (21 ok) |
332 |
Clone on Software Heritage Worker
Clone on Software Heritage Worker
- When
- Completed at Feb 1 2017, 3:40 PM · Built instantly
- Status
Passed