sanpwc commented on code in PR #7270:
URL: https://github.com/apache/ignite-3/pull/7270#discussion_r2647133648


##########
modules/table/src/test/java/org/apache/ignite/internal/table/distributed/storage/InternalTableImplTest.java:
##########
@@ -407,4 +459,394 @@ CompletableFuture<?> perform(InternalTable table, 
InternalTransaction transactio
             return action.apply(table, transaction);
         }
     }
+
+    @Test
+    void testInvalidPartitionParameterScan() {
+        InternalTableImpl internalTable = newInternalTable(TABLE_ID, 1);
+
+        // Test negative partition ID
+        assertThrows(

Review Comment:
   Same as above, we should also check exception message.



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