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