Properties
Properties
- Buildable
- B376: rDSTO1e974580ac3c: check-in draft Vault API
- Build Plan
- Plan 2 Software Heritage Python tests
- Status
Passed
Lint
Lint
- When
- Completed at Aug 16 2016, 2:16 PM · Built for 2 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 Aug 16 2016, 2:16 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 | W: unknown repository 'swh-loader-vcs', you might want to remove it |
3 | db_to_author (test_converters.TestConverters) ... ok |
4 | db_to_git_headers (test_converters.TestConverters) ... ok |
5 | db_to_release (test_converters.TestConverters) ... ok |
6 | db_to_revision (test_converters.TestConverters) ... ok |
7 | |
8 | ---------------------------------------------------------------------- |
9 | Ran 4 tests in 0.579s |
10 | |
11 | OK |
12 |
Update environment from working copy
Update environment from working copy
- When
- Completed at Aug 16 2016, 2:16 PM · Built for 11 s
- Status
Passed
1 empty logs are hidden. Show all logs.
71 | swh/objstorage/objstorage.py | 36 ++- |
---|---|
72 | swh/objstorage/objstorage_pathslicing.py | 79 +----- |
73 | swh/objstorage/tests/test_checker.py | 157 ++++++----- |
74 | swh/objstorage/tests/test_objstorage.py | 17 -- |
75 | 13 files changed, 517 insertions(+), 443 deletions(-) |
76 | create mode 100644 swh/objstorage/cloud/__init__.py |
77 | create mode 100644 swh/objstorage/cloud/objstorage_cloud.py |
78 | delete mode 100644 swh/objstorage/tests/test_objstorage.py |
79 | |
80 | mr update: /home/temp-drydock/drydock/workingcopy-157/repo/swh-environment/swh-storage-testdata |
81 | mr update: /home/temp-drydock/drydock/workingcopy-157/repo/swh-environment/swh-storage-testdata |
82 | Already up-to-date. |
83 | |
84 | mr update: /home/temp-drydock/drydock/workingcopy-157/repo/swh-environment/swh-scheduler |
85 | mr update: /home/temp-drydock/drydock/workingcopy-157/repo/swh-environment/swh-scheduler |
86 | Already up-to-date. |
87 | |
88 | mr update: /home/temp-drydock/drydock/workingcopy-157/repo/swh-environment/swh-storage |
89 | mr update: /home/temp-drydock/drydock/workingcopy-157/repo/swh-environment/swh-storage |
90 | From ssh://forge.softwareheritage.org/diffusion/DSTO/swh-storage |
91 | ddaf1a0..1e97458 master -> origin/master |
92 | Updating ddaf1a0..1e97458 |
93 | Fast-forward |
94 | docs/vault-blueprint.md | 139 ++++++++++++++++++++++++++++++++++++++++++++++++ |
95 | sql/swh-func.sql | 59 ++++++++++++++++++++ |
96 | sql/swh-schema.sql | 2 +- |
97 | sql/upgrades/073.sql | 48 +++++++++++++++++ |
98 | 4 files changed, 247 insertions(+), 1 deletion(-) |
99 | create mode 100644 docs/vault-blueprint.md |
100 | create mode 100644 sql/upgrades/073.sql |
101 | |
102 | mr update: /home/temp-drydock/drydock/workingcopy-157/repo/swh-environment/swh-web-ui |
103 | mr update: /home/temp-drydock/drydock/workingcopy-157/repo/swh-environment/swh-web-ui |
104 | From ssh://forge.softwareheritage.org/diffusion/DWUI/swh-web-ui |
105 | a4607b8..d69319d master -> origin/master |
106 | Updating a4607b8..d69319d |
107 | Fast-forward |
108 | resources/test/webapp.ini | 4 +- |
109 | swh/web/ui/backend.py | 10 +- |
110 | swh/web/ui/converters.py | 2 + |
111 | swh/web/ui/main.py | 8 +- |
112 | swh/web/ui/service.py | 30 +-- |
113 | swh/web/ui/tests/test_app.py | 5 +- |
114 | swh/web/ui/tests/test_service.py | 58 +---- |
115 | swh/web/ui/tests/views/test_api.py | 426 ++++--------------------------------- |
116 | swh/web/ui/views/api.py | 288 +++---------------------- |
117 | 9 files changed, 84 insertions(+), 747 deletions(-) |
118 | |
119 | mr update: finished (19 ok) |
120 |
Clone on Software Heritage Worker
Clone on Software Heritage Worker
- When
- Completed at Aug 16 2016, 2:15 PM · Built instantly
- Status
Passed