-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
In the GC job test, the table descriptors were updated after creating the job. Most of the time, the table descriptors were by the time the GC job actually started running, but sometimes they would not be. This lead to the GC job not noticing the dropped tables and therefore take too long to complete (as it would wait another 5 minutes to check again). This change ensures that the table descriptors are updated before the GC job is created. Release justification: only touches testing code, and fixes a flake. Release note: None
- Loading branch information
Showing
1 changed file
with
23 additions
and
28 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