question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Starting to see InterruptedExceptions with kotlintest 3.2.0

See original GitHub issue

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.

Issue Analytics

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

github_iconTop GitHub Comments

1reaction
LeoColmancommented, Jan 17, 2019

Working on a fix

1reaction
sschuberthcommented, Jan 16, 2019

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
Read more comments on GitHub >

github_iconTop Results From Across the Web

Handling InterruptedException in Java - Stack Overflow
First of all, you should see throws InterruptedException for what it is: A part of the method signature and a possible outcome of...
Read more >
How to Handle InterruptedException in Java - Rollbar
Threads can be started, stopped, suspended, or otherwise switched ... To check the interrupt status of a specific thread, the Thread.
Read more >
pact-jvm
So I I can see that pact-jvm-server can be used to record pacts from real interactions between consumer and provider. Can this also...
Read more >
appium/appium - Gitter
Hello all! I am developing a custom automation solution based on Appium. The requirement is to run Appium Server on Windows, connecting it...
Read more >
Android Test-Driven Development by Tutorials [2 ed.]
This section tells you a few things you need to know before you get started, such as what you'll need for hardware and...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found