Ivan Zlenko created IGNITE-24426: ------------------------------------ Summary: Test DdlCommandHandlerExceptionHandlingTest.testZoneNotFoundOnDrop2 is failing Key: IGNITE-24426 URL: https://issues.apache.org/jira/browse/IGNITE-24426 Project: Ignite Issue Type: Bug Reporter: Ivan Zlenko
Test DdlCommandHandlerExceptionHandlingTest.testZoneNotFoundOnDrop2 is failing with the following: {code} Expected: is null but: was <org.apache.ignite.internal.catalog.CatalogApplyResult@6777bc90> java.lang.AssertionError: Expected: is null but: was <org.apache.ignite.internal.catalog.CatalogApplyResult@6777bc90> at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:20) at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:6) at org.apache.ignite.internal.sql.engine.exec.ddl.DdlCommandHandlerExceptionHandlingTest.testZoneNotFoundOnDrop2(DdlCommandHandlerExceptionHandlingTest.java:109) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at java.base/java.util.ArrayList.forEach(ArrayList.java:1541) at java.base/java.util.ArrayList.forEach(ArrayList.java:1541) {code} -- This message was sent by Atlassian Jira (v8.20.10#820010)