sk0x50 commented on code in PR #5170:
URL: https://github.com/apache/ignite-3/pull/5170#discussion_r1943472809


##########
modules/sql-engine/src/test/java/org/apache/ignite/internal/sql/engine/exec/ddl/DdlCommandHandlerExceptionHandlingTest.java:
##########
@@ -106,7 +105,7 @@ public void testZoneNotFoundOnDrop2() {
                 .zoneName(ZONE_NAME)
                 .ifExists(true)
                 .build();
-        assertThat(commandHandler.handle(cmd), willBe(IsNull.nullValue()));
+        assertThat(commandHandler.handle(cmd), willCompleteSuccessfully());

Review Comment:
   This is a hotfix for the issue that I've observed on the latest main branch 
https://ci.ignite.apache.org/buildConfiguration/ApacheIgnite3xGradle_Test_RunAllTests/8845493
   I had a private conversation with Andrey Mashenkov about it.



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