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
- Add cancel of TestCaseExecutor interruption job if test succeeds As it is, the current TestCaseExecutor will by mistake recycle a thread from a threadpool between multiple test executions. That shoul... — committed to kotest/kotest by LeoColman 5 years ago
- Add cancel of TestCaseExecutor interruption job if test succeeds As it is, the current TestCaseExecutor will by mistake recycle a thread from a threadpool between multiple test executions. That shoul... — committed to kotest/kotest by LeoColman 5 years ago
- Add cancel of TestCaseExecutor interruption job if test succeeds As it is, the current TestCaseExecutor will by mistake recycle a thread from a threadpool between multiple test executions. That shoul... — committed to kotest/kotest by LeoColman 5 years ago
- Add cancel of TestCaseExecutor interruption job if test succeeds As it is, the current TestCaseExecutor will by mistake recycle a thread from a threadpool between multiple test executions. That shoul... — committed to kotest/kotest by LeoColman 5 years ago
- Add cancel of TestCaseExecutor interruption job if test succeeds As it is, the current TestCaseExecutor will by mistake recycle a thread from a threadpool between multiple test executions. That shoul... — committed to kotest/kotest by LeoColman 5 years ago
- Implemented new "junit" style approach to the test timeouts #588 — committed to kotest/kotest by sksamuel 5 years ago
- Add cancel of TestCaseExecutor interruption job if test succeeds (#590) * Add cancel of TestCaseExecutor interruption job if test succeeds As it is, the current TestCaseExecutor will by mistake re... — committed to kotest/kotest by LeoColman 5 years ago
Working on a fix
What exactly is the problem?
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 runningLooking into it now.