awelless commented on code in PR #10077:
URL: https://github.com/apache/nifi/pull/10077#discussion_r2303385816
##########
nifi-mock/src/main/java/org/apache/nifi/util/MockProcessSession.java:
##########
@@ -109,11 +110,16 @@ public MockProcessSession(final SharedSessionState
sharedState, final Processor
public MockProcessSession(final SharedSessionState sharedState, final
Processor processor, final boolean enforceStreamsClosed, final StateManager
stateManager,
final boolean allowSynchronousCommits) {
- this(sharedState, processor, enforceStreamsClosed, stateManager,
allowSynchronousCommits, false);
+ this(sharedState, processor, enforceStreamsClosed, stateManager,
allowSynchronousCommits, false, false);
Review Comment:
I moved the changes into #10245.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]