Merge pull request #11081 from taosdata/feature/tq

fix test
This commit is contained in:
Liu Jicong 2022-03-29 13:09:18 +08:00 committed by GitHub
commit 4a0fdf3e80
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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