Konstantin Orlov created IGNITE-24295:
-----------------------------------------

             Summary: Sql. TpcdsQueryPlannerTest query 64 timeouts
                 Key: IGNITE-24295
                 URL: https://issues.apache.org/jira/browse/IGNITE-24295
             Project: Ignite
          Issue Type: Bug
          Components: sql
            Reporter: Konstantin Orlov


It looks 20-30 seconds to prepare query 64 from TPC_DS suite on TC agent. And 
even though planning timeout is set to 60sec, we still get this test failed 
with {{java.util.concurrent.TimeoutException}}. The reason is the usage of 
{{IgniteTestUtils#await}} with default timeout, which is set to 30sec (see 
stacktraace below).

{code}
java.util.concurrent.TimeoutException
  at 
java.base/java.util.concurrent.CompletableFuture.timedGet(CompletableFuture.java:1886)
  at 
java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:2021)
  at 
org.apache.ignite.internal.testframework.IgniteTestUtils.await(IgniteTestUtils.java:836)
  at 
org.apache.ignite.internal.testframework.IgniteTestUtils.await(IgniteTestUtils.java:865)
  at 
org.apache.ignite.internal.sql.engine.framework.TestNode.prepare(TestNode.java:288)
{code} 



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to