mirror of
https://github.com/apache/nifi.git
synced 2025-02-09 11:35:05 +00:00
NIFI-10063: Wait for processor to become valid before attempting to start it
This closes #6083 Signed-off-by: David Handermann <exceptionfactory@apache.org>
This commit is contained in:
parent
9878df9f5a
commit
005fbe3c50
@ -101,6 +101,7 @@ public class RemoteProcessGroupIT extends NiFiSystemIT {
|
||||
final ConnectionEntity portToCount = getClientUtil().createConnection(util.createConnectableDTO(port), util.createConnectableDTO(count), "");
|
||||
|
||||
getNifiClient().getInputPortClient().startInputPort(port);
|
||||
getClientUtil().waitForValidProcessor(generateFlowFile.getId());
|
||||
getNifiClient().getProcessorClient().startProcessor(generateFlowFile);
|
||||
getNifiClient().getRemoteProcessGroupClient().startTransmitting(rpg);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user