[
https://issues.apache.org/jira/browse/NIFI-9793?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
David Handermann updated NIFI-9793:
-----------------------------------
Description:
System Integration tests for NiFi reported the following failure in a recent
automated build on GitHub:
{noformat}
Error:
org.apache.nifi.tests.system.verification.ClusteredVerifiableControllerServiceSystemIT.testVerificationWithValidConfigWhenComponentRunning
Time elapsed: 1.096 s <<< ERROR!
org.apache.nifi.toolkit.cli.impl.client.nifi.NiFiClientException: Error
deleting Controller Service: Node localhost:5671 is unable to fulfill this
request due to: Controller Service 85f6b66c-017f-1000-0000-000068457893 cannot
be deleted because it is not disabled
Caused by: javax.ws.rs.ClientErrorException: HTTP 409 Conflict
Error:
ClusteredVerifiableControllerServiceSystemIT>NiFiSystemIT.teardown:126->NiFiSystemIT.destroyFlow:177
» NiFiClient
{noformat}
The impacted portion of the test should be adjusted to retry when receiving a
response with HTTP 409.
was:
System Integration tests for NiFi reported the following failure in a recent
automated build on GitHub:
{noformat}
Error:
org.apache.nifi.tests.system.verification.ClusteredVerifiableControllerServiceSystemIT.testVerificationWithValidConfigWhenComponentRunning
Time elapsed: 1.096 s <<< ERROR!
org.apache.nifi.toolkit.cli.impl.client.nifi.NiFiClientException: Error
deleting Controller Service: Node localhost:5671 is unable to fulfill this
request due to: Controller Service 85f6b66c-017f-1000-0000-000068457893 cannot
be deleted because it is not disabled
Caused by: javax.ws.rs.ClientErrorException: HTTP 409 Conflict
{noformat}
The impacted portion of the test should be adjusted to retry when receiving a
response with HTTP 409.
> System Integration Test Failure with HTTP 409
> ---------------------------------------------
>
> Key: NIFI-9793
> URL: https://issues.apache.org/jira/browse/NIFI-9793
> Project: Apache NiFi
> Issue Type: Bug
> Components: Tools and Build
> Reporter: David Handermann
> Assignee: David Handermann
> Priority: Minor
>
> System Integration tests for NiFi reported the following failure in a recent
> automated build on GitHub:
> {noformat}
> Error:
> org.apache.nifi.tests.system.verification.ClusteredVerifiableControllerServiceSystemIT.testVerificationWithValidConfigWhenComponentRunning
> Time elapsed: 1.096 s <<< ERROR!
> org.apache.nifi.toolkit.cli.impl.client.nifi.NiFiClientException: Error
> deleting Controller Service: Node localhost:5671 is unable to fulfill this
> request due to: Controller Service 85f6b66c-017f-1000-0000-000068457893
> cannot be deleted because it is not disabled
> Caused by: javax.ws.rs.ClientErrorException: HTTP 409 Conflict
> Error:
> ClusteredVerifiableControllerServiceSystemIT>NiFiSystemIT.teardown:126->NiFiSystemIT.destroyFlow:177
> » NiFiClient
> {noformat}
> The impacted portion of the test should be adjusted to retry when receiving a
> response with HTTP 409.
--
This message was sent by Atlassian Jira
(v8.20.1#820001)