test: fix mnode leader follower order error

This commit is contained in:
afwerar 2022-07-23 16:37:24 +08:00
parent ca102bdccd
commit f34b3006b7
1 changed files with 1 additions and 0 deletions

View File

@ -91,5 +91,6 @@ goto :eof
:CheckSkipCase
set skipCase=false
if "%*" == "python3 ./test.py -f 1-insert/insertWithMoreVgroup.py" ( set skipCase=true )
if "%*" == "python3 ./test.py -f 2-query/queryQnode.py" ( set skipCase=true )
echo %* | grep "\-R" && set skipCase=true
:goto eof