You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "Vitalii Diravka (Jira)" <ji...@apache.org> on 2021/01/14 22:09:00 UTC

[jira] [Updated] (DRILL-7844) Fix Java14 Actions build intermittently fails due to ExecutorServiceUtilTest

     [ https://issues.apache.org/jira/browse/DRILL-7844?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Vitalii Diravka updated DRILL-7844:
-----------------------------------
    Description: 
 

*[Very minor, but can be good for newcomers]*

*
 *Sometimes this test fails on JVM14 in process of performing :
{code:java}
[INFO] Running org.apache.drill.exec.util.ExecutorServiceUtilTest
1217Error:  Tests run: 4, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.536 s <<< FAILURE! - in org.apache.drill.exec.util.ExecutorServiceUtilTest
1218Error:  org.apache.drill.exec.util.ExecutorServiceUtilTest.testCancelExecution  Time elapsed: 0.132 s  <<< FAILURE!
1219java.lang.AssertionError
1220	at org.apache.drill.exec.util.ExecutorServiceUtilTest.testCancelExecution(ExecutorServiceUtilTest.java:203)
{code}
It leads to fail build in GitGub Actions

 

  was:
 

*[Very minor, but can be good for newcomers]* 

*
*Sometimes this test fails on JVM14:
{code:java}
[INFO] Running org.apache.drill.exec.util.ExecutorServiceUtilTest
1217Error:  Tests run: 4, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.536 s <<< FAILURE! - in org.apache.drill.exec.util.ExecutorServiceUtilTest
1218Error:  org.apache.drill.exec.util.ExecutorServiceUtilTest.testCancelExecution  Time elapsed: 0.132 s  <<< FAILURE!
1219java.lang.AssertionError
1220	at org.apache.drill.exec.util.ExecutorServiceUtilTest.testCancelExecution(ExecutorServiceUtilTest.java:203)
{code}
It leads to fail build in GitGub Actions

 


> Fix Java14 Actions build intermittently fails due to ExecutorServiceUtilTest
> ----------------------------------------------------------------------------
>
>                 Key: DRILL-7844
>                 URL: https://issues.apache.org/jira/browse/DRILL-7844
>             Project: Apache Drill
>          Issue Type: Test
>          Components: Tools, Build &amp; Test
>    Affects Versions: 1.18.0
>            Reporter: Vitalii Diravka
>            Priority: Minor
>             Fix For: Future
>
>
>  
> *[Very minor, but can be good for newcomers]*
> *
>  *Sometimes this test fails on JVM14 in process of performing :
> {code:java}
> [INFO] Running org.apache.drill.exec.util.ExecutorServiceUtilTest
> 1217Error:  Tests run: 4, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.536 s <<< FAILURE! - in org.apache.drill.exec.util.ExecutorServiceUtilTest
> 1218Error:  org.apache.drill.exec.util.ExecutorServiceUtilTest.testCancelExecution  Time elapsed: 0.132 s  <<< FAILURE!
> 1219java.lang.AssertionError
> 1220	at org.apache.drill.exec.util.ExecutorServiceUtilTest.testCancelExecution(ExecutorServiceUtilTest.java:203)
> {code}
> It leads to fail build in GitGub Actions
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)