This is an automated email from the ASF dual-hosted git repository.
dataroaring 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 03642764990 [fix](case) remove global variable declarations in
test_disable_move_memtable (#54773)
03642764990 is described below
commit 03642764990a0eea5a33c7d3e28101218c763295
Author: Xin Liao <[email protected]>
AuthorDate: Thu Aug 14 20:59:01 2025 +0800
[fix](case) remove global variable declarations in
test_disable_move_memtable (#54773)
---
.../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]