Merge pull request #16753 from fuweid/deflake-TestEtcdTLSVersion

tests: deflake TestEtcdTLSVersion
This commit is contained in:
Benjamin Wang 2023-10-13 10:28:04 +01:00 committed by GitHub
commit a92e0de316
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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()
}