Arvind Bright

Results 21 issues of Arvind Bright

Started seeing this one as part of this GH run https://github.com/grpc/grpc-go/actions/runs/5051421857/jobs/9063222115?pr=6308 ``` --- FAIL: Test (5.02s) --- FAIL: Test/LoadReporting (5.00s) tlogger.go:116: INFO clusterimpl.go:73 [xds] [xds-cluster-impl-lb 0xc000174480] Created (t=+56.9µs) tlogger.go:116: INFO...

P2
Type: Testing
Area: xDS

KeepaliveClientClosesWithActiveStreams test creates a server which does not respond to keepalive pings, and makes sure that the client closes the transport even when there is an active stream. However there...

P2
Type: Testing
Area: Testing

Saw this flake recently on a presubmit run. A re-run made it go away. Opening this issue to track if this comes up again. ``` --- FAIL: Test/FullHandshake (20.12s) tlogger.go:116:...

P2
Type: Testing

https://github.com/grpc/grpc-go/actions/runs/4018261656/jobs/6903664506 ``` tlogger.go:116: INFO server.go:113 [xds-e2e] Created new snapshot cache... (t=+38.3µs) tlogger.go:116: INFO server.go:631 [core] [Server #127] Server created (t=+540.209µs) tlogger.go:116: INFO server.go:139 [xds-e2e] Registered Aggregated Discovery Service (ADS)... (t=+613.51µs)...

P2
Type: Bug

``` WARNING: DATA RACE Write at 0x00c0000b11a0 by goroutine 2937: runtime.mapassign_faststr() /opt/hostedtoolcache/go/1.20.5/x64/src/runtime/map_faststr.go:203 +0x0 google.golang.org/grpc/balancer.Register() /home/runner/work/grpc-go/grpc-go/balancer/balancer.go:54 +0x77 google.golang.org/grpc/xds/internal/balancer/clusterresolver/e2e_test_test.s.TestOutlierDetectionConfigPropagationToChildPolicy.func1() /home/runner/work/grpc-go/grpc-go/xds/internal/balancer/clusterresolver/e2e_test/balancer_test.go:440 +0x47 runtime.deferreturn() /opt/hostedtoolcache/go/1.20.5/x64/src/runtime/panic.go:476 +0x32 google.golang.org/grpc/xds/internal/balancer/clusterresolver/e2e_test_test.(*s).TestOutlierDetectionConfigPropagationToChildPolicy() :1 +0x44 runtime.call16() /opt/hostedtoolcache/go/1.20.5/x64/src/runtime/asm_amd64.s:728 +0x48 reflect.callMethod() :1...

P2
Type: Testing
Area: xDS

Found a couple of linter issues from the patch set in #6915 during our weekly import 1. missing comment on the following exported type/method https://github.com/grpc/grpc-go/blob/d66bc9b79c8c3c0842ee0e077c860f700a058464/xds/internal/xdsclient/xdsresource/filter_chain.go#L508 https://github.com/grpc/grpc-go/blob/d66bc9b79c8c3c0842ee0e077c860f700a058464/xds/internal/xdsclient/xdsresource/filter_chain.go#L100 2. There is a...

Type: Documentation

gRPC-Go [added support](https://github.com/grpc/grpc-go/pull/7005) for go v1.22. This issue is to track adding go1.22 for go interop tests and for future interop_matrix tests similar to https://github.com/grpc/grpc/pull/31732

kind/internal cleanup

This is the first time I'm seeing it: https://github.com/grpc/grpc-go/actions/runs/8787418013/job/24112571687?pr=7156 Might be worth to check it out.

Type: Testing