This commit is contained in:
54liuyao 2024-07-19 09:23:46 +08:00
parent 7b3b4653a5
commit 140a128a1d
2 changed files with 4 additions and 0 deletions

View File

@ -4,6 +4,7 @@ $loop_count = 0
loopCheck0:
print loop_count=$loop_count
sleep 1000
$loop_count = $loop_count + 1

View File

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