markap14 commented on PR #11164: URL: https://github.com/apache/nifi/pull/11164#issuecomment-5706264297
[gpt-sol-5.6] The **macos-15 Java 21** system-test shard failed in [`ClusteredConnectorTroubleshootingIT.testConfigurationAndAuthoritativeFlowRestoredAfterTroubleshootingRestart`](https://github.com/apache/nifi/actions/runs/35152336670/job/104983428762): ``` org.opentest4j.AssertionFailedError: Running Connector must write the configured sensitive value to the configured Sensitive Output File ==> expected: <configured-secret-value> but was: <> at org.apache.nifi.tests.system.connectors.ConnectorTroubleshootingIT.testConfigurationAndAuthoritativeFlowRestoredAfterTroubleshootingRestart(ConnectorTroubleshootingIT.java:1036) at java.base/java.lang.reflect.Method.invoke(Method.java:580) at java.base/java.util.ArrayList.forEach(ArrayList.java:1596) ``` I downloaded and checked the troubleshooting archive. This is a pre-existing timing flaw in this unrelated Connector test: it waits only for both shared output files to exist before reading them, while either clustered node can create or truncate a file before writing its content. The node logs show both connectors starting successfully and both nodes subsequently writing 23 bytes to the same sensitive-output path, with no NiFi error. I have rerun only the failed shard. -- 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]
