diegoceccarelli commented on a change in pull request #819: SOLR-13676: Reduce 
log verbosity in TestDistributedGrouping 
URL: https://github.com/apache/lucene-solr/pull/819#discussion_r310389946
 
 

 ##########
 File path: solr/core/src/test/org/apache/solr/TestDistributedGrouping.java
 ##########
 @@ -221,12 +224,13 @@ public void test() throws Exception {
         "fl", "id", "group.format", "grouped", "group.limit", "-12",
         "sort", i1 + " asc, id asc");
 
+    ignoreException("'group.offset' parameter cannot be negative");
 
 Review comment:
   Good point, added `resetExceptionIgnores`. Thanks!

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

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

Reply via email to