Conversation
exceptionfactory
left a comment
Contributor
There was a problem hiding this comment.
Thanks for drafting this pull request @skeossei, please update the commit message and pull request title with the associated Jira issue number.
skeossei
force-pushed
the
NIFI-16353
branch
from
September 16, 2026 18:36
643da13 to
15c3c62
Compare
Contributor
Author
|
Updated the commit and PR title |
skeossei
marked this pull request as ready for review
September 16, 2026 20:15
Contributor
|
@skeossei do not squash / force push commits after opening a PR, just add commits for the review cycles. If you do squash into a single commit, then you need to make sure this is rebased on top of main for the checks to properly execute. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
NIFI-16353
Adds an optional
StandardConnectorTestRunner.Builder.instanceDirectory(Path)configuration for isolating mutable NiFi filesystem paths between runner instances.Repository, asset, NAR working, Jetty working, state, and flow configuration paths are derived from the supplied instance directory. The NAR library remains shared and read-only. Existing filesystem behavior is preserved when an instance directory is not supplied.
Integration tests use JUnit
@TempDirdirectories and verify concurrent runner startup and shutdown, filesystem isolation, cleanup ownership, and that closing one runner does not affect another.Tracking
Please complete the following tracking steps prior to pull request creation.
Issue Tracking
Pull Request Tracking
NIFI-00000NIFI-00000VerifiedstatusPull Request Formatting
mainbranchVerification
Please indicate the verification steps performed prior to pull request creation.
Targeted Build
Build
./mvnw clean install -P contrib-checkLicensing
LICENSEandNOTICEfilesNo new dependencies were introduced.
Documentation
No documentation files were changed.