arcs
arcs copied to clipboard
Fix flaky bazel tests
The following tests are flaky:
- [x]
//javatests/arcs/android/storage/database:DatabaseImplTest(times out) (EXAMPLE BUILD) - [ ]
//src/wasm/tests:wasm-api-test(EXAMPLE BUILD) - [x]
//javatests/arcs/android/host:AndroidEntityHandleManagerTest(kotlinx.coroutines.test.UncompletedCoroutinesError) (EXAMPLE BUILD) - [ ]
//javatests/arcs/core/util/performance:FiboPerformanceStatisticsTest
https://github.com/PolymerLabs/arcs/pull/4783/ has a fix for host:AndroidEntityHandleManagerTest.
//javatests/arcs/core/util/performance:FiboPerformanceStatisticsTest is also flaky. The comment has been updated.
Which of these tests are still flaky? Is it just wasm-api-test?