Properties
Properties
- Buildable
- B18: rDSTOde2a5862f05d: sql/swh-schema: rename entity{_history}.doap to metadata
- Build Plan
- Plan 2 Software Heritage Python tests
- Status
Passed
Lint
Lint
- When
- Completed at Mar 9 2016, 4:59 PM · Built for 46 s
- Status
Passed
1 empty logs are hidden. Show all logs.
1 | python3 -m flake8 swh bin/swh-storage-add-dir bin/swh-objstorage-fsck bin/swh-objstorage-add-dir |
---|---|
2 |
Python tests
Python tests
- When
- Completed at Mar 9 2016, 4:59 PM · Built for 25 s
- Status
Passed
1 empty logs are hidden. Show all logs.
1 | mr: illegal setting "fixups=../bin/git-add-pre-commit-hook ." in untrusted /home/temp-drydock/drydock/workingcopy-154/repo/.mrconfig line 5 |
---|---|
2 | (To trust this file, list it in ~/.mrtrust.) |
3 | W: unknown repository 'swh-environment', you might want to remove it |
4 | backslashescape_errors (test_converters.TestConverters) ... ok |
5 | db_to_author (test_converters.TestConverters) ... ok |
6 | db_to_git_headers (test_converters.TestConverters) ... ok |
7 | db_to_release (test_converters.TestConverters) ... ok |
8 | db_to_revision (test_converters.TestConverters) ... ok |
9 | decode_with_escape (test_converters.TestConverters) ... ok |
10 | encode_with_unescape (test_converters.TestConverters) ... ok |
11 | encode_with_unescape_invalid_escape (test_converters.TestConverters) ... ok |
12 | add_bytes_w_id (test_objstorage.TestObjStorage) ... ok |
13 | add_bytes_wo_id (test_objstorage.TestObjStorage) ... ok |
14 | add_file_w_id (test_objstorage.TestObjStorage) ... ok |
15 | add_file_wo_id (test_objstorage.TestObjStorage) ... ok |
16 | check_file_and_dirs_mode (test_objstorage.TestObjStorage) ... ok |
17 | check_id_mismatch (test_objstorage.TestObjStorage) ... ok |
18 | check_missing (test_objstorage.TestObjStorage) ... ok |
19 | check_not_gzip (test_objstorage.TestObjStorage) ... ok |
20 | check_ok (test_objstorage.TestObjStorage) ... ok |
21 | contains (test_objstorage.TestObjStorage) ... ok |
22 | get_bytes (test_objstorage.TestObjStorage) ... ok |
23 | get_file_path (test_objstorage.TestObjStorage) ... ok |
24 | get_missing (test_objstorage.TestObjStorage) ... ok |
25 | iter (test_objstorage.TestObjStorage) ... ok |
26 | len (test_objstorage.TestObjStorage) ... ok |
27 | |
28 | ---------------------------------------------------------------------- |
29 | Ran 23 tests in 10.075s |
30 | |
31 | OK |
32 |
Update environment from working copy
Update environment from working copy
- When
- Completed at Mar 9 2016, 4:59 PM · Built for 31 s
- Status
Passed
1 empty logs are hidden. Show all logs.
23 | |
---|---|
24 | mr update: /home/temp-drydock/drydock/workingcopy-154/repo/swh-environment/swh-loader-tar |
25 | mr update: /home/temp-drydock/drydock/workingcopy-154/repo/swh-environment/swh-loader-tar |
26 | Already up-to-date. |
27 | |
28 | mr update: /home/temp-drydock/drydock/workingcopy-154/repo/swh-environment/swh-scheduler |
29 | mr update: /home/temp-drydock/drydock/workingcopy-154/repo/swh-environment/swh-scheduler |
30 | Already up-to-date. |
31 | |
32 | mr update: /home/temp-drydock/drydock/workingcopy-154/repo/swh-environment/swh-model |
33 | mr update: /home/temp-drydock/drydock/workingcopy-154/repo/swh-environment/swh-model |
34 | Already up-to-date. |
35 | |
36 | mr update: /home/temp-drydock/drydock/workingcopy-154/repo/swh-environment/swh-py-template |
37 | mr update: /home/temp-drydock/drydock/workingcopy-154/repo/swh-environment/swh-py-template |
38 | Already up-to-date. |
39 | |
40 | mr update: /home/temp-drydock/drydock/workingcopy-154/repo/swh-environment/swh-storage-testdata |
41 | mr update: /home/temp-drydock/drydock/workingcopy-154/repo/swh-environment/swh-storage-testdata |
42 | Already up-to-date. |
43 | |
44 | mr update: /home/temp-drydock/drydock/workingcopy-154/repo/swh-environment/swh-storage |
45 | mr update: /home/temp-drydock/drydock/workingcopy-154/repo/swh-environment/swh-storage |
46 | From ssh://forge.softwareheritage.org/diffusion/DSTO/swh-storage |
47 | 92e1f19..de2a586 master -> origin/master |
48 | Updating 92e1f19..de2a586 |
49 | Fast-forward |
50 | sql/json/entity.doap.schema.json | 4 -- |
51 | sql/json/entity.metadata.schema.json | 4 ++ |
52 | sql/json/entity_history.doap.schema.json | 4 -- |
53 | sql/json/entity_history.metadata.schema.json | 4 ++ |
54 | sql/swh-func.sql | 10 ++--- |
55 | sql/swh-schema.sql | 10 ++--- |
56 | sql/upgrades/065.sql | 55 ++++++++++++++++++++++++++++ |
57 | swh/storage/db.py | 2 +- |
58 | swh/storage/storage.py | 2 +- |
59 | swh/storage/tests/test_storage.py | 8 ++-- |
60 | 10 files changed, 79 insertions(+), 24 deletions(-) |
61 | delete mode 100644 sql/json/entity.doap.schema.json |
62 | create mode 100644 sql/json/entity.metadata.schema.json |
63 | delete mode 100644 sql/json/entity_history.doap.schema.json |
64 | create mode 100644 sql/json/entity_history.metadata.schema.json |
65 | create mode 100644 sql/upgrades/065.sql |
66 | |
67 | mr update: /home/temp-drydock/drydock/workingcopy-154/repo/swh-environment/swh-web-ui |
68 | mr update: /home/temp-drydock/drydock/workingcopy-154/repo/swh-environment/swh-web-ui |
69 | Already up-to-date. |
70 | |
71 | mr update: finished (13 ok) |
72 |
Clone on Software Heritage Worker
Clone on Software Heritage Worker
- When
- Completed at Mar 9 2016, 4:58 PM · Built instantly
- Status
Passed