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. bug

When running RemoteNode_Test_Accept_IfSameMagic method alone, the result is success. 2

When running All_Tests_Cultures method alone, the result is failed. 3

About this issue

  • Original URL
  • State: closed
  • Created 5 years ago
  • Comments: 17 (17 by maintainers)

Commits related to this issue

Most upvoted comments

We need that testBlockchain = TestBlockchain.InitializeMockNeoSystem(); is not shared between classes, I think It is important for parallel tests.