From 76fc5f9111c9b412440931480d67741fb2b6a989 Mon Sep 17 00:00:00 2001 From: xywang Date: Fri, 3 Dec 2021 16:23:21 +0800 Subject: [PATCH] [TS-783]: added test case file into 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 86bd39fa06..559e025c74 100755 --- a/tests/pytest/fulltest.sh +++ b/tests/pytest/fulltest.sh @@ -46,6 +46,7 @@ python3 ./test.py -f table/alter_column.py python3 ./test.py -f table/boundary.py python3 ./test.py -f table/create.py python3 ./test.py -f table/del_stable.py +python3 ./test.py -f table/create_db_from_normal_db.py #stable python3 ./test.py -f stable/insert.py -- GitLab