When running the unit tests for the portable libraries in a batch, some of the unit tests fail. However, when repeating the same test alone, it passes. This leads me to believe that there is some multithreading issue at work causing occasional test failures (and potentially also failures when libraries are used in production environment). Further investigation is required.
When running the unit tests for the portable libraries in a batch, some of the unit tests fail. However, when repeating the same test alone, it passes. This leads me to believe that there is some multithreading issue at work causing occasional test failures (and potentially also failures when libraries are used in production environment). Further investigation is required.