mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
Merge pull request #16753 from fuweid/deflake-TestEtcdTLSVersion
tests: deflake TestEtcdTLSVersion
This commit is contained in:
commit
a92e0de316
@ -449,4 +449,6 @@ func TestEtcdTLSVersion(t *testing.T) {
|
||||
assert.NoError(t, e2e.WaitReadyExpectProc(context.TODO(), proc, e2e.EtcdServerReadyLines), "did not receive expected output from etcd process")
|
||||
assert.NoError(t, proc.Stop())
|
||||
|
||||
proc.Wait() // ensure the port has been released
|
||||
proc.Close()
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user