zstan commented on code in PR #4155:
URL: https://github.com/apache/ignite-3/pull/4155#discussion_r1703675573
##########
modules/sql-engine/src/test/java/org/apache/ignite/internal/sql/engine/exec/rel/ModifyNodeExecutionTest.java:
##########
@@ -269,6 +282,137 @@ void exceptionIsPassedThroughToErrorHandlerOnDelete(int
sourceSize) {
verifyNoMoreInteractions(updatableTable);
}
+ @ParameterizedTest
+ @ValueSource(ints = {2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13})
+ void mergePassesCorrectRowsToInsert(int rowCount) {
Review Comment:
this test passed with old approach too, seems it need to be refactored ?
--
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]