sui icon indicating copy to clipboard operation
sui copied to clipboard

Flaky test `test_local_execution_with_missing_parents`

Open aschran opened this issue 3 years ago • 0 comments

It appears test_local_execution_with_missing_parents in transaction_orchestrator_tests is flaky. Also, if I replace #[tokio::test] with #[tokio::test(flavor = "current_thread", start_paused = true)] it fails 100% of the time.

aschran avatar Nov 09 '22 00:11 aschran