You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "Joe Witt (Jira)" <ji...@apache.org> on 2023/03/30 16:17:00 UTC

[jira] [Reopened] (NIFI-1683) Spurious test failure with GetHDFS processor

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

Joe Witt reopened NIFI-1683:
----------------------------

> Spurious test failure with GetHDFS processor
> --------------------------------------------
>
>                 Key: NIFI-1683
>                 URL: https://issues.apache.org/jira/browse/NIFI-1683
>             Project: Apache NiFi
>          Issue Type: Bug
>         Environment: OS X.  
> java version "1.8.0_66"
> Java(TM) SE Runtime Environment (build 1.8.0_66-b17)
> Java HotSpot(TM) 64-Bit Server VM (build 25.66-b17, mixed mode)
> Apache Maven 3.3.9 (bb52d8502b132ec0a5a3f4c09453c07478323dc5; 2015-11-10T09:41:47-07:00)
> Maven home: apache-maven-3.3.9
> Java version: 1.8.0_66, vendor: Oracle Corporation
> Java home: /Library/Java/JavaVirtualMachines/jdk1.8.0_66.jdk/Contents/Home/jre
> Default locale: en_US, platform encoding: UTF-8
> OS name: "mac os x", version: "10.10.5", arch: "x86_64", family: "mac"
>            Reporter: Joe Witt
>            Priority: Minor
>
> Running org.apache.nifi.processors.hadoop.GetHDFSTest
> Tests run: 6, Failures: 4, Errors: 0, Skipped: 0, Time elapsed: 0.275 sec <<< FAILURE! - in org.apache.nifi.processors.hadoop.GetHDFSTest
> testFileExtensionNotACompressionCodec(org.apache.nifi.processors.hadoop.GetHDFSTest)  Time elapsed: 0.235 sec  <<< FAILURE!
> java.lang.AssertionError: expected:<1> but was:<0>
> at org.junit.Assert.fail(Assert.java:88)
> at org.junit.Assert.failNotEquals(Assert.java:834)
> at org.junit.Assert.assertEquals(Assert.java:645)
> at org.junit.Assert.assertEquals(Assert.java:631)
> at org.apache.nifi.processors.hadoop.GetHDFSTest.testFileExtensionNotACompressionCodec(GetHDFSTest.java:191)
> testInferCompressionCodecDisabled(org.apache.nifi.processors.hadoop.GetHDFSTest)  Time elapsed: 0.012 sec  <<< FAILURE!
> java.lang.AssertionError: expected:<1> but was:<0>
> at org.junit.Assert.fail(Assert.java:88)
> at org.junit.Assert.failNotEquals(Assert.java:834)
> at org.junit.Assert.assertEquals(Assert.java:645)
> at org.junit.Assert.assertEquals(Assert.java:631)
> at org.apache.nifi.processors.hadoop.GetHDFSTest.testInferCompressionCodecDisabled(GetHDFSTest.java:172)
> testAutomaticDecompression(org.apache.nifi.processors.hadoop.GetHDFSTest)  Time elapsed: 0.013 sec  <<< FAILURE!
> java.lang.AssertionError: expected:<1> but was:<0>
> at org.junit.Assert.fail(Assert.java:88)
> at org.junit.Assert.failNotEquals(Assert.java:834)
> at org.junit.Assert.assertEquals(Assert.java:645)
> at org.junit.Assert.assertEquals(Assert.java:631)
> at org.apache.nifi.processors.hadoop.GetHDFSTest.testAutomaticDecompression(GetHDFSTest.java:153)
> testGetFilesWithFilter(org.apache.nifi.processors.hadoop.GetHDFSTest)  Time elapsed: 0.011 sec  <<< FAILURE!
> java.lang.AssertionError: expected:<4> but was:<0>
> at org.junit.Assert.fail(Assert.java:88)
> at org.junit.Assert.failNotEquals(Assert.java:834)
> at org.junit.Assert.assertEquals(Assert.java:645)
> at org.junit.Assert.assertEquals(Assert.java:631)
> at org.apache.nifi.processors.hadoop.GetHDFSTest.testGetFilesWithFilter(GetHDFSTest.java:136)



--
This message was sent by Atlassian Jira
(v8.20.10#820010)