You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "David Handermann (Jira)" <ji...@apache.org> on 2022/12/01 19:59:00 UTC

[jira] [Created] (NIFI-10925) Intermittent Failures in TestPutSFTP.testRunZeroByteFile

David Handermann created NIFI-10925:
---------------------------------------

             Summary: Intermittent Failures in TestPutSFTP.testRunZeroByteFile
                 Key: NIFI-10925
                 URL: https://issues.apache.org/jira/browse/NIFI-10925
             Project: Apache NiFi
          Issue Type: Bug
            Reporter: David Handermann
            Assignee: David Handermann


Project builds can fail intermittently on {{TestPutSFTP.testRunZeroByteFile()}} with the following error:

{noformat}
[ERROR] Tests run: 5, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.456 s <<< FAILURE! - in org.apache.nifi.processors.standard.TestPutSFTP
[ERROR] org.apache.nifi.processors.standard.TestPutSFTP.testRunZeroByteFile  Time elapsed: 0.052 s  <<< FAILURE!
org.opentest4j.AssertionFailedError: expected: <1> but was: <0>
	at org.junit.jupiter.api.AssertionFailureBuilder.build(AssertionFailureBuilder.java:151)
	at org.junit.jupiter.api.AssertionFailureBuilder.buildAndThrow(AssertionFailureBuilder.java:132)
	at org.junit.jupiter.api.AssertEquals.failNotEqual(AssertEquals.java:197)
	at org.junit.jupiter.api.AssertEquals.assertEquals(AssertEquals.java:150)
	at org.junit.jupiter.api.AssertEquals.assertEquals(AssertEquals.java:145)
	at org.junit.jupiter.api.Assertions.assertEquals(Assertions.java:528)
	at org.apache.nifi.util.StandardProcessorTestRunner.assertTransferCount(StandardProcessorTestRunner.java:395)
	at org.apache.nifi.processors.standard.TestPutSFTP.testRunZeroByteFile(TestPutSFTP.java:119)
{noformat}



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