Renamed configuration parameters.

This commit is contained in:
Ben Johnson
2013-11-14 22:58:47 -05:00
parent 3ce1132d5c
commit cba2611c68
35 changed files with 332 additions and 342 deletions

View File

@ -8,8 +8,8 @@ import (
"time"
)
// TestKillRandom kills random machines in the cluster and
// restart them after all other machines agree on the same leader
// TestKillRandom kills random peers in the cluster and
// restart them after all other peers agree on the same leader
func TestKillRandom(t *testing.T) {
procAttr := new(os.ProcAttr)
procAttr.Files = []*os.File{nil, os.Stdout, os.Stderr}
@ -73,4 +73,3 @@ func TestKillRandom(t *testing.T) {
stop <- true
}