markap14 commented on PR #11164: URL: https://github.com/apache/nifi/pull/11164#issuecomment-5640687503
[GPT-5.6 Sol] The [Ubuntu Java 21 integration check](https://github.com/apache/nifi/actions/runs/34644804139/job/103413074126) failed in the unchanged SMB extension: ``` org.opentest4j.AssertionFailedError: expected: <1> but was: <0> at org.apache.nifi.util.StandardProcessorTestRunner.assertTransferCount(StandardProcessorTestRunner.java:406) at org.apache.nifi.processors.smb.ListSmbIT.testInitialListingStrategy(ListSmbIT.java:296) at org.apache.nifi.processors.smb.ListSmbIT.testInitialListingStrategyNewFiles(ListSmbIT.java:265) ``` This is a pre-existing timing flake: [the exact same assertion failed on an unrelated PR two days ago](https://github.com/apache/nifi/actions/runs/34399658415), and this branch does not change the SMB processor or its test framework. The test compares millisecond JVM time with timestamps returned by the SMB container; the container timestamp can fall behind the recorded boundary because of its timestamp precision. I have rerun only the failed integration-test workflow. -- 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]
