epugh commented on code in PR #4101:
URL: https://github.com/apache/solr/pull/4101#discussion_r2778407892
##########
solr/test-framework/src/java/org/apache/solr/util/TestHarness.java:
##########
@@ -434,7 +463,7 @@ public LocalSolrQueryRequest makeRequest(String... q) {
@SuppressWarnings({"rawtypes"})
NamedList nl = new NamedList(entries);
if (nl.get("wt") == null) nl.add("wt", "xml");
- return new LocalSolrQueryRequest(TestHarness.this.getCore(), nl);
+ return new SolrQueryRequestBase(TestHarness.this.getCore(),
nl.toSolrParams());
Review Comment:
Good eye! I didn't know about that.
--
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]