redpanda icon indicating copy to clipboard operation
redpanda copied to clipboard

CI Failure (TimeoutError: Controller is not available) in `ControllerAvailabilityTest.test_controller_availability_with_nodes_down`

Open vbotbuildovich opened this issue 1 year ago • 1 comments

https://buildkite.com/redpanda/redpanda/builds/38379 https://buildkite.com/redpanda/redpanda/builds/44376 https://buildkite.com/redpanda/vtools/builds/14442

Module: rptest.tests.controller_availability_test
Class: ControllerAvailabilityTest
Method: test_controller_availability_with_nodes_down
Arguments: {
    "stop": "minority",
    "cluster_size": 5
}
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

JIRA Link: CORE-3243

vbotbuildovich avatar Jun 06 '24 21:06 vbotbuildovich

all artifacts gone

bashtanov avatar Aug 13 '24 10:08 bashtanov

Closing older-bot-filed CI issues as we transition to a more reliable system.

piyushredpanda avatar Sep 24 '24 03:09 piyushredpanda