-
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.
roachtest: add overrides to perturbation/* tests
Allow the user to override perturbations by specifying the environment variable `PERTURBATION_OVERRIDE`. This applies to all perturbation tests, but is useful for reproducing specific metamorphic failures where it is unclear which parameter change caused the difference. An example of using an override to modify the test block size: ``` PERTURBATION_OVERRIDE=blockSize=1024 roachtest run perturbation/full/addNode ``` Epic: none Release note: None
- Loading branch information
1 parent
e61fbff
commit 62303c3
Showing
1 changed file
with
70 additions
and
0 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