Iurii Gerzhedovich created IGNITE-24532: -------------------------------------------
Summary: Sql. SqlLogicTest contstraint/test_not_null_constraint.test is flaky Key: IGNITE-24532 URL: https://issues.apache.org/jira/browse/IGNITE-24532 Project: Ignite Issue Type: Improvement Components: sql Reporter: Iurii Gerzhedovich There are a few rare fails on TC - https://ci.ignite.apache.org/buildConfiguration/ApacheIgnite3xGradle_Test_RunAllTests/8875145 {code:java} java.lang.AssertionError: Not expected result at: (test_not_null_constraint.test:163). Statement: MERGE INTO t2 dst USING t1 src ON dst.id = src.id WHEN MATCHED THEN UPDATE SET val = NULL. Expected: Column 'VAL' does not allow NULLs Expected: a string containing "Column 'VAL' does not allow NULLs" but: was nulljava.lang.AssertionError: Not expected result at: (test_not_null_constraint.test:163). Statement: MERGE INTO t2 dst USING t1 src ON dst.id = src.id WHEN MATCHED THEN UPDATE SET val = NULL. Expected: Column 'VAL' does not allow NULLsExpected: a string containing "Column 'VAL' does not allow NULLs" but: was null at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:20) at org.apache.ignite.internal.sql.sqllogic.Statement.execute(Statement.java:123) at org.apache.ignite.internal.sql.sqllogic.SqlScriptRunner.run(SqlScriptRunner.java:70) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:833) {code} Need to investigate and fix the issue. -- This message was sent by Atlassian Jira (v8.20.10#820010)