MCPcopy
hub / github.com/etcd-io/etcd / StopNotify

Method StopNotify

tests/framework/integration/cluster.go:1259–1261  ·  view source on GitHub ↗

StopNotify unblocks when a member stop completes

()

Source from the content-addressed store, hash-verified

1257
1258// StopNotify unblocks when a member stop completes
1259func (m *Member) StopNotify() <-chan struct{} {
1260 return m.Server.StopNotify()
1261}
1262
1263// Restart starts the member using the preserved data dir.
1264func (m *Member) Restart(t testutil.TB) error {

Callers 9

TestIssue2904Function · 0.45
TestIssue3699Function · 0.45
TestRestartRemovedFunction · 0.45
TestTxnReadRetryFunction · 0.45
RemoveMemberMethod · 0.45
WaitMembersMatchMethod · 0.45
waitMembersForLeaderMethod · 0.45
WaitMembersNoLeaderMethod · 0.45

Calls

no outgoing calls

Tested by 5

TestIssue2904Function · 0.36
TestIssue3699Function · 0.36
TestRestartRemovedFunction · 0.36
TestTxnReadRetryFunction · 0.36