vlingo-net / xoom-net-common

These are just a few common tools shared across various vlingo .NET projects.
Mozilla Public License 2.0
7 stars 9 forks source link

BasicCompletesTest fails, sometimes #18

Closed zpbappi closed 4 years ago

zpbappi commented 5 years ago

BasicCompletesTest.TestTimeoutBeforeOutcome() test occasionally fails. My guess is, it is a Thread related issue. It only fails when we run all the tests in parallel. We may need to try running them in parallel multiple times to see it fail. That makes it difficult to debug. Here is a link to a recent failure: https://ci.appveyor.com/project/VlingoNetOwner/vlingo-net-common/builds/20983605/tests

zpbappi commented 5 years ago

Just happened again today few times. Here is the latest log of such failure: https://ci.appveyor.com/project/VlingoNetOwner/vlingo-net-common/builds/24276976/tests

tjaskula commented 4 years ago

This will be fixed in #43

tjaskula commented 4 years ago

Fixed in #43