tkalkirill commented on code in PR #1938:
URL: https://github.com/apache/ignite-3/pull/1938#discussion_r1169584556


##########
modules/table/src/test/java/org/apache/ignite/internal/table/RepeatedFinishReadWriteTransactionTest.java:
##########
@@ -277,12 +277,19 @@ public int finished() {
 
         @Override
         public void start() {
+        }
 
+        @Override
+        public void stop() {
         }
 
         @Override
-        public void stop() throws Exception {
+        public void updateLowerBoundToStartNewReadOnlyTransaction(@Nullable 
HybridTimestamp lowerBound) {
+        }
 
+        @Override
+        public CompletableFuture<Void> 
getFutureAllReadOnlyTransactions(HybridTimestamp timestamp) {
+            return null;

Review Comment:
   Fix it.



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