fix test case
This commit is contained in:
parent
1cf2f82598
commit
d65bd323d8
|
@ -182,10 +182,10 @@ class TDTestCase:
|
|||
else:
|
||||
checkFiles("%s/*/*" % i, 0)
|
||||
|
||||
def more_than_16_disks(self):
|
||||
tdLog.info("============== more_than_16_disks test ===============")
|
||||
def more_than_128_disks(self):
|
||||
tdLog.info("============== more_than_128_disks test ===============")
|
||||
cfg={}
|
||||
for i in range(17):
|
||||
for i in range(129):
|
||||
if i == 0 :
|
||||
datadir = '/mnt/data%d 0 1' % (i+1)
|
||||
else:
|
||||
|
@ -272,7 +272,7 @@ class TDTestCase:
|
|||
self.dir_permission_denied()
|
||||
self.file_distribution_same_level()
|
||||
self.three_level_basic()
|
||||
self.more_than_16_disks()
|
||||
self.more_than_128_disks()
|
||||
self.trim_database()
|
||||
self.missing_middle_level()
|
||||
|
||||
|
|
Loading…
Reference in New Issue