You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by "xiangfu0 (via GitHub)" <gi...@apache.org> on 2023/07/08 10:49:02 UTC

[GitHub] [pinot] xiangfu0 commented on a diff in pull request #11064: [cleanup] Consolidate some query and controller/broker methods in integration tests

xiangfu0 commented on code in PR #11064:
URL: https://github.com/apache/pinot/pull/11064#discussion_r1257224007


##########
pinot-controller/src/test/java/org/apache/pinot/controller/helix/ControllerTest.java:
##########
@@ -119,8 +119,8 @@ public class ControllerTest {
 
   protected static HttpClient _httpClient = null;
 
-  protected int _controllerPort;
-  protected String _controllerBaseApiUrl;

Review Comment:
   This is more to simplify the usage.
   Eventually all the usage of `_controllerBaseApiUrl` should go to `getControllerRequestClient()` or `getControllerRequestURLBuilder`, as well as `_brokerBaseApiUrl`.



-- 
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: commits-unsubscribe@pinot.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org