deardeng commented on code in PR #28047:
URL: https://github.com/apache/doris/pull/28047#discussion_r1416620805


##########
regression-test/framework/src/main/groovy/org/apache/doris/regression/util/DebugPoint.groovy:
##########
@@ -113,26 +122,25 @@ class DebugPoint {
     }
 
     def getFEHostAndHTTPPort() {
-        assert false : 'not implemented yet'
+        return suite.getFrontendIpHttpPort()
     }
 
     def enableDebugPointForAllFEs(String name, Map<String, String> params = 
null) {
-        assert false : 'not implemented yet'
+        operateDebugPointForAllFEs({ host, port ->
+            println "enable debug point $name for FE $host:$port"

Review Comment:
   log.info?



-- 
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-unsubscr...@doris.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to