]
Vojtech Juranek updated ISPN-8635:
----------------------------------
Status: Open (was: New)
Improve embedded lock tests
---------------------------
Key: ISPN-8635
URL:
https://issues.jboss.org/browse/ISPN-8635
Project: Infinispan
Issue Type: Bug
Components: Test Suite - Core
Affects Versions: 9.2.0.Beta1
Reporter: Vojtech Juranek
Assignee: Vojtech Juranek
Some embedded lock tests don't test possible paths and therefore don't fail when
expected condition is not met (e.g.
{{ClusteredLockSplitBrainTest#testLockUseAfterPartitionWithoutMajority}} tests only which
exception is thrown, but doesn't fail when no exception is thrown).
{{ClusteredLockTest}} should contain tests which where several nodes tries to get the
same lock in parallel.