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

[BUG] Make the tests run successfully on my local machine #5110

Closed SamHSmith closed 3 weeks ago

SamHSmith commented 3 weeks ago

I used to be able to run cargo test and have everything succeed on my local machine. I can't seem to do that anymore when on the main branch. So I will be doing a git bisect to figure out what changed to make this happen and fix that change.

SamHSmith commented 3 weeks ago

Okay I finally figured it out. Having an old or wrong version of the default executor causes very non obvious failures. That was the issue.