-
Notifications
You must be signed in to change notification settings - Fork 158
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Wait for OpenSSL server shutdown in e2e test
Updates e2e tests to wait until server shutdown before completing to ensure that we do not trigger errors due to leaked watchCtx goroutine, which was added to os/exec.Command in Go 1.20. We do so by moving from implicit shutdown via context cancellation to explicit shutdown. https://tip.golang.org/doc/go1.20 Signed-off-by: Daniel Mangum <georgedanielmangum@gmail.com>
- Loading branch information
Showing
2 changed files
with
47 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters