liaoxin01 commented on code in PR #38595: URL: https://github.com/apache/doris/pull/38595#discussion_r1698686520
########## regression-test/suites/check_before_quit/check_before_quit.groovy: ########## @@ -126,6 +126,7 @@ suite("check_before_quit", "nonConcurrent,p0") { def command_metrics = "curl http://${beHost}:${bePort}/metrics" def command_vars = "curl http://${beHost}:${beBrpcPort}/vars" + def command_load_streams = "curl http://${beHost}:${beBrpcPort}/api/load_streams" Review Comment: ```suggestion def command_load_streams = "curl http://${beHost}:${bePort}/api/load_streams" ``` -- 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