Skip to content

Commit

Permalink
fix channel close issue
Browse files Browse the repository at this point in the history
  • Loading branch information
zbilun committed Dec 12, 2024
1 parent cbddddc commit be47357
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion interop/test_utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -922,7 +922,7 @@ func DoSoakTest(
if totalFailures > maxFailures {
fmt.Fprintf(os.Stderr, "Soak test total failures: %d exceeded max failures threshold: %d\n", totalFailures, maxFailures)
}
closeChannel(sharedChannel)
defer closeChannel(sharedChannel)
}

type testServer struct {
Expand Down

0 comments on commit be47357

Please sign in to comment.