NethermindEth / near-sffl

https://nffl.nethermind.io/
MIT License
7 stars 7 forks source link

Flaky `SafeEthClient` tests #207

Closed emlautarom1 closed 4 months ago

emlautarom1 commented 4 months ago

Our current unit tests are prone to fail on CI inconsistently (flaky tests). For example: https://github.com/NethermindEth/near-sffl/actions/runs/9303427652/job/25605715036#step:4:198

We would like to double check these tests to see what's wrong and fix them.

emlautarom1 commented 4 months ago

On a first approach, the race detector shows multiple data races yet we're not using it on CI