chore: test CI
This commit is contained in:
parent
3f6ddbcf48
commit
49a0daf03d
|
@ -186,7 +186,8 @@ class TDTestCase:
|
||||||
raise Exception(repr(e))
|
raise Exception(repr(e))
|
||||||
finally:
|
finally:
|
||||||
if infoFile:
|
if infoFile:
|
||||||
infoFile.close()
|
infoFile.flush()
|
||||||
|
# close()
|
||||||
|
|
||||||
def s3_check_show_grants_granted(self):
|
def s3_check_show_grants_granted(self):
|
||||||
tdLog.printNoPrefix("======== test show grants granted: ")
|
tdLog.printNoPrefix("======== test show grants granted: ")
|
||||||
|
|
Loading…
Reference in New Issue