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 (AssertError ntp remote size does not match actual size) in CloudStorageUsageTest.test_cloud_storage_usage_reporting_with_partition_moves #11066

Closed
NyaliaLui opened this issue May 26, 2023 · 6 comments · Fixed by #11483
Assignees
Labels
area/cloud-storage Shadow indexing subsystem ci-failure kind/bug Something isn't working

Comments

@NyaliaLui
Copy link
Contributor

https://buildkite.com/redpanda/redpanda/builds/29913#0188543e-4479-4b90-85ef-27b859e3ae14

Module: rptest.tests.cloud_storage_usage_test
Class:  CloudStorageUsageTest
Method: test_cloud_storage_usage_reporting_with_partition_moves
test_id:    rptest.tests.cloud_storage_usage_test.CloudStorageUsageTest.test_cloud_storage_usage_reporting_with_partition_moves
status:     FAIL
run time:   1 minute 28.715 seconds


    AssertionError()
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_usage_test.py", line 211, in test_cloud_storage_usage_reporting_with_partition_moves
    self._check_describe_log_dirs()
  File "/root/tests/rptest/tests/cloud_storage_usage_test.py", line 150, in _check_describe_log_dirs
    assert ntp_remote_size == actual_size
AssertionError
@NyaliaLui NyaliaLui added kind/bug Something isn't working ci-failure area/cloud-storage Shadow indexing subsystem labels May 26, 2023
@abhijat
Copy link
Contributor

abhijat commented May 30, 2023

Repeat on cdt arm64 nightly: https://buildkite.com/redpanda/vtools/builds/7827#0188691e-0212-4567-a5bb-e59ae97dd98d

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 49, in wrapped
    r = f(self, *args, **kwargs)
  File "/home/ubuntu/redpanda/tests/rptest/utils/mode_checks.py", line 63, in f
    return func(*args, **kwargs)
  File "/home/ubuntu/redpanda/tests/rptest/tests/cloud_storage_usage_test.py", line 211, in test_cloud_storage_usage_reporting_with_partition_moves
    self._check_describe_log_dirs()
  File "/home/ubuntu/redpanda/tests/rptest/tests/cloud_storage_usage_test.py", line 150, in _check_describe_log_dirs
    assert ntp_remote_size == actual_size
AssertionError

@andijcr
Copy link
Contributor

andijcr commented Jun 5, 2023

FAIL test: CloudStorageUsageTest.test_cloud_storage_usage_reporting_with_partition_moves (1/72 runs)
  failure at 2023-06-03T07:17:40.629Z: AssertionError()
      on (amd64, container) in job https://buildkite.com/redpanda/redpanda/builds/30518#01887fec-e764-4e64-8a2f-5b69a2edd55a

https://buildkite.com/redpanda/redpanda/builds/30518#01887fec-e764-4e64-8a2f-5b69a2edd55a

@andijcr
Copy link
Contributor

andijcr commented Jun 7, 2023

  1 FAIL test: CloudStorageUsageTest.test_cloud_storage_usage_reporting_with_partition_moves (2/72 runs)                                                                                            
  2   failure at 2023-06-07T03:37:20.588Z: AssertionError()
  3       on (amd64, container) in job https://buildkite.com/redpanda/redpanda/builds/30747#018893b5-39f9-450f-bf02-719b0632589a

@andijcr
Copy link
Contributor

andijcr commented Jun 9, 2023

@ztlpn
Copy link
Contributor

ztlpn commented Jun 14, 2023

@vbotbuildovich
Copy link
Collaborator

Cannot run ci-repeat in an issue; must be a pull request.

Workflow run logs.

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.

5 participants