hyperledger-iroha / iroha

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

fix: fix flaky unstable network tests #5013

Closed Erigara closed 1 month ago

Erigara commented 1 month ago

Context

We have unstable_network tests which are constantly failing in the CI.

Solution

Solutions consist of multiple parts:

Erigara commented 1 month ago

Ok, i can see that unstable_network tests passed, but the rest of extra_functional tests are still not working with failure to wait for genesis.

Probably i should apply new async genesis await mechanism for them as well.

Erigara commented 1 month ago

Closing for now in favor of #5087.