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(None)) in ManyPartitionsTest.test_many_partitions_compacted #11364

Closed
michael-redpanda opened this issue Jun 12, 2023 · 10 comments
Labels
area/storage ci-failure kind/bug Something isn't working sev/medium Bugs that do not meet criteria for high or critical, but are more severe than low.

Comments

@michael-redpanda
Copy link
Contributor

michael-redpanda commented Jun 12, 2023

https://buildkite.com/redpanda/vtools/builds/8047#0188a456-d37f-4920-9f18-6235fd222b27

Module: rptest.scale_tests.many_partitions_test
Class:  ManyPartitionsTest
Method: test_many_partitions_compacted
test_id:    rptest.scale_tests.many_partitions_test.ManyPartitionsTest.test_many_partitions_compacted
status:     FAIL
run time:   10 minutes 35.122 seconds


    TimeoutError(None)
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 "/home/ubuntu/redpanda/tests/rptest/services/cluster.py", line 79, in wrapped
    r = f(self, *args, **kwargs)
  File "/home/ubuntu/redpanda/tests/rptest/scale_tests/many_partitions_test.py", line 879, in test_many_partitions_compacted
    self._test_many_partitions(compacted=True)
  File "/home/ubuntu/redpanda/tests/rptest/scale_tests/many_partitions_test.py", line 1076, in _test_many_partitions
    self._restart_stress(scale, topic_names, n_partitions,
  File "/home/ubuntu/redpanda/tests/rptest/scale_tests/many_partitions_test.py", line 570, in _restart_stress
    inter_restart_check()
  File "/home/ubuntu/redpanda/tests/rptest/scale_tests/many_partitions_test.py", line 1053, in progress_check
    repeater.await_group_ready()
  File "/home/ubuntu/redpanda/tests/rptest/services/kgo_repeater_service.py", line 219, in await_group_ready
    self.redpanda.wait_until(group_ready,
  File "/home/ubuntu/redpanda/tests/rptest/services/redpanda.py", line 1990, in wait_until
    wait_until(wrapped,
  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: None

JIRA Link: CORE-1341

@michael-redpanda michael-redpanda added kind/bug Something isn't working ci-failure labels Jun 12, 2023
@BenPope BenPope changed the title CI Failure (TimeoutError: None) in ManyPartitionsTest.test_many_partitions_compacted CI Failure (TimeoutError(None)) in ManyPartitionsTest.test_many_partitions_compacted Jul 17, 2023
@VladLazar
Copy link
Contributor

@VladLazar
Copy link
Contributor

@andijcr andijcr added the sev/medium Bugs that do not meet criteria for high or critical, but are more severe than low. label Sep 8, 2023
@piyushredpanda
Copy link
Contributor

@StephanDollberg : this is hopefully gone now with your fix? If so, please close.

@michael-redpanda
Copy link
Contributor Author

@StephanDollberg
Copy link
Member



-------------------------------------------------------------------------------
--
  | test_id:    rptest.scale_tests.many_partitions_test.ManyPartitionsTest.test_many_partitions_compacted
  | status:     FAIL
  | run time:   8 minutes 27.662 seconds
  |  
  |  
  | TimeoutError(None)
  | Traceback (most recent call last):
  | File "/usr/local/lib/python3.10/dist-packages/ducktape/tests/runner_client.py", line 184, in _do_run
  | data = self.run_test()
  | File "/usr/local/lib/python3.10/dist-packages/ducktape/tests/runner_client.py", line 269, in run_test
  | return self.test_context.function(self.test)
  | File "/home/ubuntu/redpanda/tests/rptest/services/cluster.py", line 82, in wrapped
  | r = f(self, *args, **kwargs)
  | File "/home/ubuntu/redpanda/tests/rptest/scale_tests/many_partitions_test.py", line 883, in test_many_partitions_compacted
  | self._test_many_partitions(compacted=True)
  | File "/home/ubuntu/redpanda/tests/rptest/scale_tests/many_partitions_test.py", line 1080, in _test_many_partitions
  | progress_check()
  | File "/home/ubuntu/redpanda/tests/rptest/scale_tests/many_partitions_test.py", line 1060, in progress_check
  | repeater.await_group_ready()
  | File "/home/ubuntu/redpanda/tests/rptest/services/kgo_repeater_service.py", line 272, in await_group_ready
  | self.redpanda.wait_until(group_ready,
  | File "/home/ubuntu/redpanda/tests/rptest/services/redpanda.py", line 1167, in wait_until
  | wait_until(wrapped,
  | 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: None

Hmm that one looks like slightly different in that isn't happening during the restart tests but in the in-between "progress checks" which is a bit unusual.

@vbotbuildovich
Copy link
Collaborator

Copy link

This issue hasn't seen activity in 3 months. If you want to keep it open, post a comment or remove the stale label – otherwise this will be closed in two weeks.

@piyushredpanda
Copy link
Contributor

Not seen in at least two months, closing

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/storage ci-failure kind/bug Something isn't working sev/medium Bugs that do not meet criteria for high or critical, but are more severe than low.
Projects
None yet
Development

No branches or pull requests

8 participants