exceptionfactory commented on PR #10418:
URL: https://github.com/apache/nifi/pull/10418#issuecomment-3407181847

   > Thanks for the heads-up! I missed that. Cleaned up locally now.
   > 
   > Running it with `-DskipTests` works, running with tests always fails on 
the same test but I'm going to assume it's unrelated.
   > 
   > I'd say this is ready for review :)
   > 
   > ```
   > [ERROR] Tests run: 16, Failures: 2, Errors: 0, Skipped: 0, Time elapsed: 
1.517 s <<< FAILURE! -- in 
org.apache.nifi.processors.media.TestExtractMediaMetadata
   > [ERROR] org.apache.nifi.processors.media.TestExtractMediaMetadata.testBmp 
-- Time elapsed: 0.103 s <<< FAILURE!
   > org.opentest4j.AssertionFailedError: Expected all Transferred FlowFiles to 
go to success but 1 were routed to failure
   >         at 
org.junit.jupiter.api.AssertionUtils.fail(AssertionUtils.java:42)
   >         at org.junit.jupiter.api.Assertions.fail(Assertions.java:143)
   >         at 
org.apache.nifi.util.MockProcessSession.assertAllFlowFilesTransferred(MockProcessSession.java:1339)
   >         at 
org.apache.nifi.util.StandardProcessorTestRunner.assertAllFlowFilesTransferred(StandardProcessorTestRunner.java:332)
   >         at 
org.apache.nifi.util.StandardProcessorTestRunner.assertAllFlowFilesTransferred(StandardProcessorTestRunner.java:401)
   >         at 
org.apache.nifi.processors.media.TestExtractMediaMetadata.testBmp(TestExtractMediaMetadata.java:273)
   > 
   > [ERROR] org.apache.nifi.processors.media.TestExtractMediaMetadata.testJpg 
-- Time elapsed: 0.106 s <<< FAILURE!
   > org.opentest4j.AssertionFailedError: Expected all Transferred FlowFiles to 
go to success but 1 were routed to failure
   >         at 
org.junit.jupiter.api.AssertionUtils.fail(AssertionUtils.java:42)
   >         at org.junit.jupiter.api.Assertions.fail(Assertions.java:143)
   >         at 
org.apache.nifi.util.MockProcessSession.assertAllFlowFilesTransferred(MockProcessSession.java:1339)
   >         at 
org.apache.nifi.util.StandardProcessorTestRunner.assertAllFlowFilesTransferred(StandardProcessorTestRunner.java:332)
   >         at 
org.apache.nifi.util.StandardProcessorTestRunner.assertAllFlowFilesTransferred(StandardProcessorTestRunner.java:401)
   >         at 
org.apache.nifi.processors.media.TestExtractMediaMetadata.testJpg(TestExtractMediaMetadata.java:297)
   > 
   > [INFO]
   > [INFO] Results:
   > [INFO]
   > [ERROR] Failures:
   > [ERROR]   TestExtractMediaMetadata.testBmp:273 Expected all Transferred 
FlowFiles to go to success but 1 were routed to failure
   > [ERROR]   TestExtractMediaMetadata.testJpg:297 Expected all Transferred 
FlowFiles to go to success but 1 were routed to failure
   > [INFO]
   > [ERROR] Tests run: 33, Failures: 2, Errors: 0, Skipped: 0
   > ```
   
   Strange to see those test failures as they work locally and in GitHub. 
Certainly unrelated to these changes, but if you find out any more details, it 
would be worth understanding.


-- 
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