Merge pull request #24293 from taosdata/case/TD-28016-3.0

case: create db with wa set small
This commit is contained in:
Alex Duan 2023-12-31 15:43:05 +08:00 committed by GitHub
commit dfbb021785
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -164,7 +164,7 @@ class TDTestCase:
self.c2Sum = None
# create database db
sql = f"create database @db_name vgroups {self.vgroups1} replica 1"
sql = f"create database @db_name vgroups {self.vgroups1} replica 1 wal_retention_period 1 wal_retention_size 1"
self.exeDouble(sql)
# create super talbe st