Skip to content

Commit

Permalink
Merge pull request etcd-io#16753 from fuweid/deflake-TestEtcdTLSVersion
Browse files Browse the repository at this point in the history
tests: deflake TestEtcdTLSVersion
  • Loading branch information
ahrtr authored Oct 13, 2023
2 parents bc0f724 + 6f95ea0 commit a92e0de
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/e2e/etcd_config_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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()
}

0 comments on commit a92e0de

Please sign in to comment.