cpoerschke commented on code in PR #2526:
URL: https://github.com/apache/solr/pull/2526#discussion_r1688403069


##########
solr/core/src/test/org/apache/solr/handler/component/DebugComponentTest.java:
##########
@@ -297,4 +297,12 @@ private void addRequestId(ResponseBuilder rb, String 
requestId) {
     params.add(CommonParams.REQUEST_ID, requestId);
     rb.req.setParams(params);
   }
+
+  @Test
+  public void testDistributedStageResolution() throws IOException {
+    assertEquals("PARSE_QUERY", 
DebugComponent.getDistributedStageName(ResponseBuilder.STAGE_PARSE_QUERY));

Review Comment:
   gradlew tidy
   
   ```suggestion
       assertEquals("PARSE_QUERY", 
           
DebugComponent.getDistributedStageName(ResponseBuilder.STAGE_PARSE_QUERY));
   ```
   
   edit: I just tried to in-browser add the tidy fix here but it won't let me, 
likely because the branch is from an org rather than user fork of the repo, 
known git issue somewhere.
   
   @tboeghk - would you have a moment to press "commit suggestion" here? 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.

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

Reply via email to