KhushJain commented on code in PR #4286:
URL: https://github.com/apache/solr/pull/4286#discussion_r3094005903


##########
solr/solrj-streaming/src/test/org/apache/solr/client/solrj/io/stream/StreamingTest.java:
##########
@@ -1660,7 +1661,8 @@ public void testRollupStream() throws Exception {
         new MaxMetric("a_f"),
         new MeanMetric("a_i"),
         new MeanMetric("a_f"),
-        new CountMetric()
+        new CountMetric(),
+        new MissingMetric("b_f")
       };

Review Comment:
   There were no existing tests for min, max, count, avg, sum metrics for 
/stream handler. Added those as well.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to