You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by th...@apache.org on 2022/10/26 20:32:02 UTC

[nifi] branch main updated (d390a0becf -> b05bd988b6)

This is an automated email from the ASF dual-hosted git repository.

thenatog pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/nifi.git


    from d390a0becf NIFI-10673: When a component is added to a ProcessGroup, we had a method called ensureUniqueVersionControlId but the method only took into accounts in that Process Group. Updated methods to now consider components in any Process Group that is part of the same Versioned Flow. Also added system test to verify the problem and the fix. Added Toolkit clients and additional methods as necessary in order to implement system tests
     add b05bd988b6 NIFI-10700: - Only restart ports if their scheduledState is Running. - Adding unit tests. - Fixing unit test to properly verify Port isn't restarted.

No new revisions were added by this update.

Summary of changes:
 .../StandardVersionedComponentSynchronizer.java    |  2 +-
 ...StandardVersionedComponentSynchronizerTest.java | 35 ++++++++++++++++++++++
 2 files changed, 36 insertions(+), 1 deletion(-)