Skip to content

Commit e3e4ed5

Browse files
committed
add top-level comment for test
1 parent 7c7dd4a commit e3e4ed5

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

test/xds/xds_client_filter_e2e_test.go

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,11 @@ import (
4242
testpb "google.golang.org/grpc/interop/grpc_testing"
4343
)
4444

45+
// Tests the interaction between the defaultStreamInterceptor and xDS filters.
46+
// It verifies that the SendMsg, RecvMsg, and CloseSend methods are called the
47+
// expected number of times for different RPC types (unary, client streaming,
48+
// server streaming, and bidi streaming) when an xDS filter is registered and
49+
// used in the call chain.
4550
func (s) TestDefaultStreamInterceptor_InteractionWithXDSFilters(t *testing.T) {
4651
// Register a custom xDS filter builder for the test.
4752
testFilterTypeURL := t.Name()

0 commit comments

Comments
 (0)