-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
rowinfra: clamp default-batch-bytes-limit under duress
This commit adjusts `default-batch-bytes-limit` metamorphic variable to be clamped when ran under duress (previously we did so only under stress, but using very small values can lead to slow tests with timeouts under race too). Additionally, it bumps the minimum clamped value from 1KiB to 10KiB (which was mentioned in the commit message of 246d030 which introduced the clamping helper). Release note: None
- Loading branch information
1 parent
b87a3ce
commit 755def1
Showing
2 changed files
with
6 additions
and
6 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
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