alievmirza commented on a change in pull request #706:
URL: https://github.com/apache/ignite-3/pull/706#discussion_r822515688



##########
File path: 
modules/metastorage-client/src/integrationTest/java/org/apache/ignite/internal/metastorage/client/ItMetaStorageServiceTest.java
##########
@@ -820,7 +823,80 @@ public void testMultiInvoke() throws Exception {
                 new StatementResult(false))));
 
         assertThat(resultIf.orElse().update(), upd(new Update(
-                Arrays.asList(new 
org.apache.ignite.internal.metastorage.server.Operation(OperationType.PUT, 
key2.bytes(), rval2)),
+                List.of(new 
org.apache.ignite.internal.metastorage.server.Operation(OperationType.PUT, 
key2.bytes(), rval2)),
+                new StatementResult(false))));
+    }
+
+    @Test
+    public void testMultiInvokeValueConditions() throws Exception {

Review comment:
       done




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