From 33254ace8a553076613aac56ae2edd7908ed0cb6 Mon Sep 17 00:00:00 2001 From: liuyq-617 Date: Sat, 28 Aug 2021 15:26:15 +0800 Subject: [PATCH] add query/query.py in fulltest.sh --- tests/pytest/fulltest.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/pytest/fulltest.sh b/tests/pytest/fulltest.sh index 313ae787d2..886e2a365e 100755 --- a/tests/pytest/fulltest.sh +++ b/tests/pytest/fulltest.sh @@ -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=============== -- GitLab