From 1b200aff7c3c0d4ce18ed78afa1192ccab8307b4 Mon Sep 17 00:00:00 2001 From: Ping Xiao Date: Fri, 22 May 2020 10:53:01 +0800 Subject: [PATCH] Add filter.py into fulltest --- tests/pytest/fulltest.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/pytest/fulltest.sh b/tests/pytest/fulltest.sh index ab5db30051..173062fb1f 100755 --- a/tests/pytest/fulltest.sh +++ b/tests/pytest/fulltest.sh @@ -125,3 +125,6 @@ python3 ./test.py $1 -f user/pass_len.py # table #python3 ./test.py $1 -f table/del_stable.py +#query +python3 ./test.py $1 -f query/filter.py + -- GitLab