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

Timeout in PartitionMoveInterruption.test_cancelling_partition_move #5473

Closed
r-vasquez opened this issue Jul 14, 2022 · 2 comments
Closed

Timeout in PartitionMoveInterruption.test_cancelling_partition_move #5473

r-vasquez opened this issue Jul 14, 2022 · 2 comments
Assignees

Comments

@r-vasquez
Copy link
Contributor

Build: https://buildkite.com/redpanda/redpanda/builds/12553#0181fd9c-f2cf-4e4e-8fe8-5f5b3cba6a7a
Found in PR #5449

test_id:    rptest.tests.partition_move_interruption_test.PartitionMoveInterruption.test_cancelling_partition_move.replication_factor=3.unclean_abort=False.recovery=restart_recovery
--
  | status:     FAIL
  | run time:   18 minutes 11.627 seconds
  |  
  |  
  | TimeoutError('')
  | Traceback (most recent call last):
  | File "/usr/local/lib/python3.9/dist-packages/ducktape/tests/runner_client.py", line 135, in run
  | data = self.run_test()
  | File "/usr/local/lib/python3.9/dist-packages/ducktape/tests/runner_client.py", line 227, in run_test
  | return self.test_context.function(self.test)
  | File "/usr/local/lib/python3.9/dist-packages/ducktape/mark/_mark.py", line 476, in wrapper
  | return functools.partial(f, *args, **kwargs)(*w_args, **w_kwargs)
  | File "/root/tests/rptest/services/cluster.py", line 35, in wrapped
  | r = f(self, *args, **kwargs)
  | File "/root/tests/rptest/tests/partition_move_interruption_test.py", line 127, in test_cancelling_partition_move
  | self._random_move(unclean_abort)
  | File "/root/tests/rptest/tests/partition_move_interruption_test.py", line 94, in _random_move
  | self._wait_post_move(self.topic, partition, prev_assignments, 60)
  | File "/root/tests/rptest/tests/partition_movement.py", line 100, in _wait_post_move
  | wait_until(status_done, timeout_sec=timeout_sec, backoff_sec=2)
  | File "/usr/local/lib/python3.9/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

@LenaAn
Copy link
Contributor

LenaAn commented Jul 19, 2022

@mmaslankaprv
Copy link
Member

This issue has been fixed with #5542

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

No branches or pull requests

4 participants