omni-network / omni

Monorepo for Omni node, contracts and other related tools

Home Page:https://omni.network

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

fix(test): TestProvider is flaky

arajasek opened this issue · comments

This test sometimes fails, eg. on CI here: https://github.com/omni-network/omni/actions/runs/9764740221/job/26953786046

The failure rate is quite low, go test -run TestProvider -count 100000 only results in 10 or so failures. We need to:

  • figure out whether this is a regression, or whether the test has always been flaky
  • figure out why and fix it