Properties
Properties
- Buildable
- B374: Diff 331
- Build Plan
- Plan 2 Software Heritage Python tests
- Status
Passed
Lint
Lint
- When
- Completed at Aug 12 2016, 2:43 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 12 2016, 2:43 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.631s |
10 | |
11 | OK |
12 |
Update environment from working copy
Update environment from working copy
- When
- Completed at Aug 12 2016, 2:43 PM · Built for 14 s
- Status
Passed
1 empty logs are hidden. Show all logs.
59 | 38d4238..742b86e master -> origin/master |
---|---|
60 | Updating 38d4238..742b86e |
61 | Fast-forward |
62 | swh/objstorage/__init__.py | 4 +- |
63 | swh/objstorage/api/client.py | 81 +----- |
64 | swh/objstorage/checker.py | 304 +++++++++++++-------- |
65 | swh/objstorage/cloud/__init__.py | 3 + |
66 | swh/objstorage/cloud/objstorage_cloud.py | 155 +++++++++++ |
67 | swh/objstorage/multiplexer/filter/filter.py | 34 ++- |
68 | swh/objstorage/multiplexer/filter/id_filter.py | 17 +- |
69 | .../multiplexer/filter/read_write_filter.py | 1 - |
70 | .../multiplexer/multiplexer_objstorage.py | 72 ++--- |
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-161/repo/swh-environment/swh-scheduler |
81 | mr update: /home/temp-drydock/drydock/workingcopy-161/repo/swh-environment/swh-scheduler |
82 | Already up-to-date. |
83 | |
84 | mr update: /home/temp-drydock/drydock/workingcopy-161/repo/swh-environment/swh-storage-testdata |
85 | mr update: /home/temp-drydock/drydock/workingcopy-161/repo/swh-environment/swh-storage-testdata |
86 | Already up-to-date. |
87 | |
88 | mr update: /home/temp-drydock/drydock/workingcopy-161/repo/swh-environment/swh-web-ui |
89 | mr update: /home/temp-drydock/drydock/workingcopy-161/repo/swh-environment/swh-web-ui |
90 | Already up-to-date. |
91 | |
92 | mr update: /home/temp-drydock/drydock/workingcopy-161/repo/swh-environment/swh-storage |
93 | mr update: /home/temp-drydock/drydock/workingcopy-161/repo/swh-environment/swh-storage |
94 | From ssh://forge.softwareheritage.org/diffusion/DSTO/swh-storage |
95 | 9fdbadd..b5780ee master -> origin/master |
96 | Updating 9fdbadd..b5780ee |
97 | Fast-forward |
98 | sql/swh-func.sql | 75 ++++++++++++++++++++++++++++++++++++---- |
99 | sql/swh-schema.sql | 2 +- |
100 | sql/upgrades/072.sql | 88 +++++++++++++++++++++++++++++++++++++++++++++++ |
101 | sql/upgrades/073.sql | 48 ++++++++++++++++++++++++++ |
102 | swh/storage/converters.py | 14 ++++++-- |
103 | 5 files changed, 217 insertions(+), 10 deletions(-) |
104 | create mode 100644 sql/upgrades/072.sql |
105 | create mode 100644 sql/upgrades/073.sql |
106 | |
107 | mr update: finished (19 ok) |
108 |
Clone on Software Heritage Worker
Clone on Software Heritage Worker
- When
- Completed at Aug 12 2016, 2:43 PM · Built instantly
- Status
Passed