-
Notifications
You must be signed in to change notification settings - Fork 601
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Previous version of the test was setting an relatively low throughput limit, then tried to consume data at full speed and monitor a metric to see if tiered storage throttler applied any throttling. This fails often because we actually throttle in the tiered storage layer and we also apply disk throttling using seastar scheduling groups. We can't measure if the later was applied and sometimes it provides enough throttling that we never have to apply the tiered storage throttling on the download path. --- The new test is instead an e2e test. We consume a few times and measure the average throughput. Then we throttle at half of that and measure a few times again. The test succeeds if the second measurement was at half of the first run.
- Loading branch information
1 parent
90ac8f7
commit b9fcc7a
Showing
1 changed file
with
76 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters