arcs icon indicating copy to clipboard operation
arcs copied to clipboard

Fix flaky bazel tests

Open bgogul opened this issue 6 years ago • 3 comments

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

bgogul avatar Feb 27 '20 08:02 bgogul

https://github.com/PolymerLabs/arcs/pull/4783/ has a fix for host:AndroidEntityHandleManagerTest.

bgogul avatar Feb 27 '20 16:02 bgogul

//javatests/arcs/core/util/performance:FiboPerformanceStatisticsTest is also flaky. The comment has been updated.

bgogul avatar Feb 27 '20 23:02 bgogul

Which of these tests are still flaky? Is it just wasm-api-test?

shans avatar Aug 06 '20 23:08 shans