Sergey Chugunov created IGNITE-26953:
----------------------------------------
Summary: Test TestConnectionTimeoutQueryExpires is broken in master
Key: IGNITE-26953
URL: https://issues.apache.org/jira/browse/IGNITE-26953
Project: Ignite
Issue Type: Bug
Reporter: Sergey Chugunov
Assignee: Sergey Chugunov
According to
[history|https://ci2.ignite.apache.org/project.html?projectId=IgniteTests24Java8&testNameId=-5112321148966502234&tab=testDetails&branch_IgniteTests24Java8=%3Cdefault%3E],
the test is broken in master since 22 Oct 2025.
It looks like is uses a custom SQL function that was deleted in IGNITE-23478
but it wasn't noticed most likely due to jar caching strategies on some TC
agents.
We need to change `DELAY` custom function to `SLEEP` function which is
available.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)