alessandrobenedetti commented on code in PR #2489: URL: https://github.com/apache/solr/pull/2489#discussion_r1630193292
########## solr/core/src/test/org/apache/solr/handler/component/DebugComponentTest.java: ########## @@ -52,7 +64,7 @@ public void testBasicInterface() { "//str[@name='querystring']='*:*'", "//str[@name='parsedquery']='MatchAllDocsQuery(*:*)'", "//str[@name='parsedquery_toString']='*:*'", - "count(//lst[@name='explain']/*)=3", + "count(//lst[@name='explain']/*)=6", Review Comment: I added more docs in the setup of the test class, for the new debug tests I added. I thought that changing the few lines of debug that were counting the total docs was not much of a big deal. I can obviously change that if you think it is worth. -- 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