dan-s1 commented on PR #9081:
URL: https://github.com/apache/nifi/pull/9081#issuecomment-2229327552

   @exceptionfactory 
   The `MacOS` build seems to consistently fail on the test below which I do 
not think has anything to do with my changes. I have already run this build 
three times. Please advise.
   
   ```
   Error:  Tests run: 17, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 
25.52 s <<< FAILURE! -- in org.apache.nifi.processors.standard.TestListFile
   Error:  org.apache.nifi.processors.standard.TestListFile.testFilterAge -- 
Time elapsed: 6.549 s <<< FAILURE!
   org.opentest4j.AssertionFailedError: expected: <age2.txt> but was: <age1.txt>
        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:182)
        at 
org.junit.jupiter.api.AssertEquals.assertEquals(AssertEquals.java:177)
        at org.junit.jupiter.api.Assertions.assertEquals(Assertions.java:1145)
        at 
org.apache.nifi.processors.standard.TestListFile.testFilterAge(TestListFile.java:330)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at java.util.ArrayList.forEach(ArrayList.java:1259)
        at java.util.ArrayList.forEach(ArrayList.java:1259)
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to