MCPcopy
hub / github.com/grpc/grpc-go / TestMultipleSetHeaderStreamingRPCError

Method TestMultipleSetHeaderStreamingRPCError

test/end2end_test.go:2908–2915  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

2906}
2907
2908func (s) TestMultipleSetHeaderStreamingRPCError(t *testing.T) {
2909 for _, e := range listTestEnv() {
2910 if e.name == "handler-tls" {
2911 continue
2912 }
2913 testMultipleSetHeaderStreamingRPCError(t, e)
2914 }
2915}
2916
2917// To test header metadata is sent when sending status.
2918func testMultipleSetHeaderStreamingRPCError(t *testing.T, e env) {

Callers

nothing calls this directly

Calls 2

listTestEnvFunction · 0.85

Tested by

no test coverage detected