grpc-go icon indicating copy to clipboard operation
grpc-go copied to clipboard

Flaky test: Test/DetailedGoawayErrorOnGracefulClosePropagatesToRPCError

Open menghanl opened this issue 4 years ago • 12 comments

https://github.com/grpc/grpc-go/runs/3862151035

    --- FAIL: Test/DetailedGoawayErrorOnGracefulClosePropagatesToRPCError (0.11s)
        tlogger.go:116: INFO clientconn.go:175 [core] Channel Created  (t=+2.603014ms)
        tlogger.go:116: INFO clientconn.go:252 [core] parsed scheme: "whatever"  (t=+2.936816ms)
        tlogger.go:116: INFO resolver_conn_wrapper.go:100 [core] ccResolverWrapper: sending update to cc: {[{127.0.0.1:33339  <nil> 0 <nil>}] <nil> <nil>}  (t=+3.62802ms)
        tlogger.go:116: INFO resolver_conn_wrapper.go:183 [core] Resolver state updated: {Addresses:[{Addr:127.0.0.1:33339 ServerName: Attributes:<nil> Type:0 Metadata:<nil>}] ServiceConfig:<nil> Attributes:<nil>} (resolver returned new addresses)  (t=+3.989522ms)
        tlogger.go:116: INFO clientconn.go:728 [core] ClientConn switching balancer to "pick_first"  (t=+4.117122ms)
        tlogger.go:116: INFO clientconn.go:748 [core] Channel switches to new LB policy "pick_first"  (t=+4.186123ms)
        tlogger.go:116: INFO clientconn.go:789 [core] Subchannel Created  (t=+4.356524ms)
        tlogger.go:116: INFO clientconn.go:789 [core] Subchannel(id:788) created  (t=+4.413724ms)
        tlogger.go:116: INFO clientconn.go:1142 [core] Subchannel Connectivity change to CONNECTING  (t=+4.641225ms)
        tlogger.go:116: INFO clientconn.go:1253 [core] Subchannel picks a new address "127.0.0.1:33339" to connect  (t=+4.837026ms)
        tlogger.go:116: INFO clientconn.go:436 [core] Channel Connectivity change to CONNECTING  (t=+5.381029ms)
        tlogger.go:116: INFO clientconn.go:1142 [core] Subchannel Connectivity change to READY  (t=+7.522741ms)
        tlogger.go:116: INFO clientconn.go:436 [core] Channel Connectivity change to READY  (t=+7.973744ms)
        tlogger.go:116: INFO clientconn.go:1142 [core] Subchannel Connectivity change to IDLE  (t=+106.870086ms)
        end2end_test.go:1407: &{0xc00039e000}.Recv() = _, rpc error: code = Unavailable desc = error reading from server: EOF, want _, rpc error containing substring: "received prior goaway: code: NO_ERROR"
        tlogger.go:116: INFO clientconn.go:436 [core] Channel Connectivity change to IDLE  (t=+108.100793ms)
        tlogger.go:116: INFO clientconn.go:436 [core] Channel Connectivity change to SHUTDOWN  (t=+108.676996ms)
        tlogger.go:116: INFO clientconn.go:1142 [core] Subchannel Connectivity change to SHUTDOWN  (t=+109.156499ms)
        tlogger.go:116: INFO clientconn.go:1504 [core] Subchannel Deleted  (t=+109.3799ms)
        tlogger.go:116: INFO clientconn.go:1504 [core] Subchanel(id:788) deleted  (t=+109.4613ms)
        tlogger.go:116: INFO clientconn.go:1098 [core] Channel Deleted  (t=+109.595501ms)
        tlogger.go:116: INFO types.go:68 [channelz] attempt to delete child with id 788 from a parent (id=786) that doesn't currently exist  (t=+109.651801ms)
        tlogger.go:116: INFO types.go:68 [channelz] attempt to delete child with id 788 from a parent (id=786) that doesn't currently exist  (t=+109.757102ms)

menghanl avatar Oct 11 '21 17:10 menghanl

https://github.com/grpc/grpc-go/runs/5163316305?check_suite_focus=true

easwars avatar Feb 11 '22 23:02 easwars

https://github.com/grpc/grpc-go/runs/5859871181?check_suite_focus=true

menghanl avatar Apr 07 '22 00:04 menghanl

https://github.com/grpc/grpc-go/runs/5890293475?check_suite_focus=true (386)

dfawley avatar Apr 08 '22 20:04 dfawley

https://github.com/grpc/grpc-go/runs/5996791009?check_suite_focus=true

menghanl avatar Apr 12 '22 20:04 menghanl

https://github.com/grpc/grpc-go/runs/6456128771?check_suite_focus=true

easwars avatar May 16 '22 16:05 easwars

https://github.com/grpc/grpc-go/runs/6414205327?check_suite_focus=true

easwars avatar May 16 '22 17:05 easwars

https://github.com/grpc/grpc-go/runs/6478710397?check_suite_focus=true (triple kill this week)

menghanl avatar May 17 '22 21:05 menghanl

https://github.com/grpc/grpc-go/runs/6511989329?check_suite_focus=true

easwars avatar May 19 '22 17:05 easwars

https://github.com/grpc/grpc-go/runs/6889979928?check_suite_focus=true

easwars avatar Jun 14 '22 22:06 easwars

https://github.com/grpc/grpc-go/runs/6872250824?check_suite_focus=true

easwars avatar Jun 16 '22 19:06 easwars

https://github.com/grpc/grpc-go/runs/7437994815?check_suite_focus=true

zasweq avatar Jul 20 '22 21:07 zasweq

https://github.com/grpc/grpc-go/runs/7869077112?check_suite_focus=true

feihu-stripe avatar Aug 17 '22 00:08 feihu-stripe

https://github.com/grpc/grpc-go/actions/runs/3276440555/jobs/5392493966

easwars avatar Oct 18 '22 22:10 easwars

https://github.com/grpc/grpc-go/actions/runs/3277417887/jobs/5394665856

easwars avatar Oct 18 '22 22:10 easwars

This seems to be occurring a lot more lately than it was before. I've seen it 2x today.

dfawley avatar Oct 18 '22 23:10 dfawley

https://github.com/grpc/grpc-go/actions/runs/3283843469/jobs/5409071616

easwars avatar Oct 19 '22 18:10 easwars

https://github.com/grpc/grpc-go/actions/runs/3397082134/jobs/5648860667. Saw this twice.

zasweq avatar Nov 04 '22 21:11 zasweq

https://github.com/zasweq/grpc-go/actions/runs/3397081915/jobs/5648860111. Third time.

zasweq avatar Nov 04 '22 21:11 zasweq

https://github.com/grpc/grpc-go/actions/runs/3397082134/jobs/5649151395. Fourth time.

zasweq avatar Nov 04 '22 21:11 zasweq

https://github.com/grpc/grpc-go/actions/runs/3412784854/jobs/5678728204

zasweq avatar Nov 07 '22 18:11 zasweq

https://github.com/grpc/grpc-go/actions/runs/3412784854/jobs/5678728204

zasweq avatar Nov 07 '22 21:11 zasweq

https://github.com/grpc/grpc-go/actions/runs/3410107074/jobs/5672663298

easwars avatar Nov 10 '22 07:11 easwars

https://github.com/grpc/grpc-go/actions/runs/3476307591/jobs/5811414092

easwars avatar Nov 16 '22 16:11 easwars

https://github.com/grpc/grpc-go/actions/runs/3483651731/jobs/5827373403

easwars avatar Nov 17 '22 02:11 easwars

https://github.com/grpc/grpc-go/actions/runs/3513398091/jobs/5886174869

atollena avatar Nov 21 '22 10:11 atollena

https://github.com/grpc/grpc-go/actions/runs/3525506990/jobs/5912312206

easwars avatar Nov 22 '22 17:11 easwars

https://github.com/grpc/grpc-go/actions/runs/3527220770/jobs/5916034923

easwars avatar Nov 22 '22 21:11 easwars

Failing 22/10k on google3.

dfawley avatar Nov 28 '22 19:11 dfawley