Properties
Properties
- Buildable
- B264: rDSTOf5afc055fcd1: Open origin_revision_cache api
- Build Plan
- Plan 2 Software Heritage Python tests
- Status
Passed
Lint
Lint
- When
- Completed at Jun 27 2016, 7:06 PM · Built for 1 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 Jun 27 2016, 7:06 PM · Built for 1 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.439s |
10 | |
11 | OK |
12 |
Update environment from working copy
Update environment from working copy
- When
- Completed at Jun 27 2016, 7:06 PM · Built for 7 s
- Status
Passed
1 empty logs are hidden. Show all logs.
105 | swh/storage/checker/__init__.py | 0 |
---|---|
106 | swh/storage/checker/checker.py | 171 ---------- |
107 | swh/storage/exc.py | 12 - |
108 | swh/storage/objstorage/__init__.py | 4 - |
109 | swh/storage/objstorage/api/__init__.py | 0 |
110 | swh/storage/objstorage/api/client.py | 103 ------ |
111 | swh/storage/objstorage/api/server.py | 96 ------ |
112 | swh/storage/objstorage/multiplexer/__init__.py | 4 - |
113 | .../objstorage/multiplexer/filter/__init__.py | 98 ------ |
114 | .../objstorage/multiplexer/filter/filter.py | 48 --- |
115 | .../objstorage/multiplexer/filter/id_filter.py | 99 ------ |
116 | .../multiplexer/filter/read_write_filter.py | 17 - |
117 | .../multiplexer/multiplexer_objstorage.py | 194 ----------- |
118 | swh/storage/objstorage/objstorage.py | 119 ------- |
119 | swh/storage/objstorage/objstorage_pathslicing.py | 347 ------------------- |
120 | swh/storage/storage.py | 5 +- |
121 | swh/storage/tests/objstorage_testing.py | 70 ---- |
122 | swh/storage/tests/test_archiver.py | 6 +- |
123 | swh/storage/tests/test_checker.py | 128 ------- |
124 | swh/storage/tests/test_multiplexer_filter.py | 373 --------------------- |
125 | swh/storage/tests/test_objstorage_api.py | 88 ----- |
126 | swh/storage/tests/test_objstorage_multiplexer.py | 78 ----- |
127 | swh/storage/tests/test_objstorage_pathslicing.py | 76 ----- |
128 | 32 files changed, 15 insertions(+), 2277 deletions(-) |
129 | delete mode 100755 bin/swh-objstorage-add-dir |
130 | delete mode 100755 bin/swh-objstorage-fsck |
131 | delete mode 100644 swh/storage/api/common.py |
132 | delete mode 100644 swh/storage/checker/__init__.py |
133 | delete mode 100644 swh/storage/checker/checker.py |
134 | delete mode 100644 swh/storage/objstorage/__init__.py |
135 | delete mode 100644 swh/storage/objstorage/api/__init__.py |
136 | delete mode 100644 swh/storage/objstorage/api/client.py |
137 | delete mode 100644 swh/storage/objstorage/api/server.py |
138 | delete mode 100644 swh/storage/objstorage/multiplexer/__init__.py |
139 | delete mode 100644 swh/storage/objstorage/multiplexer/filter/__init__.py |
140 | delete mode 100644 swh/storage/objstorage/multiplexer/filter/filter.py |
141 | delete mode 100644 swh/storage/objstorage/multiplexer/filter/id_filter.py |
142 | delete mode 100644 swh/storage/objstorage/multiplexer/filter/read_write_filter.py |
143 | delete mode 100644 swh/storage/objstorage/multiplexer/multiplexer_objstorage.py |
144 | delete mode 100644 swh/storage/objstorage/objstorage.py |
145 | delete mode 100644 swh/storage/objstorage/objstorage_pathslicing.py |
146 | delete mode 100644 swh/storage/tests/objstorage_testing.py |
147 | delete mode 100644 swh/storage/tests/test_checker.py |
148 | delete mode 100644 swh/storage/tests/test_multiplexer_filter.py |
149 | delete mode 100644 swh/storage/tests/test_objstorage_api.py |
150 | delete mode 100644 swh/storage/tests/test_objstorage_multiplexer.py |
151 | delete mode 100644 swh/storage/tests/test_objstorage_pathslicing.py |
152 | |
153 | mr update: finished (19 ok) |
154 |
Clone on Software Heritage Worker
Clone on Software Heritage Worker
- When
- Completed at Jun 27 2016, 7:06 PM · Built instantly
- Status
Passed