You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "Sol Huebner (JIRA)" <ji...@apache.org> on 2019/07/02 18:33:00 UTC

[jira] [Commented] (NIFI-4265) Build fails on clean git clone at in org.apache.nifi.processors.standard.TestGetFile

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

Sol Huebner commented on NIFI-4265:
-----------------------------------

I have the same issues with 1.9.2:

[ERROR] TestGetFile.testWithInaccessibleDir:64 NullPointer
[ERROR] TestGetFile.testWithUnreadableDir:93 NullPointer
[ERROR] TestGetFile.testWithUnwritableDir:121 NullPointer

> Build fails on clean git clone at in org.apache.nifi.processors.standard.TestGetFile
> ------------------------------------------------------------------------------------
>
>                 Key: NIFI-4265
>                 URL: https://issues.apache.org/jira/browse/NIFI-4265
>             Project: Apache NiFi
>          Issue Type: Bug
>    Affects Versions: 1.3.0
>         Environment: Windows 10 PC and Ubuntu 16
>            Reporter: Martin Voigt
>            Priority: Major
>              Labels: build, newbie
>
> After a git clone from https://github.com/apache/nifi of the current project state, the build (mvn clean install) fails.
> {{Running org.apache.nifi.processors.standard.TestGetFile
> Tests run: 7, Failures: 0, Errors: 3, Skipped: 0, Time elapsed: 0.021 sec <<< FAILURE! - in org.apache.nifi.processors.standard.TestGetFile
> testWithUnreadableDir(org.apache.nifi.processors.standard.TestGetFile)  Time elapsed: 0.009 sec  <<< ERROR!
> java.lang.NullPointerException: null
> 	at org.apache.nifi.processors.standard.TestGetFile.testWithUnreadableDir(TestGetFile.java:92)
> testWithInaccessibleDir(org.apache.nifi.processors.standard.TestGetFile)  Time elapsed: 0 sec  <<< ERROR!
> java.lang.NullPointerException: null
> 	at org.apache.nifi.processors.standard.TestGetFile.testWithInaccessibleDir(TestGetFile.java:64)
> testWithUnwritableDir(org.apache.nifi.processors.standard.TestGetFile)  Time elapsed: 0.001 sec  <<< ERROR!
> java.lang.NullPointerException: null
> 	at org.apache.nifi.processors.standard.TestGetFile.testWithUnwritableDir(TestGetFile.java:120)
> }}
> {{
> ...
> [INFO] nifi-standard-utils ................................ SUCCESS [  2.179 s]
> [INFO] nifi-standard-processors ........................... FAILURE [03:14 min]
> [INFO] nifi-standard-reporting-tasks ...................... SKIPPED
> ...
> }}



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