Jeff Storck created NIFI-6184:
---------------------------------
Summary: ExecuteSparkInteractiveTestBase tests can run indefinitely
Key: NIFI-6184
URL: https://issues.apache.org/jira/browse/NIFI-6184
Project: Apache NiFi
Issue Type: Bug
Components: Extensions
Affects Versions: 1.9.1
Reporter: Jeff Storck
Tests extending ExecuteSparkInteractiveTestBase can enter a state in which they
never complete, effectively keeping the test from completing if flowfile
processing has failed in a way that ends with the flowfile being returned to
the incoming queue.
For instance, if there is an issue preventing an SSL connection from being
made, the flowfile will not be taken from the incoming queue, preventing the
while loop in ExecuteSparkInteractiveTestBase from reaching its terminating
condition.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)