-
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: unskip fuse disk-stall roachtest variant
The `fuse` variant of the `disk-stalled` roachtest was skipped in \#95865. Re-enable the skipped variant, updating it to make use of our forked version of `charybdefs`. This fork includes a patch that allows for specifying a delay time for syscalls, making it possible to simulate a complete disk stall. Previously, delay times were limited to 50ms, which meant that the detection time had to be even lower (e.g. 40ms), which was not representative of how Cockroach is configured in practice. Allow the roachprod infrastructure to interpolate strings such as `{store-dir}`, etc. when provided as `ExtraArgs` or the `KeyCmd`. Fix by expanding expanding all args, rather than just `ExtraArgs`. Fixes #95874. Release note: None.
- Loading branch information
Showing
3 changed files
with
77 additions
and
33 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