diff --git a/tests/script/basicSuite.sim b/tests/script/basicSuite.sim index 676ac93bf2b293ed820f122a20993d8e638e05fd..aa0fbf65b7114b4a18adfccd7f2137a9ecb3fa63 100644 --- a/tests/script/basicSuite.sim +++ b/tests/script/basicSuite.sim @@ -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 ################################## diff --git a/tests/script/jenkins/basic.txt b/tests/script/jenkins/basic.txt index 48617c149a12ef29c7b51733059c0f7607eb522f..d96a1db2b40c37d87366dff31448064b26169b07 100644 --- a/tests/script/jenkins/basic.txt +++ b/tests/script/jenkins/basic.txt @@ -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 diff --git a/tests/tsim/src/simExe.c b/tests/tsim/src/simExe.c index d6ab2d5b92e311c0dfdabeb5680e77651870f41d..5ea1cb4a1acf8c5f62046980189090eef1c43a23 100644 --- a/tests/tsim/src/simExe.c +++ b/tests/tsim/src/simExe.c @@ -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; }