Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
roachtest: always unstall on disk-stall failure
Previously, if the disk-stalled/* raochtests failed while the disk was stalled, a defer would attempt to unstall the disk before completing the test. This could fail if the context was cancelled. The stalled disk would then prevent collection of artifacts. This change updates the defer'd Unstall call to use a background context that will never be cancelled. Epic: none Informs cockroachdb#102946 Release note: none
- Loading branch information