stellar / supercluster

Stellar-core integration test automation tool
Other
9 stars 16 forks source link

Increase `numAccounts` in `SlowNodesNetwork` mission #171

Closed bboston7 closed 5 months ago

bboston7 commented 5 months ago

The SlowNodesNetwork mission is a little flaky because in some cases the size of the transaction queue can grow past the number of accounts, causing loadgen to fail. In investigating this issue I discovered that the ratio of numAccounts to txRate is quite low relative to many of the other supercluster missions. This change increases numAccounts to bring the ratio closer to the ratios in other missions, which should address this mission's flakiness.