test:repire test case for windows
This commit is contained in:
parent
48b23f735c
commit
af9a73d1e3
|
@ -455,7 +455,7 @@
|
||||||
,,y,system-test,./pytest.sh python3 ./test.py -f 6-cluster/5dnode3mnodeRestartDnodeInsertDataAsync.py -N 6 -M 3
|
,,y,system-test,./pytest.sh python3 ./test.py -f 6-cluster/5dnode3mnodeRestartDnodeInsertDataAsync.py -N 6 -M 3
|
||||||
#,,y,system-test,./pytest.sh python3 ./test.py -f 6-cluster/5dnode3mnodeRestartDnodeInsertDataAsync.py -N 6 -M 3 -n 3
|
#,,y,system-test,./pytest.sh python3 ./test.py -f 6-cluster/5dnode3mnodeRestartDnodeInsertDataAsync.py -N 6 -M 3 -n 3
|
||||||
,,n,system-test,python3 ./test.py -f 6-cluster/manually-test/6dnode3mnodeInsertLessDataAlterRep3to1to3.py -N 6 -M 3
|
,,n,system-test,python3 ./test.py -f 6-cluster/manually-test/6dnode3mnodeInsertLessDataAlterRep3to1to3.py -N 6 -M 3
|
||||||
,,n,system-test,python ./test.py -f 6-cluster/5dnode3mnodeRoll.py -N 3 -C 1
|
,,n,system-test,python3 ./test.py -f 6-cluster/5dnode3mnodeRoll.py -N 3 -C 1
|
||||||
,,y,system-test,./pytest.sh python3 ./test.py -f 6-cluster/5dnode3mnodeAdd1Ddnoe.py -N 7 -M 3 -C 6
|
,,y,system-test,./pytest.sh python3 ./test.py -f 6-cluster/5dnode3mnodeAdd1Ddnoe.py -N 7 -M 3 -C 6
|
||||||
,,y,system-test,./pytest.sh python3 ./test.py -f 6-cluster/5dnode3mnodeAdd1Ddnoe.py -N 7 -M 3 -C 6 -n 3
|
,,y,system-test,./pytest.sh python3 ./test.py -f 6-cluster/5dnode3mnodeAdd1Ddnoe.py -N 7 -M 3 -C 6 -n 3
|
||||||
#,,y,system-test,./pytest.sh python3 ./test.py -f 6-cluster/5dnode3mnodeDrop.py -N 5
|
#,,y,system-test,./pytest.sh python3 ./test.py -f 6-cluster/5dnode3mnodeDrop.py -N 5
|
||||||
|
|
|
@ -5,8 +5,10 @@ parm_path=$(pwd ${parm_path})
|
||||||
echo "execute path:${parm_path}"
|
echo "execute path:${parm_path}"
|
||||||
cd ${parm_path}
|
cd ${parm_path}
|
||||||
cp cases.task ${case_file}
|
cp cases.task ${case_file}
|
||||||
|
# comment udf and stream case in windows
|
||||||
sed -i '/udf/d' ${case_file}
|
sed -i '/udf/d' ${case_file}
|
||||||
sed -i '/Udf/d' ${case_file}
|
sed -i '/Udf/d' ${case_file}
|
||||||
|
sed -i '/stream/d' ${case_file}
|
||||||
sed -i '/^$/d' ${case_file}
|
sed -i '/^$/d' ${case_file}
|
||||||
sed -i '$a\%%FINISHED%%' ${case_file}
|
sed -i '$a\%%FINISHED%%' ${case_file}
|
||||||
|
|
||||||
|
|
|
@ -26,8 +26,10 @@
|
||||||
./test.sh -f tsim/user/basic.sim
|
./test.sh -f tsim/user/basic.sim
|
||||||
./test.sh -f tsim/user/password.sim
|
./test.sh -f tsim/user/password.sim
|
||||||
./test.sh -f tsim/user/privilege_db.sim
|
./test.sh -f tsim/user/privilege_db.sim
|
||||||
|
./test.sh -f tsim/user/privilege_sysinfo.sim
|
||||||
./test.sh -f tsim/user/privilege_topic.sim
|
./test.sh -f tsim/user/privilege_topic.sim
|
||||||
./test.sh -f tsim/user/privilege_table.sim
|
./test.sh -f tsim/user/privilege_table.sim
|
||||||
|
./test.sh -f tsim/user/privilege_create_db.sim
|
||||||
./test.sh -f tsim/db/alter_option.sim
|
./test.sh -f tsim/db/alter_option.sim
|
||||||
./test.sh -f tsim/db/alter_replica_31.sim
|
./test.sh -f tsim/db/alter_replica_31.sim
|
||||||
./test.sh -f tsim/db/basic1.sim
|
./test.sh -f tsim/db/basic1.sim
|
||||||
|
@ -183,6 +185,7 @@
|
||||||
./test.sh -f tsim/query/scalarNull.sim
|
./test.sh -f tsim/query/scalarNull.sim
|
||||||
./test.sh -f tsim/query/session.sim
|
./test.sh -f tsim/query/session.sim
|
||||||
./test.sh -f tsim/query/join_interval.sim
|
./test.sh -f tsim/query/join_interval.sim
|
||||||
|
./test.sh -f tsim/query/join_pk.sim
|
||||||
./test.sh -f tsim/query/unionall_as_table.sim
|
./test.sh -f tsim/query/unionall_as_table.sim
|
||||||
./test.sh -f tsim/query/multi_order_by.sim
|
./test.sh -f tsim/query/multi_order_by.sim
|
||||||
./test.sh -f tsim/query/sys_tbname.sim
|
./test.sh -f tsim/query/sys_tbname.sim
|
||||||
|
@ -197,6 +200,7 @@
|
||||||
./test.sh -f tsim/query/tag_scan.sim
|
./test.sh -f tsim/query/tag_scan.sim
|
||||||
./test.sh -f tsim/query/nullColSma.sim
|
./test.sh -f tsim/query/nullColSma.sim
|
||||||
./test.sh -f tsim/query/bug3398.sim
|
./test.sh -f tsim/query/bug3398.sim
|
||||||
|
./test.sh -f tsim/query/explain_tsorder.sim
|
||||||
./test.sh -f tsim/qnode/basic1.sim
|
./test.sh -f tsim/qnode/basic1.sim
|
||||||
./test.sh -f tsim/snode/basic1.sim
|
./test.sh -f tsim/snode/basic1.sim
|
||||||
./test.sh -f tsim/mnode/basic1.sim
|
./test.sh -f tsim/mnode/basic1.sim
|
||||||
|
@ -233,51 +237,6 @@
|
||||||
./test.sh -f tsim/table/table.sim
|
./test.sh -f tsim/table/table.sim
|
||||||
./test.sh -f tsim/table/tinyint.sim
|
./test.sh -f tsim/table/tinyint.sim
|
||||||
./test.sh -f tsim/table/vgroup.sim
|
./test.sh -f tsim/table/vgroup.sim
|
||||||
./test.sh -f tsim/stream/basic0.sim -g
|
|
||||||
./test.sh -f tsim/stream/basic1.sim
|
|
||||||
./test.sh -f tsim/stream/basic2.sim
|
|
||||||
./test.sh -f tsim/stream/basic3.sim
|
|
||||||
./test.sh -f tsim/stream/basic4.sim
|
|
||||||
./test.sh -f tsim/stream/checkStreamSTable1.sim
|
|
||||||
./test.sh -f tsim/stream/checkStreamSTable.sim
|
|
||||||
./test.sh -f tsim/stream/deleteInterval.sim
|
|
||||||
./test.sh -f tsim/stream/deleteSession.sim
|
|
||||||
./test.sh -f tsim/stream/deleteState.sim
|
|
||||||
./test.sh -f tsim/stream/distributeInterval0.sim
|
|
||||||
./test.sh -f tsim/stream/distributeIntervalRetrive0.sim
|
|
||||||
./test.sh -f tsim/stream/distributeSession0.sim
|
|
||||||
./test.sh -f tsim/stream/drop_stream.sim
|
|
||||||
./test.sh -f tsim/stream/fillHistoryBasic1.sim
|
|
||||||
./test.sh -f tsim/stream/fillHistoryBasic2.sim
|
|
||||||
./test.sh -f tsim/stream/fillHistoryBasic3.sim
|
|
||||||
./test.sh -f tsim/stream/fillIntervalDelete0.sim
|
|
||||||
./test.sh -f tsim/stream/fillIntervalDelete1.sim
|
|
||||||
./test.sh -f tsim/stream/fillIntervalLinear.sim
|
|
||||||
./test.sh -f tsim/stream/fillIntervalPartitionBy.sim
|
|
||||||
./test.sh -f tsim/stream/fillIntervalPrevNext1.sim
|
|
||||||
./test.sh -f tsim/stream/fillIntervalPrevNext.sim
|
|
||||||
./test.sh -f tsim/stream/fillIntervalRange.sim
|
|
||||||
./test.sh -f tsim/stream/fillIntervalValue.sim
|
|
||||||
./test.sh -f tsim/stream/ignoreCheckUpdate.sim
|
|
||||||
./test.sh -f tsim/stream/ignoreExpiredData.sim
|
|
||||||
./test.sh -f tsim/stream/partitionby1.sim
|
|
||||||
./test.sh -f tsim/stream/partitionbyColumnInterval.sim
|
|
||||||
./test.sh -f tsim/stream/partitionbyColumnSession.sim
|
|
||||||
./test.sh -f tsim/stream/partitionbyColumnState.sim
|
|
||||||
./test.sh -f tsim/stream/partitionby.sim
|
|
||||||
./test.sh -f tsim/stream/pauseAndResume.sim
|
|
||||||
./test.sh -f tsim/stream/schedSnode.sim
|
|
||||||
./test.sh -f tsim/stream/session0.sim
|
|
||||||
./test.sh -f tsim/stream/session1.sim
|
|
||||||
./test.sh -f tsim/stream/sliding.sim
|
|
||||||
./test.sh -f tsim/stream/state0.sim
|
|
||||||
./test.sh -f tsim/stream/state1.sim
|
|
||||||
./test.sh -f tsim/stream/triggerInterval0.sim
|
|
||||||
./test.sh -f tsim/stream/triggerSession0.sim
|
|
||||||
./test.sh -f tsim/stream/udTableAndTag0.sim
|
|
||||||
./test.sh -f tsim/stream/udTableAndTag1.sim
|
|
||||||
./test.sh -f tsim/stream/udTableAndTag2.sim
|
|
||||||
./test.sh -f tsim/stream/windowClose.sim
|
|
||||||
./test.sh -f tsim/trans/lossdata1.sim
|
./test.sh -f tsim/trans/lossdata1.sim
|
||||||
./test.sh -f tsim/tmq/basic1.sim
|
./test.sh -f tsim/tmq/basic1.sim
|
||||||
./test.sh -f tsim/tmq/basic2.sim
|
./test.sh -f tsim/tmq/basic2.sim
|
||||||
|
|
|
@ -17,6 +17,7 @@ python3 ./test.py -f 2-query/nestedQuery_str.py -Q 4
|
||||||
python3 ./test.py -f 2-query/nestedQuery_math.py -Q 4
|
python3 ./test.py -f 2-query/nestedQuery_math.py -Q 4
|
||||||
python3 ./test.py -f 2-query/nestedQuery_time.py -Q 4
|
python3 ./test.py -f 2-query/nestedQuery_time.py -Q 4
|
||||||
python3 ./test.py -f 2-query/nestedQuery_26.py -Q 4
|
python3 ./test.py -f 2-query/nestedQuery_26.py -Q 4
|
||||||
|
python3 ./test.py -f 2-query/interval_limit_opt.py -Q 4
|
||||||
python3 ./test.py -f 7-tmq/tmqShow.py
|
python3 ./test.py -f 7-tmq/tmqShow.py
|
||||||
python3 ./test.py -f 7-tmq/tmqDropStb.py
|
python3 ./test.py -f 7-tmq/tmqDropStb.py
|
||||||
python3 ./test.py -f 7-tmq/subscribeStb0.py
|
python3 ./test.py -f 7-tmq/subscribeStb0.py
|
||||||
|
@ -133,6 +134,8 @@ python3 ./test.py -f 0-others/sysinfo.py
|
||||||
python3 ./test.py -f 0-others/user_control.py
|
python3 ./test.py -f 0-others/user_control.py
|
||||||
python3 ./test.py -f 0-others/user_manage.py
|
python3 ./test.py -f 0-others/user_manage.py
|
||||||
python3 ./test.py -f 0-others/user_privilege.py
|
python3 ./test.py -f 0-others/user_privilege.py
|
||||||
|
python3 ./test.py -f 0-others/user_privilege_show.py
|
||||||
|
python3 ./test.py -f 0-others/user_privilege_all.py
|
||||||
python3 ./test.py -f 0-others/fsync.py
|
python3 ./test.py -f 0-others/fsync.py
|
||||||
python3 ./test.py -f 0-others/multilevel.py
|
python3 ./test.py -f 0-others/multilevel.py
|
||||||
python3 ./test.py -f 0-others/compatibility.py
|
python3 ./test.py -f 0-others/compatibility.py
|
||||||
|
@ -421,6 +424,7 @@ python3 ./test.py -f 6-cluster/5dnode3mnodeRestartDnodeInsertData.py -N 6 -M 3
|
||||||
python3 ./test.py -f 6-cluster/5dnode3mnodeRestartDnodeInsertData.py -N 6 -M 3 -n 3
|
python3 ./test.py -f 6-cluster/5dnode3mnodeRestartDnodeInsertData.py -N 6 -M 3 -n 3
|
||||||
python3 ./test.py -f 6-cluster/5dnode3mnodeRestartDnodeInsertDataAsync.py -N 6 -M 3
|
python3 ./test.py -f 6-cluster/5dnode3mnodeRestartDnodeInsertDataAsync.py -N 6 -M 3
|
||||||
python3 ./test.py -f 6-cluster/manually-test/6dnode3mnodeInsertLessDataAlterRep3to1to3.py -N 6 -M 3
|
python3 ./test.py -f 6-cluster/manually-test/6dnode3mnodeInsertLessDataAlterRep3to1to3.py -N 6 -M 3
|
||||||
|
python3 ./test.py -f 6-cluster/5dnode3mnodeRoll.py -N 3 -C 1
|
||||||
python3 ./test.py -f 6-cluster/5dnode3mnodeAdd1Ddnoe.py -N 7 -M 3 -C 6
|
python3 ./test.py -f 6-cluster/5dnode3mnodeAdd1Ddnoe.py -N 7 -M 3 -C 6
|
||||||
python3 ./test.py -f 6-cluster/5dnode3mnodeAdd1Ddnoe.py -N 7 -M 3 -C 6 -n 3
|
python3 ./test.py -f 6-cluster/5dnode3mnodeAdd1Ddnoe.py -N 7 -M 3 -C 6 -n 3
|
||||||
python3 ./test.py -f 6-cluster/5dnode3mnodeRecreateMnode.py -N 6 -M 3
|
python3 ./test.py -f 6-cluster/5dnode3mnodeRecreateMnode.py -N 6 -M 3
|
||||||
|
|
Loading…
Reference in New Issue