Evgeniy Moiseenko

Results 66 comments of Evgeniy Moiseenko

Don't we want to just print thread names, i.e., `Thread.name` ? https://docs.oracle.com/javase/8/docs/api/java/lang/Thread.html#getName--

> Should we then make the thread name consistent across runs? I believe with deterministic hash codes this problem should be solved, but we need to try and see.

@ndkoval fixed, ready to be merged.

I made a pass over this PR, @ndkoval please have a look

Rebased, tests are passing. @ndkoval should we merge this?

Related bug https://github.com/JetBrains/lincheck/issues/452

There are a lot of various problems and design questions around this feature, let's discuss on a meeting. We will probably need to split it into sub-tasks.

The tests are functional now (with a few tweaks). @dmitrii-artuhov will wrap-up the work on #531 (there are few minor pending changes required).