test_id: ControllerAvailabilityTest.test_controller_availability_with_nodes_down
status: FAIL
run time: 28.837 seconds
TimeoutError('Controller is not available')
Traceback (most recent call last):
File "/usr/local/lib/python3.10/dist-packages/ducktape/tests/runner_client.py", line 184, in _do_run
data = self.run_test()
File "/usr/local/lib/python3.10/dist-packages/ducktape/tests/runner_client.py", line 269, in run_test
return self.test_context.function(self.test)
File "/usr/local/lib/python3.10/dist-packages/ducktape/mark/_mark.py", line 481, in wrapper
return functools.partial(f, *args, **kwargs)(*w_args, **w_kwargs)
File "/root/tests/rptest/services/cluster.py", line 82, in wrapped
r = f(self, *args, **kwargs)
File "/root/tests/rptest/tests/controller_availability_test.py", line 98, in test_controller_availability_with_nodes_down
wait_until(lambda: self._controller_stable(), 10, 0.5,
File "/usr/local/lib/python3.10/dist-packages/ducktape/utils/util.py", line 57, in wait_until
raise TimeoutError(err_msg() if callable(err_msg) else err_msg) from last_exception
ducktape.errors.TimeoutError: Controller is not available
https://buildkite.com/redpanda/redpanda/builds/38379 https://buildkite.com/redpanda/redpanda/builds/44376 https://buildkite.com/redpanda/vtools/builds/14442
JIRA Link: CORE-3243