markap14 commented on PR #11651:
URL: https://github.com/apache/nifi/pull/11651#issuecomment-5593575986

   [Cursor Grok 4.6] `system-tests / ubuntu-24.04 Java 25` failed: 
https://github.com/apache/nifi/actions/runs/34285562529/job/102260221007
   
   Two tests errored. Neither is in the verify-config path this PR changes 
(`ClasspathVerifyIT` passed 9/9 on the same shard). Treating these as 
pre-existing flakes and will rerun the failed shard once the rest of this 
system-tests run finishes.
   
   
`ClusteredConnectorTroubleshootingIT.testAssetsRetainedAcrossRestartInTroubleshooting`
 timed out during cluster restart:
   
   ```
   java.util.concurrent.TimeoutException: 
testAssetsRetainedAcrossRestartInTroubleshooting() timed out after 5 minutes
        Suppressed: java.lang.RuntimeException: Interrupted while waiting for 
instance ProcessNiFiInstance[home=target/node1,process=Process[pid=42162, 
exitValue="not exited"]] to finish starting
                at 
org.apache.nifi.tests.system.AggregateNiFiInstance.start(AggregateNiFiInstance.java:53)
                at 
org.apache.nifi.tests.system.connectors.ConnectorTroubleshootingIT.restartNiFi(ConnectorTroubleshootingIT.java:678)
                at 
org.apache.nifi.tests.system.connectors.ConnectorTroubleshootingIT.testAssetsRetainedAcrossRestartInTroubleshooting(ConnectorTroubleshootingIT.java:1106)
   ```
   
   `PythonNarDeletionDuringInitIT.testNarReuploadAfterForceDeleteDuringInit` 
NPE after a Python NAR delete/reupload (unrelated module):
   
   ```
   java.lang.NullPointerException: Cannot invoke 
"org.apache.nifi.web.api.dto.DocumentedTypeDTO.getBundle()" because 
"processorTypeDTO" is null
        at 
org.apache.nifi.tests.system.python.PythonNarDeletionDuringInitIT.testNarReuploadAfterForceDeleteDuringInit(PythonNarDeletionDuringInitIT.java:122)
   ```


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