neo: Unit test Fail when running UT_Culture and UT_RemoteNode together
We encountered a strange bug. We were able to successfully run all the unit tests yesterday, but today unit test result is failed when running UT_RemoteNode
and UT_Culture
together on some computers (and some other computers can run successfully). Recently this part of code seems to have not been modified. The problem is akka error.
When running RemoteNode_Test_Accept_IfSameMagic
method alone, the result is success.
When running All_Tests_Cultures
method alone, the result is failed.
About this issue
- Original URL
- State: closed
- Created 5 years ago
- Comments: 17 (17 by maintainers)
Commits related to this issue
- Temporary fix for #922 — committed to shargon/neo by shargon 5 years ago
- Temporary fix for #922 (#936) — committed to neo-project/neo by shargon 5 years ago
- Remove Nest (#922) — committed to simplitech/neo by corollari 5 years ago
- Temporary fix for #922 (#936) — committed to Tommo-L/neo by shargon 5 years ago
We need that
testBlockchain = TestBlockchain.InitializeMockNeoSystem();
is not shared between classes, I think It is important for parallel tests.