Eric Secules created NIFI-12067:
-----------------------------------
Summary: MockProcessSession sends created/cloned flowfiles to the
input queue on rollback
Key: NIFI-12067
URL: https://issues.apache.org/jira/browse/NIFI-12067
Project: Apache NiFi
Issue Type: Bug
Components: Tools and Build
Reporter: Eric Secules
This happens when flowfiles created or cloned by the processor under test are
routed to a relationship and then the session is rolled back.
Those flowfiles should be deleted rather than put on the input queue.
The MockProcessSession implements rollback by putting all flowfiles on it's
transfer map back on the input queue without regard for whether the flowfiles
was created or cloned by the session.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)