fix/TS-5805-check-arb-fix-case

This commit is contained in:
dmchen 2025-02-10 09:15:16 +00:00
parent b1dc31a2bd
commit 966e36bc83
1 changed files with 1 additions and 1 deletions

View File

@ -222,7 +222,7 @@ class TDTestCase:
tdSql.query("select * from information_schema.ins_columns where db_name ='information_schema'")
tdLog.info(len(tdSql.queryResult))
tdSql.checkEqual(True, len(tdSql.queryResult) in range(312, 313))
tdSql.checkEqual(True, len(tdSql.queryResult) in range(313, 314))
tdSql.query("select * from information_schema.ins_columns where db_name ='performance_schema'")
tdSql.checkEqual(61, len(tdSql.queryResult))