hyperledger / iroha

Iroha - A simple, enterprise-grade decentralized ledger
https://wiki.hyperledger.org/display/iroha
Apache License 2.0
433 stars 277 forks source link

Fix Flaky tests #2136

Open appetrosyan opened 2 years ago

appetrosyan commented 2 years ago

Cargo nextest is the more permanent solution to flaky tests, specifically it has a method of remembering and re-running tests that have failed previously.

https://nexte.st/index.html

We should move to use it in our CI image, and potentially generate test coverage and run tests in one go.

0x009922 commented 2 years ago

Related: #2120

0x009922 commented 3 months ago

Also related: #4516