Cyrill commented on code in PR #3200:
URL: https://github.com/apache/ignite-3/pull/3200#discussion_r1489376585


##########
modules/table/src/integrationTest/java/org/apache/ignite/distributed/ItAbstractInternalTableScanTest.java:
##########
@@ -287,16 +289,16 @@ public void onComplete() {
     /**
      * Checks that {@link IllegalArgumentException} is thrown in case of 
invalid partition.
      */
-    @Test()
+    @Test
     public void testInvalidPartitionParameterScan() {
         assertThrows(
                 IllegalArgumentException.class,
-                () -> scan(-1, null)
+                () -> scan(-1, startTx())

Review Comment:
   Actually RW test uses null here. Changed the code to make this more obvious.



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