From 96e483ea968b63ed7fb1ec83470ecc6af141a025 Mon Sep 17 00:00:00 2001 From: happyguoxy Date: Wed, 7 Jul 2021 10:42:18 +0800 Subject: [PATCH] [TD-5063]:test insert locking bug --- tests/pytest/fulltest.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/pytest/fulltest.sh b/tests/pytest/fulltest.sh index 1785e5ebfa..e1880a3750 100755 --- a/tests/pytest/fulltest.sh +++ b/tests/pytest/fulltest.sh @@ -328,6 +328,7 @@ python3 ./test.py -f tag_lite/unsignedTinyint.py python3 ./test.py -f functions/function_percentile2.py python3 ./test.py -f insert/boundary2.py +python3 ./test.py -f insert/insert_locking.py python3 ./test.py -f alter/alter_debugFlag.py python3 ./test.py -f query/queryBetweenAnd.py python3 ./test.py -f tag_lite/alter_tag.py