fix/TD-32863-add-creating-hash-fix-case

This commit is contained in:
dmchen 2024-11-15 08:05:50 +08:00
parent 336429e149
commit 4a09cb7138
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ class TDTestCase:
checkFiles(r'/mnt/data1/*/*',1)
checkFiles(r'/mnt/data2/*/*',0)
tdSql.execute('create database nws vgroups 20 buffer 3000 stt_trigger 1 wal_level 1 wal_retention_period 0')
tdSql.execute('create database nws vgroups 20 stt_trigger 1 wal_level 1 wal_retention_period 0')
checkFiles(r'/mnt/data1/vnode/*/wal',5)
checkFiles(r'/mnt/data2/vnode/*/wal',5)