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 (failed to upload enough indices) in EndToEndShadowIndexingTest.test_write #11166

Closed
abhijat opened this issue Jun 2, 2023 · 3 comments · Fixed by #11210
Closed
Assignees
Labels
area/cloud-storage Shadow indexing subsystem ci-failure kind/bug Something isn't working

Comments

@abhijat
Copy link
Contributor

abhijat commented Jun 2, 2023

https://buildkite.com/redpanda/redpanda/builds/30462#01887cb4-2c49-460f-95b4-70d784fc21f9

Module: rptest.tests.e2e_shadow_indexing_test
Class:  EndToEndShadowIndexingTest
Method: test_write
Arguments:
{
  "cloud_storage_type": 1
}

The test fails when the expectation for index upload metric is not met:

        assert any(
            im.evaluate([('vectorized_cloud_storage_index_uploads_total',
                          lambda _, cnt: cnt)]) for im in index_metrics)
test_id:    rptest.tests.e2e_shadow_indexing_test.EndToEndShadowIndexingTest.test_write.cloud_storage_type=CloudStorageType.S3
status:     FAIL
run time:   13.519 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 "/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/services/cluster.py", line 79, in wrapped
    r = f(self, *args, **kwargs)
  File "/root/tests/rptest/tests/e2e_shadow_indexing_test.py", line 247, in test_write
    assert any(
AssertionError
Test requested 5 nodes, used only 4
@andijcr
Copy link
Contributor

andijcr commented Jun 5, 2023

@piyushredpanda
Copy link
Contributor

And if not, then we should just disable the test until we can fix it.

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.

3 participants