Push on main #576
GitHub Actions / JUnit Test Report
failed
Dec 18, 2024 in 0s
73 tests run, 51 passed, 21 skipped, 1 failed.
Annotations
Check failure on line 1 in chadmin object-storage commands
github-actions / JUnit Test Report
chadmin object-storage commands.Dry-run clean with guard period -- @1.1
Expecting value: line 1 column 1 (char 0)
Raw output
Failing step: And a working s3 ... failed in 0.132s
Location: features/object_storage.feature:5
Traceback (most recent call last):
File "/home/runner/work/ch-tools/ch-tools/.venv/lib/python3.12/site-packages/behave/model.py", line 1329, in run
match.run(runner.context)
File "/home/runner/work/ch-tools/ch-tools/.venv/lib/python3.12/site-packages/behave/matchers.py", line 98, in run
self.func(context, *args, **kwargs)
File "steps/s3.py", line 16, in step_wait_for_s3_alive
minio.initialize(context)
File "/home/runner/work/ch-tools/ch-tools/tests/modules/minio.py", line 52, in initialize
_create_s3_bucket(context)
File "/home/runner/work/ch-tools/ch-tools/tests/modules/minio.py", line 86, in _create_s3_bucket
_mc_execute(context, f"mb local/{bucket}")
File "/home/runner/work/ch-tools/ch-tools/tests/modules/minio.py", line 100, in _mc_execute
response = json.loads(output)
^^^^^^^^^^^^^^^^^^
File "/opt/hostedtoolcache/Python/3.12.8/x64/lib/python3.12/json/__init__.py", line 346, in loads
return _default_decoder.decode(s)
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/hostedtoolcache/Python/3.12.8/x64/lib/python3.12/json/decoder.py", line 338, in decode
obj, end = self.raw_decode(s, idx=_w(s, 0).end())
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/hostedtoolcache/Python/3.12.8/x64/lib/python3.12/json/decoder.py", line 356, in raw_decode
raise JSONDecodeError("Expecting value", s, err.value) from None
json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)
Loading