vldpyatkov commented on code in PR #13126:
URL: https://github.com/apache/ignite/pull/13126#discussion_r3240127812


##########
modules/core/src/test/java/org/apache/ignite/internal/processors/cache/transactions/TxSavepointParameterizedTest.java:
##########
@@ -402,6 +441,48 @@ public void testRollbackToSavepoint() {
         assertEquals(Integer.valueOf(3), cache0.get(key3));
     }
 
+    /**
+     * @throws Exception If failed.
+     */
+    @Test
+    public void testRollbackToSavepointForOptimisticTransaction() throws 
Exception {

Review Comment:
   Parametrized tests run with different parameters, but TxSavepointItTest 
checks only base behavior.



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