Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
96663: tenantrate: allow `TestCloser` to run on up to 180 cores machines r=kvoli a=healthy-pod Currently, `TestCloser` only runs as expected on machines with <= 45 cores. When the number of cores is more than 45, the initial `burst` value will make the initial `current` tokens value in the token bucket high enough to allow the request to acquire quota on the fast path instead of waiting. This code change quadruples the number of cores on which this test can run normally by quadrupling the request size. Release note: None Epic: none Closes cockroachdb#96467 Co-authored-by: healthy-pod <[email protected]>
- Loading branch information