From 1adfa45140728b83fca976e97398bf08be5059e6 Mon Sep 17 00:00:00 2001 From: xywang Date: Fri, 3 Dec 2021 16:26:04 +0800 Subject: [PATCH] [TS-783]: added test 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 da2f2c48df..35cb0eeed1 100755 --- a/tests/pytest/fulltest.sh +++ b/tests/pytest/fulltest.sh @@ -42,6 +42,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