Quantcast
Channel: Shekhar Gulati
Viewing all articles
Browse latest Browse all 147

Working through sbt test deadlock

$
0
0
Today, I encountered an issue while running tests for one of my Scala SBT projects. Each time, ran sbt test command hang. After running jvisualvm, I discovered that it is due to thread deadlock. I couldn’t figure out why deadlock is happening. Test cases worked fine when ran individually. To work through this issue, I disabled […]

Viewing all articles
Browse latest Browse all 147

Trending Articles