solomax commented on code in PR #144:
URL: https://github.com/apache/openjpa/pull/144#discussion_r3811764663
##########
openjpa-persistence-jdbc/src/test/java/org/apache/openjpa/persistence/query/TestTimeoutException.java:
##########
@@ -97,6 +99,37 @@ public void
testQueryTimeOutExceptionWhileQueryingWithLocksOnAlreadyLockedEntiti
}
}
+ public void
testLockTimeOutExceptionWhileQueryingWithLocksOnAlreadyLockedEntitiesOption() {
Review Comment:
same story with `TestPessimisticLockException` :(((
I think migrating to JUnit5 with `@Timeout` annotations might be good idea :)
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]