-
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.
30496: roachtest: de-flake acceptance/rapid-restart r=petermattis a=tschottdorf The kill signal was sometimes a noop (when issued before the process to be killed started). Prior to this patch, that would leave the test stuck. Fixes #30475. Release note: None 30497: roachtest: wait for teardown if local test times out r=petermattis a=tschottdorf I suspect not doing so previously can cause issues like #30397. Local roachtests are simply not set up to run concurrently, but once a test times out we're doing that (though we attempt to teardown the cluster, tests can apparently still "do stuff" with it, for example the rapid restarts test was running one-off invocations of CockroachDB via Exec; also note the comment near the added lines suggesting that in local clusters we may not actually be destroying them). We can revisit this when we allow multiple local clusters in parallel, as we can then use a different one. Optimistically: Fixes #30397. Release note: None Co-authored-by: Tobias Schottdorf <tobias.schottdorf@gmail.com>
- Loading branch information
Showing
3 changed files
with
32 additions
and
30 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