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

Revisit ok_to_fail EndToEndThrottlingTest test_throttling #18413

Open
nvartolomei opened this issue May 11, 2024 · 0 comments
Open

Revisit ok_to_fail EndToEndThrottlingTest test_throttling #18413

nvartolomei opened this issue May 11, 2024 · 0 comments
Labels
kind/bug Something isn't working

Comments

@nvartolomei
Copy link
Contributor

nvartolomei commented May 11, 2024

Since seastar upgrade the following test began to failing often #14139

The test sets bandwidth limit for tiered storage and redpanda increments a metric every time throttling is applied. Beside throttling the network, redpanda also sets disk bandwidth rate limit for the cloud storage scheduling group. Pre-upgrade it seems that disk rate limit didn't work exactly as expected and instead the network throttling would be applied often. After the upgrade, it seems that disk rate limit is applied better and we never throttle the network, hence we never increment the metric. This results in the test failing.

Marked as ok_to_fail for now. We need to investigate how to rewrite the test to make sure that throttling works as expected. We don't want to remove the disk rate limitting.

JIRA Link: CORE-2922

@nvartolomei nvartolomei added the kind/bug Something isn't working label May 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant