Skip to content

Clarify experimental runtime scope #5

Clarify experimental runtime scope

Clarify experimental runtime scope #5

Triggered via push August 10, 2026 16:03
Status Failure
Total duration 1m 7s
Artifacts

ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

7 errors
test
Process completed with exit code 1.
test
grpc.StartNonBlocking calls grpc.Server.Serve, which eventually calls transport.http2Server.HandleStreams
test
grpc.server.Close calls grpc.Server.GracefulStop, which eventually calls transport.http2Server.Drain
test
runtime.CapaRuntime.Shutdown calls sync.Once.Do, which eventually calls transport.http2Client.GracefulClose
test
runtime.CapaRuntime.Shutdown calls sync.Once.Do, which eventually calls transport.http2Client.Close
test
grpc.StartNonBlocking calls grpc.Server.Serve, which eventually calls transport.NewServerTransport
test
runtime.CapaRuntime.Shutdown calls sync.Once.Do, which eventually calls transport.NewHTTP2Client