]
Galder Zamarreño updated ISPN-8635:
-----------------------------------
Status: Resolved (was: Pull Request Sent)
Fix Version/s: 9.2.0.CR1
9.2.0.Final
Resolution: Done
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
Fix For: 9.2.0.CR1, 9.2.0.Final
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.