提交 105f4406 编写于 作者: guanshengliang's avatar guanshengliang

scripts

上级 c43695e3
......@@ -20,6 +20,7 @@ run general/table/column_name.sim
run general/table/int.sim
run general/table/vgroup.sim
run general/user/basic1.sim
run general/user/pass_alter.sim
run general/user/user_len.sim
run general/vector/single.sim
##################################
......@@ -220,9 +220,9 @@ cd ../../../debug; make
./test.sh -f general/user/basic1.sim
#./test.sh -f general/user/monitor.sim
##./test.sh -f general/user/pass_alter.sim
./test.sh -f general/user/pass_alter.sim
./test.sh -f general/user/pass_len.sim
##./test.sh -f general/user/user_create.sim
./test.sh -f general/user/user_create.sim
./test.sh -f general/user/user_len.sim
#./test.sh -f general/vector/metrics_field.sim
......@@ -240,15 +240,15 @@ cd ../../../debug; make
#################################
./test.sh -u -f unique/account/account_create.sim
##./test.sh -u -f unique/account/account_delete.sim
./test.sh -u -f unique/account/account_delete.sim
./test.sh -u -f unique/account/account_len.sim
##./test.sh -u -f unique/account/authority.sim
./test.sh -u -f unique/account/authority.sim
./test.sh -u -f unique/account/basic.sim
./test.sh -u -f unique/account/paras.sim
##./test.sh -u -f unique/account/pass_alter.sim
./test.sh -u -f unique/account/pass_alter.sim
./test.sh -u -f unique/account/pass_len.sim
./test.sh -u -f unique/account/usage.sim
##./test.sh -u -f unique/account/user_create.sim
./test.sh -u -f unique/account/user_create.sim
./test.sh -u -f unique/account/user_len.sim
#./test.sh -u -f unique/big/balance.sim
......
......@@ -415,7 +415,7 @@ void simCloseNativeConnect(SScript *script) {
simTrace("script:%s, taos:%p closed", script->fileName, script->taos);
taos_close(script->taos);
taosMsleep(1000);
taosMsleep(1200);
script->taos = NULL;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册