This commit is contained in:
slguan 2020-05-10 00:10:37 +08:00
parent c43695e344
commit 105f440690
3 changed files with 8 additions and 7 deletions

View File

@ -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
##################################

View File

@ -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

View File

@ -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;
}