-
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.
118248: catalog/lease: Fix TestLeaseRenewedAutomatically flake r=fqazi a=fqazi Previously TestLeaseRenewedAutomatically, would inject testing knobs into both the actual server and the lease managers it created for testing. This could lead to test flakes if background work on the server renewed or accessed leases (for example statistics collection). To address this, this test is modified so that testing knobs are only injected into the lease managers that the test creates. Fixes: #112550 Release note: None Co-authored-by: Faizan Qazi <[email protected]>
- Loading branch information
Showing
2 changed files
with
27 additions
and
25 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