Deflake testKeyValue_Concurrency.
monitor.NotifyAll() may be called before one of the threads enters monitor.wait(). Replace monitor with CountDownLatch. Bug: 131438232 Bug: 131132243 Test: LockSettingsStorageTests.testKeyValue_Concurrency Change-Id: I3fc7d84d5f5a135d79419a7b649e3cc31e8730e4
Loading
Please register or sign in to comment