talaia-labs / rust-teos

The Eye of Satoshi - Lightning Watchtower
https://talaia.watch
MIT License
128 stars 62 forks source link

Some of the `Retrier` tests are still randomly failing on `ubuntu-latest` #193

Closed sr-gi closed 1 year ago

sr-gi commented 1 year ago

The Retrier has some tests that are built with fixed waits to give it time to retry, however, every now and then some of them fail given the Retrier hasn't had enough time to make the state transitions.

I think we did a pretty good job narrowing down the times in #184 @mariocynicys, however, looks like it was not fault-proof.

e.g:

https://github.com/talaia-labs/rust-teos/actions/runs/4222411593/jobs/7330883278

mariocynicys commented 1 year ago

To document: somebody was able to repro these failed tests for more than one time consecutively, It's weird though that the same exact 4 tests fail together (or pass together).