-
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.
workload/schemachange: avoid infinite loop due to unknown schema
Fixes: #91131 Informs: #90695 Previously, the select statement part of this workload did not properly handle disk full errors due to spilling being capped. To addres this, this patch adds them into the expected set of errors. Additionally, this patch cleans up an infinite loop caused by unknown schema errors, this logic is no longer required and the test should fail. Release note: None
- Loading branch information
Showing
1 changed file
with
18 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