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

morrysnow pushed a commit to branch branch-3.1
in repository https://gitbox.apache.org/repos/asf/doris.git


The following commit(s) were added to refs/heads/branch-3.1 by this push:
     new 6f406e81427 branch-3.1: [fix](case) remove global variable 
declarations in test_disable_move_memtable #54773 (#54809)
6f406e81427 is described below

commit 6f406e81427fef30ea0f513e493874f23076b465
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri Aug 15 17:51:02 2025 +0800

    branch-3.1: [fix](case) remove global variable declarations in 
test_disable_move_memtable #54773 (#54809)
    
    Cherry-picked from #54773
    
    Co-authored-by: Xin Liao <[email protected]>
---
 .../suites/fault_injection_p0/test_disable_move_memtable.groovy         | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/regression-test/suites/fault_injection_p0/test_disable_move_memtable.groovy 
b/regression-test/suites/fault_injection_p0/test_disable_move_memtable.groovy
index 2945d2f4365..19b721315d1 100644
--- 
a/regression-test/suites/fault_injection_p0/test_disable_move_memtable.groovy
+++ 
b/regression-test/suites/fault_injection_p0/test_disable_move_memtable.groovy
@@ -230,7 +230,7 @@ suite("test_disable_move_memtable", "nonConcurrent") {
         def check_load_result = {checklabel, testTablex, res ->
             def max_try_milli_secs = 10000
             while(max_try_milli_secs) {
-                result = sql "show load where label = '${checklabel}'"
+                def result = sql "show load where label = '${checklabel}'"
                 log.info("result: ${result}")
                 if(result[0][2].toString() == "${res}".toString()) {
                     break


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

Reply via email to