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

PartitionMoveInterruption.test_cancelling_partition_move.replication_factor=3.unclean_abort=True.recovery=restart_recovery #5612

Closed
VadimPlh opened this issue Jul 25, 2022 · 1 comment
Labels
kind/bug Something isn't working

Comments

@VadimPlh
Copy link
Contributor

Summary: TimeoutError('Cluster membership did not stabilize')
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 155, in test_cancelling_partition_move
    self.start_redpanda(num_nodes=5,
  File "/root/tests/rptest/tests/end_to_end.py", line 91, in start_redpanda
    self.redpanda.start()
  File "/root/tests/rptest/services/redpanda.py", line 646, in start
    wait_until(lambda: {n
  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: Cluster membership did not stabilize

https://buildkite.com/redpanda/redpanda/builds/12977#01822ed4-bd95-4f5b-ad3b-cb19abd4f1cc

@VadimPlh VadimPlh added the kind/bug Something isn't working label Jul 25, 2022
@ajfabbri
Copy link
Contributor

May be related to #5681

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants