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 (TimeoutError on rebalancing) in ScalingUpTest.test_adding_multiple_nodes_to_the_cluster #10954

Closed
VladLazar opened this issue May 23, 2023 · 4 comments
Labels

Comments

@VladLazar
Copy link
Contributor

https://buildkite.com/redpanda/redpanda/builds/29666#018847d6-389b-45f6-9c14-8bd8ad217c2d

Module: rptest.tests.scaling_up_test
Class:  ScalingUpTest
Method: test_adding_multiple_nodes_to_the_cluster
Arguments:
{
  "partition_count": 1
}
test_id:    rptest.tests.scaling_up_test.ScalingUpTest.test_adding_multiple_nodes_to_the_cluster.partition_count=1
status:     FAIL
run time:   3 minutes 1.383 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 "/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/services/cluster.py", line 49, in wrapped
    r = f(self, *args, **kwargs)
  File "/root/tests/rptest/tests/scaling_up_test.py", line 197, in test_adding_multiple_nodes_to_the_cluster
    self.wait_for_partitions_rebalanced(total_replicas=total_replicas,
  File "/root/tests/rptest/tests/scaling_up_test.py", line 113, in wait_for_partitions_rebalanced
    wait_until(partitions_rebalanced,
  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
@abhijat
Copy link
Contributor

abhijat commented May 24, 2023

@ztlpn
Copy link
Contributor

ztlpn commented Jun 16, 2023

@r-vasquez
Copy link
Contributor

@piyushredpanda
Copy link
Contributor

Closing old issues that have not occurred in 2 months.

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

6 participants