Update alter_database.py

This commit is contained in:
Jason-Jia 2022-11-23 20:34:28 +08:00 committed by GitHub
parent 473891a984
commit f7a058c87c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ class TDTestCase:
tdSql.execute('drop database db') tdSql.execute('drop database db')
def run(self): def run(self):
tdSql.error('create database db1 vgroups 10 buffer 12289')
self.alter_buffer() self.alter_buffer()
self.alter_pages() self.alter_pages()