test:modify default vnodes numbers in create clusters

This commit is contained in:
chenhaoran 2022-12-16 15:11:02 +08:00
parent ada5f6cd2a
commit a1415183b5
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ class ConfigureyCluster:
# configure dnoe of independent mnodes
if num <= self.mnodeNums and self.mnodeNums != 0 and independentMnode == True :
dnode.addExtraCfg("supportVnodes", 0)
dnode.addExtraCfg("supportVnodes", 1024)
# print(dnode)
self.dnodes.append(dnode)
return self.dnodes