lowka commented on code in PR #5203:
URL: https://github.com/apache/ignite-3/pull/5203#discussion_r1951139462
##########
modules/compute/src/integrationTest/java/org/apache/ignite/internal/compute/ItComputeBaseTest.java:
##########
@@ -448,6 +460,43 @@ void
executeColocatedThrowsTableNotFoundExceptionWhenTableDoesNotExist() {
assertThat(ex.getCause().getMessage(), containsString("The table does
not exist [name=PUBLIC.BAD_TABLE]"));
}
+ @ParameterizedTest
+ @ValueSource(strings = "WRONG_SCHEMA")
Review Comment:
This should include PUBLIC schema as well but alas it is not possible to
drop PUBLIC schema yet.
--
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]