[ https://issues.apache.org/jira/browse/MINIFI-86?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15513957#comment-15513957 ]
ASF GitHub Bot commented on MINIFI-86: -------------------------------------- Github user apiri commented on a diff in the pull request: https://github.com/apache/nifi-minifi/pull/38#discussion_r80093282 --- Diff: minifi-toolkit/minifi-toolkit-configuration/src/test/java/org/apache/nifi/minifi/toolkit/configuration/ConfigMainTest.java --- @@ -173,6 +174,46 @@ public void testTransformRoundTripStressTestFramework() throws IOException, JAXB transformRoundTrip("StressTestFramework"); } + @Test --- End diff -- if anticipating a exception, should likely use the @Test(expected = ) in lieu of the try-catch > Make explicit that Process Groups are not currently supported in MiNiFi > ----------------------------------------------------------------------- > > Key: MINIFI-86 > URL: https://issues.apache.org/jira/browse/MINIFI-86 > Project: Apache NiFi MiNiFi > Issue Type: Improvement > Components: Documentation, Processing Configuration > Reporter: Aldrin Piri > Assignee: Joseph Percivall > Priority: Minor > Fix For: 0.1.0 > > > Currently it is not possible to use a process group within MiNiFi. This > needs to be more readily communicated to users of both the agent instances as > well as those looking to make use of the toolkit to convert a template that > may contain one or more PGs. > We can update the docs as well as incorporate changes into the toolkit to > check for these items and fail gracefully with an appropriate error message > to make this better known. -- This message was sent by Atlassian JIRA (v6.3.4#6332)