epugh commented on code in PR #4731:
URL: https://github.com/apache/solr/pull/4731#discussion_r3774891540
##########
solr/core/src/test/org/apache/solr/MinimalSchemaTest.java:
##########
@@ -111,11 +110,12 @@ public void testAllConfiguredHandlers() {
assertQ(
"failure w/handler: '" + handler + "'",
- req(
- "qt", handler,
- // this should be fairly innocuous for any type of query
- "q", "foo:bar",
- "omitHeader", "false"),
+ reqWithPath(
+ handler, // this should be fairly innocuous for any type of
query
Review Comment:
i wonder if using the Solr specific term `handler` still makes sense, or we
should just say `path`?
--
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]