add query/query.py in fulltest.sh

This commit is contained in:
liuyq-617 2021-08-28 15:26:15 +08:00
parent 12f4137681
commit 33254ace8a
1 changed files with 1 additions and 0 deletions

View File

@ -389,6 +389,7 @@ python3 ./test.py -f insert/schemalessInsert.py
python3 ./test.py -f alter/alterColMultiTimes.py
python3 ./test.py -f query/queryWildcardLength.py
python3 ./test.py -f query/queryTbnameUpperLower.py
python3 ./test.py -f query/query.py
#======================p4-end===============