fix case
This commit is contained in:
parent
c3c30034fd
commit
00441b4e06
|
@ -142,6 +142,8 @@ class TDTestCase:
|
||||||
tdSql.checkData(i, fsync_index, 3000)
|
tdSql.checkData(i, fsync_index, 3000)
|
||||||
tdSql.checkData(i, wal_index, 1)
|
tdSql.checkData(i, wal_index, 1)
|
||||||
|
|
||||||
|
tdSql.execute("drop database db1 ")
|
||||||
|
|
||||||
@property
|
@property
|
||||||
def fsync_create_err(self):
|
def fsync_create_err(self):
|
||||||
return [
|
return [
|
||||||
|
|
Loading…
Reference in New Issue