From 8ad2efeedf1028b8281453ceff53d42abcfab142 Mon Sep 17 00:00:00 2001 From: cpwu Date: Fri, 20 May 2022 20:22:51 +0800 Subject: [PATCH] add fsync to CI --- tests/system-test/fulltest.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/system-test/fulltest.sh b/tests/system-test/fulltest.sh index 06be29a636..527cc1f8a3 100755 --- a/tests/system-test/fulltest.sh +++ b/tests/system-test/fulltest.sh @@ -11,6 +11,7 @@ python3 ./test.py -f 0-others/udfTest.py # TODO privilege has error # python3 ./test.py -f 0-others/user_control.py +python3 ./test.py -f 0-others/fsync.py #python3 ./test.py -f 2-query/between.py python3 ./test.py -f 2-query/distinct.py