fix: check diff correct

This commit is contained in:
Alex Duan 2024-04-24 16:40:01 +08:00
parent 3480155902
commit 20b09bc862
1 changed files with 1 additions and 1 deletions

View File

@ -339,7 +339,7 @@ class TDTestCase(TBase):
self.snapshotAgg()
self.doAction()
self.checkAggCorrect()
self.checkInsertCorrect(difCnt=self.childtable_count*999999)
self.checkInsertCorrect(difCnt=self.childtable_count*1499999)
self.checkDelete()
self.doAction()