-
Bug
-
Resolution: Done
-
Major
-
None
-
None
The test uses another thread from AbstractInfinispanTest's thread pool to execute isolated transaction, but it calls fork() twice: once to start the transaction and acquire the lock, and once to commit it. When it does not get the same thread for both locking and commit, it fails.
- duplicates
-
ISPN-6985 FlagsReplicationTest.testScenario random failures
- Closed