You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by "Joseph Witt (JIRA)" <ji...@apache.org> on 2015/12/07 22:48:10 UTC

[jira] [Created] (NIFI-1267) TestPutHDFS testPutFileWithException assumes permission changes will matter

Joseph Witt created NIFI-1267:
---------------------------------

             Summary: TestPutHDFS testPutFileWithException assumes permission changes will matter
                 Key: NIFI-1267
                 URL: https://issues.apache.org/jira/browse/NIFI-1267
             Project: Apache NiFi
          Issue Type: Bug
          Components: Extensions
            Reporter: Joseph Witt
             Fix For: 0.4.0


-------------------------------------------------------------------------------
Test set: org.apache.nifi.processors.hadoop.PutHDFSTest
-------------------------------------------------------------------------------
Tests run: 3, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.949 sec <<< FAILURE! - in org.apache.nifi.processors.hadoop.PutHDFSTest
testPutFileWithException(org.apache.nifi.processors.hadoop.PutHDFSTest)  Time elapsed: 0.532 sec  <<< FAILURE!
java.lang.AssertionError: null
        at org.junit.Assert.fail(Assert.java:86)
        at org.junit.Assert.assertTrue(Assert.java:41)
        at org.junit.Assert.assertFalse(Assert.java:64)
        at org.junit.Assert.assertFalse(Assert.java:74)
        at org.apache.nifi.processors.hadoop.PutHDFSTest.testPutFileWithException(PutHDFSTest.java:230)


This test fails because it assume permissions changes will matter which would not be true when one is building as root for example.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)