mirror of
https://github.com/golang/net.git
synced 2026-03-31 02:17:08 +09:00
quic: don't run TestStreamsCreateConcurrency in synctest bubble
This test creates a pair of real UDP sockets; synctest doesn't work well with real network connections and interactions between the real network and synctest are probably causing flakiness. Fixes golang/go#76510 Change-Id: I9e8a959e7d0077d8191ceb8284f6c338dd2688ab Reviewed-on: https://go-review.googlesource.com/c/net/+/743402 Auto-Submit: Nicholas Husin <husin@google.com> Reviewed-by: Nicholas Husin <nsh@golang.org> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Nicholas Husin <husin@google.com>
This commit is contained in:
committed by
Gopher Robot
parent
9095c1cb86
commit
0b37bdfdf0
@@ -500,9 +500,6 @@ func testStreamsCreateAndCloseRemote(t *testing.T) {
|
||||
}
|
||||
|
||||
func TestStreamsCreateConcurrency(t *testing.T) {
|
||||
synctest.Test(t, testStreamsCreateConcurrency)
|
||||
}
|
||||
func testStreamsCreateConcurrency(t *testing.T) {
|
||||
cli, srv := newLocalConnPair(t, &Config{}, &Config{})
|
||||
|
||||
srvdone := make(chan int)
|
||||
|
||||
Reference in New Issue
Block a user