Merge pull request #24746 from taosdata/test/3.0/TD-28491
test: open annotated unit tests in ci
This commit is contained in:
commit
0d5787622b
|
@ -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
|
||||||
|
|
|
@ -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)
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue