This is an automated email from the ASF dual-hosted git repository.
liaoxin01 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/master by this push:
new 4e3c1b84dd5 [fix](regression) Fetch streaming job metrics from master
FE (#66460)
4e3c1b84dd5 is described below
commit 4e3c1b84dd5936b8d751e0a95719350e8cd8e980
Author: wudi <[email protected]>
AuthorDate: Thu Aug 6 15:37:06 2026 +0800
[fix](regression) Fetch streaming job metrics from master FE (#66460)
---
.../job_p0/streaming_job/cdc/test_streaming_mysql_job_metrics.groovy | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git
a/regression-test/suites/job_p0/streaming_job/cdc/test_streaming_mysql_job_metrics.groovy
b/regression-test/suites/job_p0/streaming_job/cdc/test_streaming_mysql_job_metrics.groovy
index fc317a3963a..a780a16aaaf 100644
---
a/regression-test/suites/job_p0/streaming_job/cdc/test_streaming_mysql_job_metrics.groovy
+++
b/regression-test/suites/job_p0/streaming_job/cdc/test_streaming_mysql_job_metrics.groovy
@@ -92,10 +92,11 @@ suite("test_streaming_mysql_job_metrics",
int count = 0
int metricCount = 0
+ String masterHttpAddress = getMasterIp() + ":" + getMasterPort("http")
while (true) {
metricCount = 0
httpTest {
- endpoint context.config.feHttpAddress
+ endpoint masterHttpAddress
uri "/metrics?type=json"
op "get"
check { code, body ->
@@ -233,4 +234,3 @@ suite("test_streaming_mysql_job_metrics",
assert jobCountRsp.get(0).get(0) == 0
}
}
-
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]