mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
e2e: Call WithStopSignal on proxyV2 object
This commit is contained in:
parent
7572a61a39
commit
e24796e8eb
@ -110,7 +110,7 @@ func (p *proxyEtcdProcess) Close() error {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func (p *proxyEtcdProcess) WithStopSignal(sig os.Signal) os.Signal {
|
func (p *proxyEtcdProcess) WithStopSignal(sig os.Signal) os.Signal {
|
||||||
p.proxyV3.WithStopSignal(sig)
|
p.proxyV2.WithStopSignal(sig)
|
||||||
p.proxyV3.WithStopSignal(sig)
|
p.proxyV3.WithStopSignal(sig)
|
||||||
return p.etcdProc.WithStopSignal(sig)
|
return p.etcdProc.WithStopSignal(sig)
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user