From 2974342ce48bab0cfc058a57c8018f838f16599b Mon Sep 17 00:00:00 2001 From: eshitachandwani Date: Thu, 14 Aug 2025 02:24:54 +0530 Subject: [PATCH] add comment --- xds/internal/balancer/cdsbalancer/cdsbalancer_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/xds/internal/balancer/cdsbalancer/cdsbalancer_test.go b/xds/internal/balancer/cdsbalancer/cdsbalancer_test.go index 0300cb76d..2e948bf2d 100644 --- a/xds/internal/balancer/cdsbalancer/cdsbalancer_test.go +++ b/xds/internal/balancer/cdsbalancer/cdsbalancer_test.go @@ -256,6 +256,7 @@ func setupWithManagementServerAndListener(t *testing.T, lis net.Listener) (*e2e. // - Creates a manual resolver that configures the cds LB policy as the // top-level policy, and pushes an initial configuration to it // - Creates a gRPC channel with the above manual resolver +// - Executes OnStreamRequest callback provided by the caller // // Returns the following: // - the xDS management server