redpanda-data / redpanda

Redpanda is a streaming data platform for developers. Kafka API compatible. 10x faster. No ZooKeeper. No JVM!
https://redpanda.com
9.67k stars 589 forks source link

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

Closed vbotbuildovich closed 1 month ago

vbotbuildovich commented 5 months ago

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

bashtanov commented 3 months ago

all artifacts gone

piyushredpanda commented 1 month ago

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