Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Flaky tests #2136

Open
appetrosyan opened this issue Apr 22, 2022 · 2 comments
Open

Fix Flaky tests #2136

appetrosyan opened this issue Apr 22, 2022 · 2 comments
Assignees
Labels
CI iroha2-dev The re-implementation of a BFT hyperledger in RUST Tests

Comments

@appetrosyan
Copy link
Contributor

appetrosyan commented Apr 22, 2022

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.

@appetrosyan appetrosyan added the iroha2-dev The re-implementation of a BFT hyperledger in RUST label Apr 22, 2022
@0x009922
Copy link
Contributor

Related: #2120

@0x009922
Copy link
Contributor

Also related: #4516

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI iroha2-dev The re-implementation of a BFT hyperledger in RUST Tests
Projects
None yet
Development

No branches or pull requests

3 participants