-
Notifications
You must be signed in to change notification settings - Fork 41.4k
solve race on NewHTTPProxyHandler #115230
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Change-Id: I993ac447c31afa52cc2e53cd9a61069fb6d91253
/assign @liggitt |
/lgtm |
LGTM label has been added. Git tree hash: 7ba30694471e473d131394de159a6265ac57df1d
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: aojea, liggitt The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/retest I saw this failing lately
|
looks like that's been around for a while... https://storage.googleapis.com/k8s-triage/index.html?date=2022-11-24&pr=1&text=expected%20to%20find%20no%20groups%20after%20service%20deletion |
cc @alexzielenski - added in #113171 |
Will take a look |
/retest |
/kind flake
Fixes: #115232
Fixes the flake, since it seems it is calling t.Logf after the test ends
#113637 (comment)
$ go test -timeout 30s -run ^TestRoundTripAndNewConnection$ k8s.io/apimachinery/pkg/util/httpstream/spdy -race -c $ stress ./spdy.test -test.run TestRoundTripAndNewConnection 5s: 353 runs so far, 0 failures 10s: 712 runs so far, 0 failures 15s: 1074 runs so far, 0 failures 20s: 1425 runs so far, 0 failures 25s: 1772 runs so far, 0 failures 30s: 2108 runs so far, 0 failures 35s: 2426 runs so far, 0 failures 40s: 2736 runs so far, 0 failures 45s: 3034 runs so far, 0 failures 50s: 3321 runs so far, 0 failures 55s: 3595 runs so far, 0 failures 1m0s: 3869 runs so far, 0 failures 1m5s: 4208 runs so far, 0 failures 1m10s: 4592 runs so far, 0 failures 1m15s: 4961 runs so far, 0 failures 1m20s: 5319 runs so far, 0 failures 1m25s: 5667 runs so far, 0 failures