From 18e193de8ec900acb0cd8da610dbf15742f877d5 Mon Sep 17 00:00:00 2001 From: xywang Date: Tue, 25 Jan 2022 11:43:20 +0800 Subject: [PATCH] [TS-1159]: added test case into script --- tests/pytest/fulltest.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/pytest/fulltest.sh b/tests/pytest/fulltest.sh index ffac6d5a75..b6f367c5ef 100755 --- a/tests/pytest/fulltest.sh +++ b/tests/pytest/fulltest.sh @@ -417,6 +417,7 @@ python3 ./test.py -f insert/flushwhiledrop.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 alter/alterBackQuoteCol.py python3 ./test.py -f query/query.py python3 ./test.py -f query/queryDiffColsTagsAndOr.py -- GitLab