[
https://issues.apache.org/jira/browse/DRILL-7651?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17063842#comment-17063842
]
ASF GitHub Bot commented on DRILL-7651:
---------------------------------------
arina-ielchiieva commented on pull request #2034: DRILL-7651: Increase timeout
for TestLargeFileCompilation to avoid GitHub Action failures and fix concurrent
issue in TestTpchDistributedConcurrent
URL: https://github.com/apache/drill/pull/2034
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
> 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
> Priority: Major
> 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)