JetBrains / lincheck

Framework for testing concurrent data structures
Mozilla Public License 2.0
545 stars 31 forks source link

Improve UX when running `*IsolatedTest`s from IntelliJ IDEA #274

Closed ndkoval closed 3 months ago

ndkoval commented 4 months ago

Now, when running jvmTest from IntelliJ IDEA, it includes the *IsolatedTest tests, which makes the task extremely slow. We need to be able to run these tests but isolate them somehow. One possible solution is to launch a new JVM instance after N (e.g., 10) tests.

ndkoval commented 4 months ago

It's fine the the integration test with the latest kotlinx.coroutines version fails; the issue will be fixed under #273