Aleksey Plekhanov created IGNITE-27755:
------------------------------------------
Summary: Flaky SqlDiagnosticIntegrationTest
Key: IGNITE-27755
URL: https://issues.apache.org/jira/browse/IGNITE-27755
Project: Ignite
Issue Type: Bug
Reporter: Aleksey Plekhanov
Assignee: Aleksey Plekhanov
Tests {{testSqlFieldsQueryWithInitiatorId}} and {{testSqlQueryTotalDuration}}
are flaky.
Reason:
* {{testSqlFieldsQueryWithInitiatorId}} uses {{LONG_QRY_TIMEOUT}} as sleep
parameters, in some rare cases query execution can take exactly
{{LONG_QRY_TIMEOUT}} time and in this case query is not printed to log as "long
running".
* {{testSqlQueryTotalDuration}} starts async thread with query, but this async
thread can delay a little bit and total query duration can be calculated
wrongly.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)