ivandasch commented on a change in pull request #9504:
URL: https://github.com/apache/ignite/pull/9504#discussion_r734367356
##########
File path:
modules/core/src/test/java/org/apache/ignite/client/FunctionalTest.java
##########
@@ -796,6 +799,47 @@ public void testOptimitsticRepeatableReadUpdatesValue()
throws Exception {
}
}
+ /**
+ * Test that client-connector worker can process further transactional
requests (resume transactions) after
+ * external termination of previous transaction.
+ */
+ @Test
+ public void testTxResumeAfterTxTimeout() throws Exception {
+ try (Ignite ignite =
Ignition.start(Config.getServerConfiguration().setClientConnectorConfiguration(
Review comment:
Let's move patching client connector configuration to separate line?
I suppose that this is a little bit more readable.
--
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]