-
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.
70299: sql: TestTenantTempTableCleanup design leads to stress failures r=fqazi a=fqazi Fixes: #70292 Previously, TestTenantTempTableCleanup was relying on waiting on a certain amount of time to ensure that the temporary object cleaner ran. This was inadequate because there is potential for the temporary object cleaner to run slower under stress. To address this, this patch updates the test to ensure exact timing using channels and testing knobs. Release note: None Co-authored-by: Faizan Qazi <[email protected]>
- Loading branch information
Showing
2 changed files
with
91 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