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

rptest.tests.partition_movement_test.PartitionMovementTest.test_availability_when_one_node_down : timeout error #6087

Closed
abhijat opened this issue Aug 18, 2022 · 1 comment
Labels
ci-failure kind/bug Something isn't working

Comments

@abhijat
Copy link
Contributor

abhijat commented Aug 18, 2022



test_id:    rptest.tests.partition_movement_test.PartitionMovementTest.test_availability_when_one_node_down
--
  | status:     FAIL
  | run time:   1 minute 46.172 seconds
  |  
  |  
  | TimeoutError('')
  | Traceback (most recent call last):
  | File "/usr/local/lib/python3.10/dist-packages/ducktape/tests/runner_client.py", line 135, in run
  | data = self.run_test()
  | File "/usr/local/lib/python3.10/dist-packages/ducktape/tests/runner_client.py", line 227, in run_test
  | return self.test_context.function(self.test)
  | File "/root/tests/rptest/services/cluster.py", line 35, in wrapped
  | r = f(self, *args, **kwargs)
  | File "/root/tests/rptest/tests/partition_movement_test.py", line 775, in test_availability_when_one_node_down
  | wait_until(status_done, timeout_sec=40, backoff_sec=2)
  | File "/usr/local/lib/python3.10/dist-packages/ducktape/utils/util.py", line 58, in wait_until
  | raise TimeoutError(err_msg() if callable(err_msg) else err_msg) from last_exception
  | ducktape.errors.TimeoutError

seen at https://buildkite.com/redpanda/redpanda/builds/14294#0182b086-de09-488b-b7c5-bdc708e78f45 during ci run for #6085

there is a closed issue for this test but that one is related to ECONNREFUSED so creating a new one. Old issue was #5695

@rystsov
Copy link
Contributor

rystsov commented Sep 13, 2022

We haven't seen it for more than two weeks, closing assuming it's fixed (if it isn't then it'll pop up as a pr blocker).

@rystsov rystsov closed this as completed Sep 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ci-failure kind/bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants