You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 2, 2021. It is now read-only.
there is an occasional, hard-to-reproduce bug occurring in
swap/simulations_tests.go.it looks like this:
--- FAIL: TestPingPongChequeSimulation (1.94s) simulations_test.go:327: expected cumulative payout to be 412298906469954, but is 431932187730428it's currently unknown whether this is a proper bug, or something wrong with the sim tests themselves. things are pointing towards the former.
tests known to be affected by this bug:
TestPingPongChequeSimulationTestMultiChequeSimulationhigh
countvalues when runningswaptests can sometimes trigger the bug, e.g.:hence the bug is suspected to have something to do with concurrency/synchronization.
the
incentives-simulations-bugbranch is available for repeating CI tests under PR #1893.