cpoerschke commented on code in PR #2248: URL: https://github.com/apache/solr/pull/2248#discussion_r1690065461
########## solr/core/src/test/org/apache/solr/search/TestQueryLimits.java: ########## @@ -76,7 +76,17 @@ public void testQueryLimits() throws Exception { rsp = solrClient.query( COLLECTION, - params("q", "id:*", "sort", "id asc", "facet", "true", "facet.field", "val_i")); + params( + "q", + "id:*", + "sort", + "id asc", + "facet", + "true", + "facet.field", + "val_i", + "multiThreaded", + "false")); Review Comment: #2590 proposes to explicitly not (yet) support multi-threading when query limits are used, and with that then the test change here could be reverted. -- 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: issues-unsubscr...@solr.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org For additional commands, e-mail: issues-h...@solr.apache.org