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 TopicDeleteCloudStorageTest.drop_lifecycle_marker_test #18453

Open
vbotbuildovich opened this issue May 13, 2024 · 0 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 May 13, 2024

https://buildkite.com/redpanda/vtools/builds/13673

Module: rptest.tests.topic_delete_test
Class: TopicDeleteCloudStorageTest
Method: drop_lifecycle_marker_test
Arguments: {
    "cloud_storage_type": 1
}
test_id:    TopicDeleteCloudStorageTest.drop_lifecycle_marker_test
status:     FAIL
run time:   97.429 seconds

TimeoutError('Redpanda node ducktape-node-19-freely-rich-skylark 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 "/opt/.ducktape-venv/lib/python3.10/site-packages/ducktape/mark/_mark.py", line 535, in wrapper
    return functools.partial(f, *args, **kwargs)(*w_args, **w_kwargs)
  File "/home/ubuntu/redpanda/tests/rptest/services/cluster.py", line 103, in wrapped
    r = f(self, *args, **kwargs)
  File "/home/ubuntu/redpanda/tests/rptest/tests/topic_delete_test.py", line 588, in drop_lifecycle_marker_test
    self.redpanda.restart_nodes(self.redpanda.nodes)
  File "/home/ubuntu/redpanda/tests/rptest/services/redpanda.py", line 1287, in restart_nodes
    list(
  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 "/home/ubuntu/redpanda/tests/rptest/services/redpanda.py", line 1288, in <lambda>
    executor.map(lambda n: self.stop_node(n, timeout=stop_timeout),
  File "/home/ubuntu/redpanda/tests/rptest/services/redpanda.py", line 3637, 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 ducktape-node-19-freely-rich-skylark failed to stop in 30 seconds

JIRA Link: CORE-2941

@vbotbuildovich vbotbuildovich added auto-triaged used to know which issues have been opened from a CI job ci-failure labels May 13, 2024
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

1 participant