From 100b244326b66b05d1fc33a3154168b16a67fd9d Mon Sep 17 00:00:00 2001 From: yihaoDeng Date: Wed, 16 Jun 2021 22:31:57 +0800 Subject: [PATCH] [TD-3086] add test case --- tests/pytest/fulltest.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/pytest/fulltest.sh b/tests/pytest/fulltest.sh index b032db8798..7c703bf134 100755 --- a/tests/pytest/fulltest.sh +++ b/tests/pytest/fulltest.sh @@ -71,6 +71,7 @@ python3 ./test.py -f tag_lite/int.py python3 ./test.py -f tag_lite/set.py python3 ./test.py -f tag_lite/smallint.py python3 ./test.py -f tag_lite/tinyint.py +python3 ./test.py -f tag_lite/timestamp.py #python3 ./test.py -f dbmgmt/database-name-boundary.py -- GitLab