-
Notifications
You must be signed in to change notification settings - Fork 19k
net/http: deflake HTTP/3 tests #78737
Copy link
Copy link
Open
1 / 31 of 3 issues completedLabels
BugReportIssues describing a possible bug in the Go implementation.Issues describing a possible bug in the Go implementation.NeedsInvestigationSomeone must examine and confirm this is a valid issue and not a duplicate of an existing one.Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.early-in-cycleA change that should be done early in the 3 month dev cycle.A change that should be done early in the 3 month dev cycle.
Milestone
Metadata
Metadata
Assignees
Labels
BugReportIssues describing a possible bug in the Go implementation.Issues describing a possible bug in the Go implementation.NeedsInvestigationSomeone must examine and confirm this is a valid issue and not a duplicate of an existing one.Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.early-in-cycleA change that should be done early in the 3 month dev cycle.A change that should be done early in the 3 month dev cycle.
We recently enabled net/http tests for our internal x/net/internal/http3 implementation in https://go.dev/cl/765320. Unfortunately, the tests end up being flaky.
The flakes seem to be mostly coming from the following issues, in order of most to least prevalent (though there might be more):
STOP_SENDINGframe.The HTTP/3 tests have therefore been temporarily disabled for now (https://go.dev/cl/766740). This is a bug to track the actual fix and to dedupe the many watchflake issues that were opened.