test: open annotated unit tests in ci

This commit is contained in:
chenhaoran 2024-02-05 17:11:39 +08:00
parent ecdcc6dee1
commit 8baa27e6a3
3 changed files with 3 additions and 7 deletions

View File

@ -4,12 +4,8 @@
#unit-test #unit-test
archOs=$(arch)
if [[ $archOs =~ "aarch64" ]]; then
,,n,unit-test,bash test.sh ,,n,unit-test,bash test.sh
else
,,y,unit-test,bash test.sh
fi
# #
# army-test # army-test

View File

@ -683,6 +683,6 @@ if __name__ == "__main__":
if conn is not None: if conn is not None:
conn.close() conn.close()
if asan: if asan:
tdDnodes.StopAllSigint() # tdDnodes.StopAllSigint()
tdLog.info("Address sanitizer mode finished") tdLog.info("Address sanitizer mode finished")
sys.exit(0) sys.exit(0)

View File

@ -40,7 +40,7 @@ pgrep taosd || taosd >> /dev/null 2>&1 &
sleep 10 sleep 10
ctest -E "smlTest|funcTest|profileTest|sdbTest|showTest|geomTest|idxFstUtilUT|idxTest|idxUtilUT|idxFstUT|parserTest|plannerTest|transUT|transUtilUt" -j8 ctest -j8
ret=$? ret=$?
exit $ret exit $ret