This website requires JavaScript.
Explore
Help
Sign In
Apache
/
nifi
Watch
1
Star
0
Fork
0
You've already forked nifi
mirror of
https://github.com/apache/nifi.git
synced
2025-02-11 20:45:11 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
nifi
/
nifi-system-tests
History
Pierre Villard
2aca08910c
NIFI-12103 Replaced deprecated usage of new URL(String)
...
This
closes
#7771
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2023-09-23 10:30:42 -05:00
..
nifi-stateless-system-test-suite
NIFI-11556: Added ability to use a Process Group as a Stateless Flow
2023-08-09 12:08:22 -05:00
nifi-system-test-extensions2-bundle
NIFI-11103 prepping for 2.0.0 line
2023-02-09 15:32:53 -07:00
nifi-system-test-extensions-bundle
NIFI-12103 Replaced deprecated usage of new URL(String)
2023-09-23 10:30:42 -05:00
nifi-system-test-nar-provider-bundles
NIFI-11103 prepping for 2.0.0 line
2023-02-09 15:32:53 -07:00
nifi-system-test-suite
NIFI-12101: This
closes
#7768
. Fixed bugs that caused StatelessBasicsIT.testChangeFlowVersion to fail. There were a couple of related issues. Firstly, for Stateless Groups we were not waiting for the group to fully stop before attempting to update the flow but were waiting only for child/descendant groups to stop. This was due to misleading naming in the ProcessGroupUpdateStrategy enum. Renamed enum values to more clearly convey what they mean. Additionally, renamed the enum to more clearly convey what how it is used, since it is used not only for updating groups but also for retrieving groups. Additionally, when waiting for stateless groups to stop, we inadvertently checked the Set of affectedComponents' IDs against Process Group IDs so addressed the logic there and also ensured that we were consistent in setting the AffectedComponentEntity's ProcessGroup (i.e., its ProcessGroupNameDTO) as we were inconsistently setting it across the codebase.
2023-09-22 09:00:52 -07:00
pom.xml
NIFI-11103 prepping for 2.0.0 line
2023-02-09 15:32:53 -07:00