redpanda icon indicating copy to clipboard operation
redpanda copied to clipboard

CI Failure in partition_move_interruption_test.PartitionMoveInterruption.test_cancelling_partition_move

Open BenPope opened this issue 2 years ago • 0 comments

Version & Environment

Redpanda version: dev

https://ci-artifacts.dev.vectorized.cloud/redpanda/018279f4-00b6-44e0-956b-20f174bc3a6e/vbuild/ducktape/results/2022-08-07--001/PartitionMoveInterruption/test_cancelling_partition_move/replication_factor=3.unclean_abort=True.recovery=restart_recovery/90/

Might be related to #4234

What went wrong?

Ci Failure

What should have happened instead?

CI Success

How to reproduce the issue?

???

Additional information

[INFO  - 2022-08-07 21:20:25,244 - runner_client - log - lineno:278]: RunnerClient: rptest.tests.partition_move_interruption_test.PartitionMoveInterruption.test_cancelling_partition_move.replication_factor=3.unclean_abort=True.recovery=restart_recovery: FAIL: 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 "/usr/local/lib/python3.10/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 92, in test_cancelling_partition_move
    self._random_move_and_cancel(unclean_abort)
  File "/root/tests/rptest/tests/partition_move_interruption_test.py", line 56, in _random_move_and_cancel
    self._request_move_cancel(unclean_abort=unclean_abort,
  File "/root/tests/rptest/tests/partition_movement.py", line 229, in _request_move_cancel
    self._wait_post_move(topic, partition, previous_assignment, timeout)
  File "/root/tests/rptest/tests/partition_movement.py", line 113, in _wait_post_move
    wait_until(derived_done, timeout_sec=timeout_sec, 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

BenPope avatar Aug 08 '22 08:08 BenPope

another instance: https://buildkite.com/redpanda/redpanda/builds/14440#0182be15-a6fd-4d2c-a54f-b40845d3b047

rystsov avatar Aug 21 '22 07:08 rystsov

another instance: https://buildkite.com/redpanda/redpanda/builds/14648#0182d092-8a87-4793-98bd-a0f703f44972/6-6358

Lazin avatar Aug 25 '22 13:08 Lazin