JetBrains / lincheck

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

Remove redundant `isTestThread(..)` calles in `ManagedStrategy` #276

Open ndkoval opened 4 months ago

ndkoval commented 4 months ago

Most isTestThread(..)calls are followed by inIgnoredSection(..) ones, which also check whether the current thread is a Lincheck's one. We can get rid of such redundant isTestThread(..)calls for clarity.