This is an automated email from the ASF dual-hosted git repository.

ptupitsyn pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/ignite-3.git


The following commit(s) were added to refs/heads/main by this push:
     new b23f54f5d5 IGNITE-21448 Fix build (#3152)
b23f54f5d5 is described below

commit b23f54f5d54b649ea3053d2f080174dbc5984c04
Author: Cyrill <cyrill.si...@gmail.com>
AuthorDate: Mon Feb 5 13:12:50 2024 +0300

    IGNITE-21448 Fix build (#3152)
    
    Co-authored-by: Kirill Sizov <sizov.kiril...@gmail.com>
---
 .../table/distributed/replication/PartitionReplicaListenerTest.java    | 3 ---
 1 file changed, 3 deletions(-)

diff --git 
a/modules/table/src/test/java/org/apache/ignite/internal/table/distributed/replication/PartitionReplicaListenerTest.java
 
b/modules/table/src/test/java/org/apache/ignite/internal/table/distributed/replication/PartitionReplicaListenerTest.java
index 0da7ed80b1..25efff7664 100644
--- 
a/modules/table/src/test/java/org/apache/ignite/internal/table/distributed/replication/PartitionReplicaListenerTest.java
+++ 
b/modules/table/src/test/java/org/apache/ignite/internal/table/distributed/replication/PartitionReplicaListenerTest.java
@@ -1890,9 +1890,6 @@ public class PartitionReplicaListenerTest extends 
IgniteAbstractTest {
                         .groupId(grpId)
                         .transactionId(targetTxId)
                         .scanId(1)
-                        // TODO: both following lines will not be needed after 
IGNITE-21290
-                        .coordinatorId(localNode.id())
-                        .commitPartitionId(commitPartitionId())
                         .build(),
                 localNode.id()
         );

Reply via email to