-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix timing-based flakey test in TestLocalTaskJob (#8405)
This test suffered from timing-based failures, if the "main" process took even fractionally too long then the task process would have already cleaned up it's subprocess, so the expected callback in the main/test process would never be run. This changes is so that the callback _will always be called_ in the test process if it is called at all. GitOrigin-RevId: d06d3165ff7df8ceeb52f8f18154f5f27d83355b
- Loading branch information
Showing
1 changed file
with
30 additions
and
27 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