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 (Could not find compacted segments) in CloudStorageTimingStressTest.test_cloud_storage_with_partition_moves #10836

Closed
dlex opened this issue May 17, 2023 · 0 comments · Fixed by #12010
Assignees
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

@dlex
Copy link
Contributor

dlex commented May 17, 2023

on (arm64, container) in job https://buildkite.com/redpanda/redpanda/builds/29290#01882859-e55a-4b96-b400-ad5fd4289dc1

Module: rptest.tests.cloud_storage_timing_stress_test
Class:  CloudStorageTimingStressTest
Method: test_cloud_storage_with_partition_moves
test_id:    rptest.tests.cloud_storage_timing_stress_test.CloudStorageTimingStressTest.test_cloud_storage_with_partition_moves
status:     FAIL
run time:   2 minutes 22.505 seconds


    AssertionError('Could not find 1 compacted segments, total uploaded: 60, total compacted: 0')
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 49, in wrapped
    r = f(self, *args, **kwargs)
  File "/root/tests/rptest/utils/mode_checks.py", line 63, in f
    return func(*args, **kwargs)
  File "/root/tests/rptest/tests/cloud_storage_timing_stress_test.py", line 483, in test_cloud_storage_with_partition_moves
    self.epilogue()
  File "/root/tests/rptest/tests/cloud_storage_timing_stress_test.py", line 400, in epilogue
    bucket_view.assert_at_least_n_uploaded_segments_compacted(
  File "/root/tests/rptest/utils/si_utils.py", line 747, in assert_at_least_n_uploaded_segments_compacted
    assert compacted_segments >= n, f"Could not find {n} compacted segments, " \
AssertionError: Could not find 1 compacted segments, total uploaded: 60, total compacted: 0

May be related to #10727

@dlex dlex added kind/bug Something isn't working ci-failure labels May 17, 2023
@mmaslankaprv mmaslankaprv added the area/cloud-storage Shadow indexing subsystem label May 20, 2023
@abhijat abhijat self-assigned this Jul 11, 2023
@abhijat abhijat added the sev/low Bugs which are non-functional paper cuts, e.g. typos, issues in log messages label Jul 11, 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

Successfully merging a pull request may close this issue.

3 participants