[
https://issues.apache.org/jira/browse/MINIFI-38?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15360579#comment-15360579
]
ASF GitHub Bot commented on MINIFI-38:
--------------------------------------
Github user apiri commented on a diff in the pull request:
https://github.com/apache/nifi-minifi/pull/23#discussion_r69393526
--- Diff:
minifi-commons/minifi-utils/src/main/test/java/org/apache/nifi/minifi/commons/status/TestStatusReport.java
---
@@ -0,0 +1,88 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements. See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License. You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+package org.apache.nifi.minifi.commons.status;
+
+import org.junit.Test;
+
+import java.io.ByteArrayInputStream;
+import java.io.ByteArrayOutputStream;
+import java.io.IOException;
+import java.io.ObjectInputStream;
+import java.io.ObjectOutputStream;
+import java.io.Serializable;
+
+import static
org.apache.nifi.minifi.commons.status.util.StatusReportPopulator.addConnectionStatus;
+import static
org.apache.nifi.minifi.commons.status.util.StatusReportPopulator.addControllerServiceStatus;
+import static
org.apache.nifi.minifi.commons.status.util.StatusReportPopulator.addExpectedRemoteProcessGroupStatus;
+import static
org.apache.nifi.minifi.commons.status.util.StatusReportPopulator.addInstanceStatus;
+import static
org.apache.nifi.minifi.commons.status.util.StatusReportPopulator.addProcessorStatus;
+import static
org.apache.nifi.minifi.commons.status.util.StatusReportPopulator.addReportingTaskStatus;
+import static
org.apache.nifi.minifi.commons.status.util.StatusReportPopulator.addSystemDiagnosticStatus;
+import static org.junit.Assert.assertEquals;
+
+public class TestStatusReport {
--- End diff --
This appears to be in the wrong folder structure. src/main/test/java
instead of src/test/java
> Add Query Mechanism for bootstrap to get Flow Status
> ----------------------------------------------------
>
> Key: MINIFI-38
> URL: https://issues.apache.org/jira/browse/MINIFI-38
> Project: Apache NiFi MiNiFi
> Issue Type: Sub-task
> Reporter: Joseph Percivall
> Assignee: Joseph Percivall
>
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)