Merge pull request #21633 from taosdata/fix/TD-24643-main-sliding-2

opt stream sliding test
This commit is contained in:
Haojun Liao 2023-06-07 13:33:59 +08:00 committed by GitHub
commit 49a8303dce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 7 deletions

View File

@ -576,13 +576,6 @@ $loop_count = 0
print step 7
loop4:
sleep 100
$loop_count = $loop_count + 1
if $loop_count == 10 then
return -1
endi
sql create database test3 vgroups 6;
sql use test3;