Commit c48da13
committed
http2: fix TestServerContinuationFlood flakes
This test causes the server to send a GOAWAY and close a connection.
The server GOAWAY path writes a GOAWAY frame asynchronously, and
closes the connection if the write doesn't complete within 1s.
This is causing failures on some builders, when the frame write
doesn't complete in time.
The important aspect of this test is that the connection be closed.
Drop the check for the GOAWAY frame.
Change-Id: I099413be9c4dfe71d8fe83d2c6242e82e282293e
Reviewed-on: https://go-review.googlesource.com/c/net/+/576235
Reviewed-by: Dmitri Shuralyov <[email protected]>
Reviewed-by: Dmitri Shuralyov <[email protected]>
Reviewed-by: Than McIntosh <[email protected]>
LUCI-TryBot-Result: Go LUCI <[email protected]>1 parent 762b58d commit c48da13
1 file changed
+9
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4813 | 4813 | | |
4814 | 4814 | | |
4815 | 4815 | | |
4816 | | - | |
4817 | 4816 | | |
4818 | 4817 | | |
4819 | 4818 | | |
4820 | 4819 | | |
4821 | 4820 | | |
4822 | 4821 | | |
4823 | | - | |
4824 | | - | |
4825 | 4822 | | |
4826 | | - | |
| 4823 | + | |
4827 | 4824 | | |
4828 | 4825 | | |
4829 | | - | |
4830 | | - | |
4831 | | - | |
| 4826 | + | |
| 4827 | + | |
| 4828 | + | |
| 4829 | + | |
| 4830 | + | |
| 4831 | + | |
| 4832 | + | |
| 4833 | + | |
4832 | 4834 | | |
4833 | 4835 | | |
4834 | 4836 | | |
| |||
0 commit comments