Page MenuHomeSoftware Heritage

Build 150

Properties

Buildable
B105: Diff 83
Build Plan
Plan 2 Software Heritage Python tests
Status
Passed

Lint

When
Completed at May 19 2016, 2:23 PM · Built for 3 s
Status
Passed
1 empty logs are hidden. Show all logs.

Build Log 482 (remote - stdout)
25 - 50 - 100 - Unlimited Lines

1python3 -m flake8 swh bin/swh-storage-add-dir bin/swh-objstorage-fsck bin/swh-objstorage-add-dir
2

Python tests

When
Completed at May 19 2016, 2:23 PM · Built for 6 s
Status
Passed
1 empty logs are hidden. Show all logs.

Build Log 481 (remote - stderr)
25 - 50 - 100 - Unlimited Lines

13add_file_w_id (test_objstorage.TestObjStorage) ... ok
14add_file_wo_id (test_objstorage.TestObjStorage) ... ok
15check_file_and_dirs_mode (test_objstorage.TestObjStorage) ... ok
16check_id_mismatch (test_objstorage.TestObjStorage) ... ok
17check_missing (test_objstorage.TestObjStorage) ... ok
18check_not_gzip (test_objstorage.TestObjStorage) ... ok
19check_ok (test_objstorage.TestObjStorage) ... ok
20contains (test_objstorage.TestObjStorage) ... ok
21get_bytes (test_objstorage.TestObjStorage) ... ok
22get_file_path (test_objstorage.TestObjStorage) ... ok
23get_missing (test_objstorage.TestObjStorage) ... ok
24iter (test_objstorage.TestObjStorage) ... ok
25len (test_objstorage.TestObjStorage) ... ok
26content_add (test_objstorage_api.TestRemoteObjStorage) ... ok
27content_check_invalid (test_objstorage_api.TestRemoteObjStorage) ... ok
28content_check_missing (test_objstorage_api.TestRemoteObjStorage) ... ok
29content_check_valid (test_objstorage_api.TestRemoteObjStorage) ... ok
30content_get_missing (test_objstorage_api.TestRemoteObjStorage) ... ok
31content_get_present (test_objstorage_api.TestRemoteObjStorage) ... ok
32
33----------------------------------------------------------------------
34Ran 29 tests in 3.404s
35
36OK
37

Update environment from working copy

When
Completed at May 19 2016, 2:23 PM · Built for 2 m, 3 s
Status
Passed
1 empty logs are hidden. Show all logs.

Build Log 464 (remote - stdout)
25 - 50 - 100 - Unlimited Lines

103 sql/swh-schema.sql | 28 +++-
104 sql/upgrades/069.sql | 28 ++++
105 swh/storage/api/server.py | 18 ++-
106 swh/storage/archiver/__init__.py | 3 +
107 swh/storage/archiver/copier.py | 60 ++++++++
108 swh/storage/archiver/director.py | 218 ++++++++++++++++++++++++++
109 swh/storage/archiver/tasks.py | 20 +++
110 swh/storage/archiver/worker.py | 239 +++++++++++++++++++++++++++++
111 swh/storage/db.py | 90 +++++++++++
112 swh/storage/objstorage/api/server.py | 20 ++-
113 swh/storage/tests/manual_test_archiver.py | 95 ++++++++++++
114 swh/storage/tests/test_archiver.py | 246 ++++++++++++++++++++++++++++++
115 swh/storage/tests/test_storage.py | 2 +-
116 13 files changed, 1051 insertions(+), 16 deletions(-)
117 create mode 100644 sql/upgrades/069.sql
118 create mode 100644 swh/storage/archiver/__init__.py
119 create mode 100644 swh/storage/archiver/copier.py
120 create mode 100644 swh/storage/archiver/director.py
121 create mode 100644 swh/storage/archiver/tasks.py
122 create mode 100644 swh/storage/archiver/worker.py
123 create mode 100644 swh/storage/tests/manual_test_archiver.py
124 create mode 100644 swh/storage/tests/test_archiver.py
125
126mr update: finished (18 ok)
127

Clone on Software Heritage Worker

When
Completed at May 19 2016, 2:21 PM · Built instantly
Status
Passed

Event Timeline