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 (timeout waiting for _topic_remote_deleted) in TopicDeleteCloudStorageTest.topic_delete_unavailable_test #8745

Closed
mmaslankaprv opened this issue Feb 9, 2023 · 6 comments · Fixed by #8941
Assignees
Labels
area/cloud-storage Shadow indexing subsystem ci-failure kind/bug Something isn't working

Comments

@mmaslankaprv
Copy link
Member

mmaslankaprv commented Feb 9, 2023

https://buildkite.com/redpanda/redpanda/builds/22844#01863582-a12f-4883-a955-081d10603729

Module: rptest.tests.topic_delete_test 
Class:  TopicDeleteCloudStorageTest 
Method: topic_delete_unavailable_test
====================================================================================================
test_id:    rptest.tests.topic_delete_test.TopicDeleteCloudStorageTest.topic_delete_unavailable_test
status:     FAIL
run time:   3 minutes 44.867 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 "/root/tests/rptest/services/cluster.py", line 35, in wrapped
    r = f(self, *args, **kwargs)
  File "/root/tests/rptest/tests/topic_delete_test.py", line 330, in topic_delete_unavailable_test
    wait_until(lambda: self._topic_remote_deleted(next_topic),
  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

@mmaslankaprv mmaslankaprv added kind/bug Something isn't working ci-failure area/cloud-storage Shadow indexing subsystem labels Feb 9, 2023
@jcsp
Copy link
Contributor

jcsp commented Feb 9, 2023

This may be a duplicate of #8496, needs logs checked.

@dotnwat
Copy link
Member

dotnwat commented Feb 10, 2023

@michael-redpanda
Copy link
Contributor

@ZeDRoman
Copy link
Contributor

@bharathv
Copy link
Contributor

Here are a couple of failures with the fix.

https://buildkite.com/redpanda/redpanda/builds/23654#018674d3-2175-4907-9d9a-b8e1f8abb960
https://buildkite.com/redpanda/redpanda/builds/23654#018674d3-2177-4195-b810-0a381eda5e73

INFO  2023-02-21 18:02:39,023 [shard 0] main - application.cc:324 - Redpanda v23.1.1-rc6-44-gf7b4556af - f7b4556afef2ff139e6f909ad0a68900725a9b0f-dirty
FAIL test: TopicDeleteCloudStorageTest.topic_delete_unavailable_test.cloud_storage_type=CloudStorageType.ABS (2/78 runs)
  failure at 2023-02-21T18:07:51.099Z: TimeoutError('')
      on (amd64, container) in job https://buildkite.com/redpanda/redpanda/builds/23654#018674d3-2175-4907-9d9a-b8e1f8abb960
FAIL test: TopicDeleteCloudStorageTest.topic_delete_unavailable_test.cloud_storage_type=CloudStorageType.S3 (2/78 runs)
  failure at 2023-02-21T18:06:23.550Z: TimeoutError('')
      on (amd64, container) in job https://buildkite.com/redpanda/redpanda/builds/23654#018674d3-2177-4195-b810-0a381eda5e73

@bharathv bharathv reopened this Feb 22, 2023
@jcsp
Copy link
Contributor

jcsp commented Feb 22, 2023

This was fixed in #9018, which skips the offending test in debug mode (because the test relies on a prompt leadership transfer to avoid leaving orphan objects behind)

@jcsp jcsp closed this as completed Feb 22, 2023
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 ci-failure kind/bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

6 participants