Merge pull request #24746 from taosdata/test/3.0/TD-28491

test: open annotated unit tests in ci
This commit is contained in:
Alex Duan 2024-02-18 10:42:24 +08:00 committed by GitHub
commit 0d5787622b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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