Commit 00845e93 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 198833a6
...@@ -454,6 +454,8 @@ func (t0 *tEnv) NewCluster_MS(name string, Sback storage.Backend) *tCluster { ...@@ -454,6 +454,8 @@ func (t0 *tEnv) NewCluster_MS(name string, Sback storage.Backend) *tCluster {
nodei("s:1", proto.STORAGE, 1, proto.PENDING, 0.01), nodei("s:1", proto.STORAGE, 1, proto.PENDING, 0.01),
}, },
})) }))
t.Expect("s", δnode("s", "m:1", proto.MASTER, 1, proto.RUNNING, proto.IdTimeNone))
t.Expect("s", δnode("s", "s:1", proto.STORAGE, 1, proto.PENDING, 0.01))
// M starts recovery on S // M starts recovery on S
t.Expect("m-s", conntx("m:2", "s:2", 2, &proto.Recovery{})) t.Expect("m-s", conntx("m:2", "s:2", 2, &proto.Recovery{}))
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment