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 92015b93ffb branch-3.0: [fix](test) fix duplicate variable define 
#48939 (#48945)
92015b93ffb is described below

commit 92015b93ffba40d665907197ca248fc792aad4d1
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Thu Mar 13 20:19:35 2025 +0800

    branch-3.0: [fix](test) fix duplicate variable define #48939 (#48945)
    
    Cherry-picked from #48939
    
    Co-authored-by: Mingyu Chen (Rayner) <[email protected]>
---
 .../cache/multi_cluster/warm_up/hotspot/test_warmup_show_stmt_2.groovy  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/regression-test/suites/cloud_p0/cache/multi_cluster/warm_up/hotspot/test_warmup_show_stmt_2.groovy
 
b/regression-test/suites/cloud_p0/cache/multi_cluster/warm_up/hotspot/test_warmup_show_stmt_2.groovy
index 3b944768970..efd1c6ffe96 100644
--- 
a/regression-test/suites/cloud_p0/cache/multi_cluster/warm_up/hotspot/test_warmup_show_stmt_2.groovy
+++ 
b/regression-test/suites/cloud_p0/cache/multi_cluster/warm_up/hotspot/test_warmup_show_stmt_2.groovy
@@ -110,7 +110,7 @@ suite("test_warmup_show_stmt_2") {
 
     sql new File("""${context.file.parent}/../ddl/${table}_delete.sql""").text
     sleep(40000)
-    def result = show_cache_hotspot()
+    result = show_cache_hotspot()
     log.info(result.toString())
     org.junit.Assert.assertTrue("result.size() " + result.size() + " > 0", 
result.size() > 0)
     found = false


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

Reply via email to