kotest: Starting to see InterruptedExceptions with kotlintest 3.2.0

While running tests on the PR that migrates our app to kotlintest 3.2.0 I start to see InterruptedExceptions where previously (with kotlintest 3.1.11) everything was fine. See e.g.

https://travis-ci.com/heremaps/oss-review-toolkit/builds/97502719#L1263 https://ci.appveyor.com/project/heremaps/oss-review-toolkit/builds/21656801#L3532

I’m wondering whether that’s related to the fix for test timeouts that was merged as part of #518.

About this issue

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

Commits related to this issue

Most upvoted comments

Working on a fix

Ok, I’m not able to run the tests that failed.

What exactly is the problem?

any tip on how to reproduce that issue?

You could try cloning the oss-review-toolkit repo, checking out the kotlintest-3.2.0 branch, ensuring you have sbt installed and in your PATH, and then running

./gradlew :analyzer:funTest --tests com.here.ort.analyzer.SbtTest

Looking into it now.