From 6a9a6e71aea854d715142b71bddf195def123fc7 Mon Sep 17 00:00:00 2001 From: liuyq-617 Date: Tue, 27 Oct 2020 14:31:07 +0800 Subject: [PATCH] [TD-1779]add case tbname sensitive --- tests/pytest/fulltest.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/pytest/fulltest.sh b/tests/pytest/fulltest.sh index 39d0fa3d94..f76483fe65 100755 --- a/tests/pytest/fulltest.sh +++ b/tests/pytest/fulltest.sh @@ -24,6 +24,7 @@ python3 ./test.py -f table/alter_wal0.py python3 ./test.py -f table/column_name.py python3 ./test.py -f table/column_num.py python3 ./test.py -f table/db_table.py +python3 ./test.py -f table/create_sensitive.py #python3 ./test.py -f table/tablename-boundary.py # tag -- GitLab