forked from cockroachdb/cockroach
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
…achdb#136321 cockroachdb#136499 135217: roachtest: add bandwidth limit to tests r=herkolategan,kvoli a=andrewbaptist This change adds the ability to set the bandwidth limit for all the perturbation/* tests. The default full tests still run without it set to mimic the behavior of the "out of the box" configuration, but the metamorphic tests will choose a bandwidth limit and it can be set for manual testing using an env variable. Epic: none Release note: None 135566: roachtest: remove unnecessary parameter to writePerfArtifacts r=kvoli a=andrewbaptist This change updates the perturbation/* tests to remove an unnessary argument to writePerfArtifacts since the variations receiver already has a cluster internally. Epic: none Release note: None 136039: roachtest: run a read from standby workload on c2c/kv0 r=fqazi a=msbutler This patch teaches the c2c roachtest driver to create a standby reader tenant and run a workload on it. These tools are then used to spin up a kv100 workload on the reader tenant in the c2c/kv0 roachtest. Epic: none Release note: none 136321: rac2,replica_rac2: add ForceFlushIndexChangedLocked to Processor, Ran… r=kvoli a=sumeerbhola …geController This is used to set the highest index up to which all send-queues in pull mode must be force-flushed. Informs cockroachdb#135601 Epic: CRDB-37515 Release note: None 136499: kvserver: skip expiration based leases under deadlock r=iskettaneh a=iskettaneh Expiration-based leases overload the testing cluster when run under deadlock. We used to metamorphically skip it under deadlock. However, with the recent push where we explicitly ran some tests in all lease types, it made us not skip expiration-based leases under deadlock. This commit changes that. References: cockroachdb#133763 Release note: None Co-authored-by: Andrew Baptist <[email protected]> Co-authored-by: Michael Butler <[email protected]> Co-authored-by: sumeerbhola <[email protected]> Co-authored-by: Ibrahim Kettaneh <[email protected]>
- Loading branch information
Showing
21 changed files
with
1,223 additions
and
178 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
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
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
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
Oops, something went wrong.