ascherbakoff commented on code in PR #7730:
URL: https://github.com/apache/ignite-3/pull/7730#discussion_r2929247576


##########
modules/runner/src/integrationTest/java/org/apache/ignite/internal/runner/app/client/ItThinClientTransactionsTest.java:
##########
@@ -1401,34 +1400,53 @@ public void 
testRollbackDoesNotBlockOnLockConflict(KillTestContext ctx) {
         assertThat(kvView.removeAllAsync(null, Arrays.asList(key0, key, 
key2)), willSucceedFast());
     }
 
-    @Test
-    @Disabled("https://issues.apache.org/jira/browse/IGNITE-27947";)
-    public void testRollbackDoesNotBlockOnLockConflictDuringFirstRequest() 
throws InterruptedException {
+    @ParameterizedTest
+    @MethodSource("killTestContextFactory")
+    public void 
testRollbackDoesNotBlockOnLockConflictDuringFirstRequest(KillTestContext ctx) {
         // Note: reversed tx priority is required for this test.
         ClientTable table = (ClientTable) table();
+        ClientSql sql = (ClientSql) client().sql();

Review Comment:
   To enable reversed priotity, you need to change default comparator value:
   `private static final TxIdComparators DEFAULT_TX_ID_COMPARATOR = 
TxIdComparators.REVERSED;`



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