x/net/http2: data race with TestTransportGroupsPendingDials
as of CL 411294
#53480
Labels
FrozenDueToAge
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Soon
This needs action soon. (recent regressions, service outages, unusual time-sensitive situations)
Milestone
CL 411294 added an assignment to (and restoration of) the
VerboseLogs
variable inTestTransportGroupsPendingDials
.Unfortunately, that assignment appears to have introduced a race: it revealed missing synchronization with some other test that apparently leaves behind a goroutine in a call to
(*Transport).newClientConn
.(attn @neild; CC @bradfitz)
The text was updated successfully, but these errors were encountered: