x/net/http2: test timeouts on js-wasm builder #36088
Labels
arch-wasm
WebAssembly issues
help wanted
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Milestone
2019-12-09T16:08:50-c0dbc17/js-wasm has an interesting timeout failure.
It's not obvious to me whether it is due to a bug in the test, a bug in the
js/wasm
standard library, or a bug inx/net/http2
or one of its dependencies that happens to be exposed by the different goroutine scheduling onjs/wasm
.The presence of a goroutine blocked in
net.(*bufferedPipe).Read
viacrypto/tls
makes me suspect a concurrency bug in eithergolang.org/x/net/http2
orcrypto/tls
, but admittedly that evidence is not compelling.I also can't reliably determine how often this occurs or on what platforms because I can't fetch most of the
x/net
logs (#35515).CC @bradfitz @FiloSottile @tombergan
The text was updated successfully, but these errors were encountered: