Closed fabiopakk closed 3 years ago
Thanks for the report. Seems that some of the timeouts in VSI are not working after a recent refactoring. I will take a closer look new week.
@aterga what is the state on this? Has #30 reenabled all the problematic unit tests?
The transition to AsyncFlatSpec
solved this problem.
After upgrading many different dependencies in Viper, including ScalaTest, a few regression tests in ViperServer are halting in busy waiting state. They were temporarily commented out in file: src/test/scala/CoreServerTests.scala.
This issue is to address what's going on in such tests and to uncomment those tests.