alex-plekhanov commented on a change in pull request #9504:
URL: https://github.com/apache/ignite/pull/9504#discussion_r737156521



##########
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:
       Thanks, fixed




-- 
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]


Reply via email to