test: refine query cases

This commit is contained in:
“happyguoxy” 2023-03-30 10:22:17 +08:00
parent cf99c2e69d
commit 2aeda10174
1 changed files with 1 additions and 1 deletions

View File

@ -181,7 +181,7 @@ class TDTestCase:
startTime = time.time()
#self.check_out_of_order('db1',10,random.randint(10000,50000),random.randint(1,10),1)
self.check_out_of_order('db1',random.randint(50,200),random.randint(10000,20000),random.randint(1,5),1)
self.check_out_of_order('db1',random.randint(50,100),random.randint(10000,20000),random.randint(1,5),1)
# self.check_out_of_order('db2',random.randint(50,200),random.randint(10000,50000),random.randint(5,50),1)