Vova Vysotskyi created DRILL-7651:
-------------------------------------
Summary: Increase timeout for TestLargeFileCompilation to avoid
GitHub Action failures
Key: DRILL-7651
URL: https://issues.apache.org/jira/browse/DRILL-7651
Project: Apache Drill
Issue Type: Task
Affects Versions: 1.18.0
Reporter: Vova Vysotskyi
Assignee: Vova Vysotskyi
Fix For: 1.18.0
Some GitHub Actions jobs have the following failures:
{noformat}
[ERROR] Errors:
24590
[ERROR]
TestLargeFileCompilation.testEXTERNAL_SORT:186->BaseTestQuery.testNoResult:397
» Rpc
24591
[ERROR]
TestLargeFileCompilation.testPARQUET_WRITER:170->BaseTestQuery.testNoResult:363->BaseTestQuery.testNoResult:397
» Rpc
{noformat}
Detailed message for failure is the following:
{noformat}
[ERROR]
TestLargeFileCompilation.testJDKHugeStringConstantCompilation:277->BaseTestQuery.resetSessionOption:380
Failed to reset session option `exec.java_compiler`, Error:
org.apache.drill.common.exceptions.UserException: SYSTEM ERROR:
IllegalArgumentException: Attempted to send a message when connection is no
longer valid.
{noformat}
Also, another test is {{TestTpchDistributedConcurrent}}:
{noformat}
[ERROR] org.apache.drill.TestTpchDistributedConcurrent.testConcurrentQueries
Time elapsed: 150.572 s <<< FAILURE!
java.lang.AssertionError: 1 listeners still exist expected:<0> but was:<1>
at
org.apache.drill.TestTpchDistributedConcurrent.testConcurrentQueries(TestTpchDistributedConcurrent.java:222)
{noformat}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)