mirror of https://github.com/status-im/consul.git
Remove two unused constants
This commit is contained in:
parent
299d058d54
commit
3666c87d2f
|
@ -165,8 +165,6 @@ func test_reconcileServerList(maxServers int) (bool, error) {
|
|||
// present.
|
||||
const failPct = 0.5
|
||||
sm := testServerManagerFailProb(failPct)
|
||||
const numShuffleTests = 100
|
||||
const uniquePassRate = 0.5
|
||||
|
||||
var failedServers, healthyServers []*server_details.ServerDetails
|
||||
for i := 0; i < maxServers; i++ {
|
||||
|
|
Loading…
Reference in New Issue