subnet-evm icon indicating copy to clipboard operation
subnet-evm copied to clipboard

Fix Flaky TestTransactionIndices

Open aaronbuchwald opened this issue 2 years ago • 1 comments

Describe the bug The TestTransactionIndices unit test sometimes flakes in CI: https://github.com/ava-labs/subnet-evm/actions/runs/4208209511/jobs/7303969965

Screenshot 2023-02-17 at 15 52 09

To Reproduce Steps to reproduce the behavior.

Running on v1.19.6 of golang consistently reproduces this behavior, whereas go1.18.X it appears to be more inconsistent.

Expected behavior

This test should pass reliably.

aaronbuchwald avatar Feb 17 '23 23:02 aaronbuchwald

This might be fixed with https://github.com/ava-labs/subnet-evm/pull/1035/files

ceyonur avatar Jan 08 '24 12:01 ceyonur