Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CI Failure (key symptom) in AvailabilityTests.test_recovery_after_catastrophic_failure #21626

Closed
vbotbuildovich opened this issue Jul 24, 2024 · 9 comments
Labels
auto-triaged used to know which issues have been opened from a CI job ci-failure

Comments

@vbotbuildovich
Copy link
Collaborator

vbotbuildovich commented Jul 24, 2024

https://buildkite.com/redpanda/redpanda/builds/51966
https://buildkite.com/redpanda/redpanda/builds/51985
https://buildkite.com/redpanda/redpanda/builds/51962
https://buildkite.com/redpanda/redpanda/builds/51969

Module: rptest.tests.availability_test
Class: AvailabilityTests
Method: test_recovery_after_catastrophic_failure
test_id:    AvailabilityTests.test_recovery_after_catastrophic_failure
status:     FAIL
run time:   267.940 seconds

TimeoutError('Redpanda node docker-rp-19 failed to stop in 30 seconds')
Traceback (most recent call last):
  File "/opt/.ducktape-venv/lib/python3.10/site-packages/ducktape/tests/runner_client.py", line 184, in _do_run
    data = self.run_test()
  File "/opt/.ducktape-venv/lib/python3.10/site-packages/ducktape/tests/runner_client.py", line 276, in run_test
    return self.test_context.function(self.test)
  File "/root/tests/rptest/services/cluster.py", line 221, in wrapped
    self.redpanda.stop()
  File "/root/tests/rptest/services/redpanda.py", line 3725, in stop
    self.for_nodes(self.nodes, lambda n: self.stop_node(n, **kwargs))
  File "/root/tests/rptest/services/redpanda.py", line 1489, in for_nodes
    return list(executor.map(cb, nodes))
  File "/usr/lib/python3.10/concurrent/futures/_base.py", line 621, in result_iterator
    yield _result_or_cancel(fs.pop())
  File "/usr/lib/python3.10/concurrent/futures/_base.py", line 319, in _result_or_cancel
    return fut.result(timeout)
  File "/usr/lib/python3.10/concurrent/futures/_base.py", line 458, in result
    return self.__get_result()
  File "/usr/lib/python3.10/concurrent/futures/_base.py", line 403, in __get_result
    raise self._exception
  File "/usr/lib/python3.10/concurrent/futures/thread.py", line 58, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/root/tests/rptest/services/redpanda.py", line 3725, in <lambda>
    self.for_nodes(self.nodes, lambda n: self.stop_node(n, **kwargs))
  File "/root/tests/rptest/services/redpanda.py", line 3757, in stop_node
    wait_until(
  File "/opt/.ducktape-venv/lib/python3.10/site-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: Redpanda node docker-rp-19 failed to stop in 30 seconds

JIRA Link: CORE-5774

@vbotbuildovich
Copy link
Collaborator Author

@vbotbuildovich
Copy link
Collaborator Author

@vbotbuildovich
Copy link
Collaborator Author

@vbotbuildovich
Copy link
Collaborator Author

@vbotbuildovich
Copy link
Collaborator Author

@bashtanov
Copy link
Contributor

fixed with #22619

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
auto-triaged used to know which issues have been opened from a CI job ci-failure
Projects
None yet
Development

No branches or pull requests

2 participants