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 (topic delete timed out) in RandomNodeOperationsTest.test_node_operations #13498

Closed
VladLazar opened this issue Sep 18, 2023 · 2 comments
Labels

Comments

@VladLazar
Copy link
Contributor

https://buildkite.com/redpanda/redpanda/builds/37146

Module: rptest.tests.random_node_operations_test
Class: RandomNodeOperationsTest
Method: test_node_operations
Arguments: {
    "num_to_upgrade": 0,
    "enable_failures": true,
    "enable_controller_snapshots": false
}
test_id:    RandomNodeOperationsTest.test_node_operations
status:     FAIL
run time:   295.285 seconds

TimeoutError("Timeout waiting for {'type': 'delete_topic', 'properties': {'name': 'fuzzy-operator-1506-yjcsdl'}} operation validation")
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/utils/mode_checks.py", line 63, in f
    return func(*args, **kwargs)
  File "/root/tests/rptest/services/cluster.py", line 82, in wrapped
    r = f(self, *args, **kwargs)
  File "/root/tests/rptest/tests/random_node_operations_test.py", line 318, in test_node_operations
    self.admin_fuzz.wait(20, 180)
  File "/root/tests/rptest/services/admin_ops_fuzzer.py", line 836, in wait
    wait_until(check, timeout_sec=timeout, backoff_sec=2)
  File "/usr/local/lib/python3.10/dist-packages/ducktape/utils/util.py", line 53, in wait_until
    raise e
  File "/usr/local/lib/python3.10/dist-packages/ducktape/utils/util.py", line 44, in wait_until
    if condition():
  File "/root/tests/rptest/services/admin_ops_fuzzer.py", line 824, in check
    raise self.error
  File "/root/tests/rptest/services/admin_ops_fuzzer.py", line 665, in thread_loop
    self.execute_one()
  File "/root/tests/rptest/services/admin_ops_fuzzer.py", line 727, in execute_one
    raise e
  File "/root/tests/rptest/services/admin_ops_fuzzer.py", line 709, in execute_one
    wait_until(
  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: Timeout waiting for {'type': 'delete_topic', 'properties': {'name': 'fuzzy-operator-1506-yjcsdl'}} operation validation
@piyushredpanda
Copy link
Contributor

This hasn't reoccurred for 2 months, closing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants