-
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.
61807: sqlsmith: fix error handling in makeAlter and panic handling r=fqazi a=fqazi Fixes: #61775 Previously, the error from ReloadSchemas was ignored and the statement generator would blindly continue. This lead to sqlsmith failing completely and panicking inside roach test. To address this, this patch fixes the error handling in this case and makes the sqlsmith error handling more robust to panics. Release note: None 61857: bench/ddl_analysis: skip because it's flakey r=ajwerner a=ajwerner I stressed this thing a lot. I guess not enough. Touch #61856. Release note: None Co-authored-by: Faizan Qazi <faizan@cockroachlabs.com> Co-authored-by: Andrew Werner <awerner32@gmail.com>
- Loading branch information
Showing
3 changed files
with
35 additions
and
2 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