feat/TS-5927-long-password-fix-cases

This commit is contained in:
dmchen 2025-02-11 10:19:26 +00:00
parent 3c5b8037e3
commit 2f884a8f0a
2 changed files with 2 additions and 2 deletions

View File

@ -230,7 +230,7 @@ endi
sql_error show create stable t0; sql_error show create stable t0;
sql show variables; sql show variables;
if $rows != 93 then if $rows != 94 then
return -1 return -1
endi endi

View File

@ -47,7 +47,7 @@ class TDTestCase:
def case2(self): def case2(self):
tdSql.query("show variables") tdSql.query("show variables")
tdSql.checkRows(93) tdSql.checkRows(94)
for i in range(self.replicaVar): for i in range(self.replicaVar):
tdSql.query("show dnode %d variables like 'debugFlag'" % (i + 1)) tdSql.query("show dnode %d variables like 'debugFlag'" % (i + 1))