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

Failure in TopicRecoveryTest.test_missing_partition #4886

Closed
ZeDRoman opened this issue May 23, 2022 · 1 comment · Fixed by #4928
Closed

Failure in TopicRecoveryTest.test_missing_partition #4886

ZeDRoman opened this issue May 23, 2022 · 1 comment · Fixed by #4928
Assignees
Labels
area/cloud-storage Shadow indexing subsystem area/tests ci-failure kind/bug Something isn't working

Comments

@ZeDRoman
Copy link
Contributor

Build: https://buildkite.com/redpanda/redpanda/builds/10388#3dc0b68f-6084-4660-9e40-0cf56c07f151

FAIL test: TopicRecoveryTest.test_missing_partition (1/19 runs)
  failure at 2022-05-22T21:18:25.758Z: TimeoutError('')
      in job https://buildkite.com/redpanda/redpanda/builds/10388#3dc0b68f-6084-4660-9e40-0cf56c07f151

Error:

test_id:    rptest.tests.topic_recovery_test.TopicRecoveryTest.test_missing_partition
--
  | status:     FAIL
  | run time:   1 minute 32.495 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 "/root/tests/rptest/services/cluster.py", line 35, in wrapped
  | r = f(self, *args, **kwargs)
  | File "/root/tests/rptest/tests/topic_recovery_test.py", line 1219, in test_missing_partition
  | self.do_run(test_case)
  | File "/root/tests/rptest/tests/topic_recovery_test.py", line 1151, in do_run
  | self._wait_for_data_in_s3(test_case.topics)
  | File "/root/tests/rptest/tests/topic_recovery_test.py", line 1096, in _wait_for_data_in_s3
  | wait_until(verify, timeout_sec=timeout.total_seconds(), backoff_sec=1)
  | 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
@ZeDRoman ZeDRoman added kind/bug Something isn't working ci-failure labels May 23, 2022
@piyushredpanda
Copy link
Contributor

Timeout errors have probably been more about running on constrained resources test environment than real bug, but needs confirmation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/cloud-storage Shadow indexing subsystem area/tests ci-failure kind/bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants