Merge pull request #19693 from taosdata/FIX/TD-22044-main

enh: flush database in testcase alter_replica_13.sim to trigger snapshot repl
This commit is contained in:
Shengliang Guan 2023-01-30 09:31:51 +08:00 committed by GitHub
commit 54c7d26ee7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -79,6 +79,7 @@ sql insert into db.ctb6 values(now, 6, "6")
sql insert into db.ctb7 values(now, 7, "7")
sql insert into db.ctb8 values(now, 8, "8")
sql insert into db.ctb9 values(now, 9, "9")
sql flush database db;
print =============== step3: create dnodes
sql create dnode $hostname port 7300