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 2018/12/07 16:14:00 UTC

[jira] [Commented] (DRILL-6887) Fix FunctionInitializerTest.init() failure

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

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

vdiravka opened a new pull request #1566: DRILL-6887: Fix FunctionInitializerTest.init() failure
URL: https://github.com/apache/drill/pull/1566
 
 
   It fixes `FunctionInitializerTest.init()` failure for jdk9 and above.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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


> Fix FunctionInitializerTest.init() failure
> ------------------------------------------
>
>                 Key: DRILL-6887
>                 URL: https://issues.apache.org/jira/browse/DRILL-6887
>             Project: Apache Drill
>          Issue Type: Bug
>          Components: Tools, Build &amp; Test
>    Affects Versions: 1.14.0
>         Environment: [link title|http://example.com]
>            Reporter: Vitalii Diravka
>            Assignee: Vitalii Diravka
>            Priority: Blocker
>             Fix For: 1.15.0
>
>
> DRILL-6751 introduces unit test failures for jdk9 and above.
> {code:java}
> [ERROR] Failures: 
> [ERROR] FunctionInitializerTest.init:64 Build should be successful. expected:<0> but was:<1>
> {code}
> [https://circleci.com/gh/vdiravka/drill/154]
> The root cause isĀ [drill-udf.pom|https://github.com/apache/drill/blob/master/exec/java-exec/src/test/resources/drill-udf/pom.xml] doesn't inherit drill root pom file. Therefore all properties are individual for this pom file.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)