This commit is contained in:
Liu Jicong 2022-03-29 12:57:44 +08:00
parent fc232212c2
commit dbb247cb52
1 changed files with 1 additions and 1 deletions

View File

@ -97,7 +97,7 @@ print inserted totalMsgCnt: $totalMsgCnt
print cmd===> system_content ../../debug/tests/test/c/tmq_sim -c ../../sim/tsim/cfg -d $dbNamme -t "topic1" -k "group.id:tg2"
system_content ../../debug/tests/test/c/tmq_sim -c ../../sim/tsim/cfg -d $dbNamme -t "topic1" -k "group.id:tg2"
print cmd result----> $system_content
if $system_content != @{consume success: 200}@ then
if $system_content != @{consume success: 20}@ then
return -1
endi