chore: test CI

This commit is contained in:
kailixu 2024-12-13 15:31:57 +08:00
parent 3f6ddbcf48
commit 49a0daf03d
1 changed files with 2 additions and 1 deletions

View File

@ -186,7 +186,8 @@ class TDTestCase:
raise Exception(repr(e))
finally:
if infoFile:
infoFile.close()
infoFile.flush()
# close()
def s3_check_show_grants_granted(self):
tdLog.printNoPrefix("======== test show grants granted: ")