You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2020/03/20 21:22:00 UTC

[jira] [Commented] (DRILL-7651) Increase timeout for TestLargeFileCompilation to avoid GitHub Action failures

    [ https://issues.apache.org/jira/browse/DRILL-7651?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17063634#comment-17063634 ] 

ASF GitHub Bot commented on DRILL-7651:
---------------------------------------

vvysotskyi 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
 
 
   # [DRILL-7651](https://issues.apache.org/jira/browse/DRILL-7651): Increase timeout for TestLargeFileCompilation to avoid GitHub Action failures and fix concurrent issue in TestTpchDistributedConcurrent
   
   ## Description
   
   Increased test and client timeouts for `TestLargeFileCompilation` and `TestTpchDistributedConcurrent` tests and moved tests to `ClusterTest`.
   
   Fixed failure of `TestTpchDistributedConcurrent` caused by concurrency issue when `completionSemaphore` is released and listeners list size is checked before removing listener from the list.
   
   Fixed Hive unit test port hunting.
   
   ## Documentation
   NA
   
   ## Testing
   Submitted several GitHub Actions jobs to verify that the issues above are fixed.
   
 
----------------------------------------------------------------
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:
users@infra.apache.org


> 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)