Merge pull request #5215 from taosdata/test/jenkins
<test>sync test files
This commit is contained in:
commit
fa0bc728d1
|
@ -16,7 +16,7 @@ python3 ./test.py -f insert/nchar.py
|
||||||
python3 ./test.py -f insert/nchar-unicode.py
|
python3 ./test.py -f insert/nchar-unicode.py
|
||||||
python3 ./test.py -f insert/multi.py
|
python3 ./test.py -f insert/multi.py
|
||||||
python3 ./test.py -f insert/randomNullCommit.py
|
python3 ./test.py -f insert/randomNullCommit.py
|
||||||
#python3 insert/retentionpolicy.py
|
python3 insert/retentionpolicy.py
|
||||||
python3 ./test.py -f insert/alterTableAndInsert.py
|
python3 ./test.py -f insert/alterTableAndInsert.py
|
||||||
python3 ./test.py -f insert/insertIntoTwoTables.py
|
python3 ./test.py -f insert/insertIntoTwoTables.py
|
||||||
python3 ./test.py -f insert/before_1970.py
|
python3 ./test.py -f insert/before_1970.py
|
||||||
|
|
|
@ -23,4 +23,11 @@ python3 ./test.py -f functions/function_sum.py -r 1
|
||||||
python3 ./test.py -f functions/function_top.py -r 1
|
python3 ./test.py -f functions/function_top.py -r 1
|
||||||
python3 ./test.py -f functions/function_twa.py -r 1
|
python3 ./test.py -f functions/function_twa.py -r 1
|
||||||
python3 ./test.py -f functions/function_twa_test2.py
|
python3 ./test.py -f functions/function_twa_test2.py
|
||||||
python3 ./test.py -f functions/function_stddev_td2555.pyhao
|
python3 ./test.py -f functions/function_stddev_td2555.py
|
||||||
|
python3 ./test.py -f insert/metadataUpdate.py
|
||||||
|
python3 ./test.py -f tools/taosdemoTest2.py
|
||||||
|
python3 ./test.py -f query/last_cache.py
|
||||||
|
python3 ./test.py -f query/last_row_cache.py
|
||||||
|
python3 ./test.py -f account/account_create.py
|
||||||
|
python3 ./test.py -f alter/alter_table.py
|
||||||
|
python3 ./test.py -f query/queryGroupbySort.py
|
|
@ -38,3 +38,9 @@
|
||||||
./test.sh -f general/stable/vnode3.sim
|
./test.sh -f general/stable/vnode3.sim
|
||||||
|
|
||||||
./test.sh -f unique/column/replica3.sim
|
./test.sh -f unique/column/replica3.sim
|
||||||
|
./test.sh -f issue/TD-2713.sim
|
||||||
|
./test.sh -f general/parser/select_distinct_tag.sim
|
||||||
|
./test.sh -f unique/mnode/mgmt30.sim
|
||||||
|
./test.sh -f issue/TD-2677.sim
|
||||||
|
./test.sh -f issue/TD-2680.sim
|
||||||
|
./test.sh -f unique/dnode/lossdata.sim
|
Loading…
Reference in New Issue