This is an automated email from the ASF dual-hosted git repository.

gavinchou 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 a3252b7194f [Fix](Test) Fix tablet stats case (#59484)
a3252b7194f is described below

commit a3252b7194f7802e072db937ae011132d3cc9d29
Author: Jimmy <[email protected]>
AuthorDate: Mon Jan 5 20:07:12 2026 +0800

    [Fix](Test) Fix tablet stats case (#59484)
---
 .../src/main/groovy/org/apache/doris/regression/suite/Suite.groovy   | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git 
a/regression-test/framework/src/main/groovy/org/apache/doris/regression/suite/Suite.groovy
 
b/regression-test/framework/src/main/groovy/org/apache/doris/regression/suite/Suite.groovy
index b1fb7db3797..da6ee9fe442 100644
--- 
a/regression-test/framework/src/main/groovy/org/apache/doris/regression/suite/Suite.groovy
+++ 
b/regression-test/framework/src/main/groovy/org/apache/doris/regression/suite/Suite.groovy
@@ -3246,12 +3246,13 @@ class Suite implements GroovyInterceptable {
         def jsonOutput = new JsonOutput()
         def map = []
         def js = jsonOutput.toJson(map)
-        log.info("fix tablet stat req: 
/MetaService/http/fix_tablet_stats?token=${token}&cloud_unique_id=${instance_id}&table_id=${table_id}
 ".toString())
+        def cloudUniqueId = context.config.cloudUniqueId
+        log.info("fix tablet stat req: 
/MetaService/http/fix_tablet_stats?token=${token}&cloud_unique_id=${cloudUniqueId}&table_id=${table_id}
 ".toString())
 
         def fix_tablet_stats_api = { request_body, check_func ->
             httpTest {
                 endpoint context.config.metaServiceHttpAddress
-                uri 
"/MetaService/http/fix_tablet_stats?token=${token}&cloud_unique_id=${instance_id}&table_id=${table_id}"
+                uri 
"/MetaService/http/fix_tablet_stats?token=${token}&cloud_unique_id=${cloudUniqueId}&table_id=${table_id}"
                 body request_body
                 check check_func
             }


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to