This is an automated email from the ASF dual-hosted git repository.
dataroaring pushed a commit to branch branch-3.0
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/branch-3.0 by this push:
new 173eaad5774 branch-3.0: [fix](test) Adapta case to multi FE node test
#49764 (#49785)
173eaad5774 is described below
commit 173eaad57746c1a7892d8fa5d4b24c3801d4e274
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Mon Apr 7 12:07:40 2025 +0800
branch-3.0: [fix](test) Adapta case to multi FE node test #49764 (#49785)
Cherry-picked from #49764
Co-authored-by: hui lai <[email protected]>
---
.../routine_load/test_routin_load_abnormal_job_monitor.groovy | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git
a/regression-test/suites/load_p0/routine_load/test_routin_load_abnormal_job_monitor.groovy
b/regression-test/suites/load_p0/routine_load/test_routin_load_abnormal_job_monitor.groovy
index 5b5f124408d..7cc08b5b813 100644
---
a/regression-test/suites/load_p0/routine_load/test_routin_load_abnormal_job_monitor.groovy
+++
b/regression-test/suites/load_p0/routine_load/test_routin_load_abnormal_job_monitor.groovy
@@ -164,11 +164,12 @@ suite("test_routine_load_abnormal_job_monitor","p0") {
def count = 0
def metricCount = 0
+ String masterHttpAddress = getMasterIp() + ":" + getMasterPort()
+ log.info("master host: ${masterHttpAddress}".toString())
while (true) {
- count = 0
metricCount = 0
httpTest {
- endpoint context.config.feHttpAddress
+ endpoint masterHttpAddress
uri "/metrics?type=json"
op "get"
check { code, body ->
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]