diff --git a/tests/script/tsim/stream/checkTaskStatus.sim b/tests/script/tsim/stream/checkTaskStatus.sim index afaeedc298..8b30d27841 100644 --- a/tests/script/tsim/stream/checkTaskStatus.sim +++ b/tests/script/tsim/stream/checkTaskStatus.sim @@ -4,6 +4,7 @@ $loop_count = 0 loopCheck0: +print loop_count=$loop_count sleep 1000 $loop_count = $loop_count + 1 diff --git a/tests/script/tsim/stream/pauseAndResume.sim b/tests/script/tsim/stream/pauseAndResume.sim index adb85fa8c4..c2998dea30 100644 --- a/tests/script/tsim/stream/pauseAndResume.sim +++ b/tests/script/tsim/stream/pauseAndResume.sim @@ -114,6 +114,7 @@ print ===== idle 60 sec completed , continue print ===== step 1 over print ===== step2 +sql drop database if exists test; sql drop stream if exists streams2; sql drop database if exists test2; sql create database test2 vgroups 1; @@ -251,6 +252,7 @@ print ===== step 2 over print ===== step3 +sql drop database if exists test2; sql drop stream if exists streams3; sql drop database if exists test3; sql create database test3 vgroups 3; @@ -329,6 +331,7 @@ sql resume stream IF EXISTS streams66666666; print ===== step 4 over print ===== step5 +sql drop database if exists test3; sql drop stream if exists streams6; sql drop database if exists test6; sql create database test6 vgroups 10;