You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* All stress tests end with StressTest, also:
* LFStressTest checks lock-freedom
* LCStressTest checks linearizability via LinCheck
* Gradle build exclusion/inclusion patterns are properly updated:
- jdk16Test excludes both LFStressTest and LCStressTest since they
depends on JDK8
- Regular tests exclude LFStressTest since they are long (5 sec each)
- A separate lockFreedomTest target that is run on "build"
0 commit comments