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 e7b5f796640 [Fix](group commit) Fix wal mem back pressure fault
injection case (#29625)
e7b5f796640 is described below
commit e7b5f79664031d03afc9eea251590802f1a29f55
Author: abmdocrt <[email protected]>
AuthorDate: Sun Jan 7 18:31:31 2024 +0800
[Fix](group commit) Fix wal mem back pressure fault injection case (#29625)
---
.../test_wal_mem_back_pressure_fault_injection.groovy | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/regression-test/suites/fault_injection_p0/test_wal_mem_back_pressure_fault_injection.groovy
b/regression-test/suites/fault_injection_p0/test_wal_mem_back_pressure_fault_injection.groovy
index c3cfe5fa0c7..ea778259133 100644
---
a/regression-test/suites/fault_injection_p0/test_wal_mem_back_pressure_fault_injection.groovy
+++
b/regression-test/suites/fault_injection_p0/test_wal_mem_back_pressure_fault_injection.groovy
@@ -112,7 +112,7 @@
suite("test_wal_mem_back_pressure_fault_injection","nonConcurrent") {
processList.each { item ->
logger.info(item[1].toString())
logger.info(item[11].toString())
- if (item[11].toString() == "".toString()){
+ if (item[11].toString() == "group commit is not supported in
nereids now".toString()){
def res = sql "kill ${item[1]}"
logger.info(res.toString())
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]