Remove two unused constants
This commit is contained in:
parent
cb9833b134
commit
4734e0113f
|
@ -165,8 +165,6 @@ func test_reconcileServerList(maxServers int) (bool, error) {
|
||||||
// present.
|
// present.
|
||||||
const failPct = 0.5
|
const failPct = 0.5
|
||||||
sm := testServerManagerFailProb(failPct)
|
sm := testServerManagerFailProb(failPct)
|
||||||
const numShuffleTests = 100
|
|
||||||
const uniquePassRate = 0.5
|
|
||||||
|
|
||||||
var failedServers, healthyServers []*server_details.ServerDetails
|
var failedServers, healthyServers []*server_details.ServerDetails
|
||||||
for i := 0; i < maxServers; i++ {
|
for i := 0; i < maxServers; i++ {
|
||||||
|
|
Loading…
Reference in New Issue