[
https://issues.apache.org/jira/browse/NIFI-8082?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Eric Secules resolved NIFI-8082.
--------------------------------
Resolution: Duplicate
> Incorrect rollback of created FlowFiles MockProcessSession
> ----------------------------------------------------------
>
> Key: NIFI-8082
> URL: https://issues.apache.org/jira/browse/NIFI-8082
> Project: Apache NiFi
> Issue Type: Bug
> Components: Tools and Build
> Affects Versions: 1.12.1
> Reporter: Nick Lawrence
> Priority: Minor
> Attachments: MyProcessorTest.java
>
>
> {{When using TestRunner, MockProcessSession.rollback() is incorrectly placing
> new flow files on the input queue.}}
>
> {{The example testcase is attached.}}
> {quote}FlowFile output = session.create();
> session.transfer(output, REL_CREATED);
> session.rollback(); *// flowFile _output_ ends up on the input queue.*
> {quote}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)