-
Notifications
You must be signed in to change notification settings - Fork 4.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Clean up some unused and under-used TestUtils
getPool was reusing the same thread pool across tests, instead create new pools for each test. advanceCurrentTimeSeconds' name gives the illusion it actually moves the clock, as is customary for mock clocks these days, however it actually slept, which isn't ideal in tests either. The rest is unused. PiperOrigin-RevId: 418832178
- Loading branch information
1 parent
9ad8918
commit a731acd
Showing
3 changed files
with
43 additions
and
65 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
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