From aedccee5162a49c7a0077e2fe71936fe21f3c34b Mon Sep 17 00:00:00 2001 From: liuyq-617 Date: Thu, 18 Feb 2021 15:25:35 +0800 Subject: [PATCH] test date befor 1970 --- tests/pytest/pytest_1.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/pytest/pytest_1.sh b/tests/pytest/pytest_1.sh index 6905f0c61e..729319c231 100755 --- a/tests/pytest/pytest_1.sh +++ b/tests/pytest/pytest_1.sh @@ -19,7 +19,7 @@ python3 ./test.py -f insert/randomNullCommit.py #python3 insert/retentionpolicy.py python3 ./test.py -f insert/alterTableAndInsert.py python3 ./test.py -f insert/insertIntoTwoTables.py -#python3 ./test.py -f insert/before_1970.py +python3 ./test.py -f insert/before_1970.py python3 bug2265.py #table -- GitLab