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 (Count of blobs for topic did not decrease sizes) in TopicDeleteCloudStorageTest.topic_delete_cloud_storage_test #11736

Closed
dotnwat opened this issue Jun 27, 2023 · 6 comments
Labels
area/cloud-storage Shadow indexing subsystem ci-failure kind/bug Something isn't working sev/low Bugs which are non-functional paper cuts, e.g. typos, issues in log messages

Comments

@dotnwat
Copy link
Member

dotnwat commented Jun 27, 2023

https://buildkite.com/redpanda/redpanda/builds/32042#0188fd08-a9cd-42c0-8a4d-271ceee94d3f

Module: rptest.tests.topic_delete_test
Class:  TopicDeleteCloudStorageTest
Method: topic_delete_cloud_storage_test
Arguments:
{
  "cloud_storage_type": 2,
  "disable_delete": false
}
====================================================================================================
test_id:    rptest.tests.topic_delete_test.TopicDeleteCloudStorageTest.topic_delete_cloud_storage_test.disable_delete=False.cloud_storage_type=CloudStorageType.ABS
status:     FAIL
run time:   3 minutes 11.554 seconds


    AssertionError('Count of blobs for topic did not decrease sizes=[1, 1, 1, 1]')
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/utils/mode_checks.py", line 63, in f
    return func(*args, **kwargs)
  File "/root/tests/rptest/services/cluster.py", line 79, in wrapped
    r = f(self, *args, **kwargs)
  File "/root/tests/rptest/tests/topic_delete_test.py", line 770, in topic_delete_cloud_storage_test
    self._validate_topic_deletion(self.topic, cloud_storage_type)
  File "/root/tests/rptest/tests/topic_delete_test.py", line 648, in _validate_topic_deletion
    assert len(sizes) > 1 and (
AssertionError: Count of blobs for topic did not decrease sizes=[1, 1, 1, 1]
@dotnwat dotnwat added kind/bug Something isn't working ci-failure labels Jun 27, 2023
@piyushredpanda piyushredpanda added the area/cloud-storage Shadow indexing subsystem label Jun 28, 2023
@dotnwat
Copy link
Member Author

dotnwat commented Jun 28, 2023

@StephanDollberg
Copy link
Member

@jcsp
Copy link
Contributor

jcsp commented Jul 4, 2023

@VladLazar VladLazar added the sev/low Bugs which are non-functional paper cuts, e.g. typos, issues in log messages label Jul 11, 2023
@VladLazar
Copy link
Contributor

I looked at this a while back and it was a race between the scrubber and remote partition finalise. Currently, the test uses a 5ms grace period for the purge. That should be increased if this is still failing.

@mmaslankaprv
Copy link
Member

Happened again here: #12504

@rystsov
Copy link
Contributor

rystsov commented Sep 1, 2023

According to pandatriage the issue is stale, please reopen it only if pandatriage mark it as should reopen otherwise create a new issue.

| failure id | issue id | freq | total | last occ.  | test                                                >
| ---------- | -------- | ---- | ----- | ---------- | ---------------------------------------------------->
| 359        | 11736    | 166  | 5     | 2023-06-27 | TopicDeleteCloudStorageTest.topic_delete_cloud_stora>
| 516        | 11665    | 245  | 2     | 2023-06-26 | TopicDeleteStressTest.stress_test                   >
| 473        | 9052     | 174  | 5     | 2023-06-15 | RandomNodeOperationsTest.test_node_operations       >
| 484        | 9052     | 208  | 6     | 2023-06-14 | RandomNodeOperationsTest.test_node_operations       >
| 478        | 9052     | 69   | 2     | 2023-06-12 | RandomNodeOperationsTest.test_node_operations       

@rystsov rystsov closed this as completed Sep 1, 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 sev/low Bugs which are non-functional paper cuts, e.g. typos, issues in log messages
Projects
None yet
Development

No branches or pull requests

7 participants