Evgeniy Moiseenko
Evgeniy Moiseenko
There is a soft dependency on #387 : until we implement it, it would be possible to test only single threaded code (useless). But we still can start prototyping and...
This feature was released in Lincheck 3.0
Description of the issue. If tests [`FailingRandomBytesTest`](https://github.com/JetBrains/lincheck/blob/develop/src/jvm/test/org/jetbrains/kotlinx/lincheck_test/trace_debugger/RandomTests.kt#L349) are enabled, then the whole test run hungs on CI on JVMs 20 and 21 (not reproducible locally). The `FailingRandomBytesTest` itself do not...
The bug is likely caused by #452
Migrated to YT
Should be done after #387
Related issue #506
Migrated to YT
We discussed this PR today with @avpotapov00 , and come to the conclusion that it overlaps with #361. This PR implements three things: 1. Fix for events tracking in a...