From 49a0daf03d706cc9be4b256926309adc1e5b5a2b Mon Sep 17 00:00:00 2001 From: kailixu Date: Fri, 13 Dec 2024 15:31:57 +0800 Subject: [PATCH] chore: test CI --- tests/system-test/0-others/grant.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/system-test/0-others/grant.py b/tests/system-test/0-others/grant.py index 9e54d9ca37..b5c77937ef 100644 --- a/tests/system-test/0-others/grant.py +++ b/tests/system-test/0-others/grant.py @@ -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: ")