[go: up one dir, main page]

[Flaky Test] TestPayloadBytes

Failed jobs:

internal/grpc/grpcstats TestPayloadBytes (0.01s)
    stats_test.go:148: 
        	Error Trace:	/builds/gitlab-org/gitaly/internal/grpc/grpcstats/stats_test.go:148
        	Error:      	"[%!s(*logrus.Entry=&{0xc00023e500 map[grpc.code:OK grpc.method:UnaryCall grpc.request.payload_bytes:8 grpc.response.payload_bytes:8 grpc.service:grpc.testing.TestService grpc.start_time:2024-03-07T05:08:29Z grpc.time_ms:0.061 span.kind:server system:grpc] {13939327849879081818 7872479 0x12e4980} 4 <nil> finished unary call with code OK <nil> 0xc00038dbc0 }) %!s(*logrus.Entry=&{0xc00023e500 map[grpc.code:OK grpc.method:HalfDuplexCall grpc.request.payload_bytes:16 grpc.response.payload_bytes:16 grpc.service:grpc.testing.TestService grpc.start_time:2024-03-07T05:08:29Z grpc.time_ms:0.092 span.kind:server system:grpc] {13939327849881461257 10251909 0x12e4980} 4 <nil> finished streaming call with code OK <nil> 0xc00040d650 }) %!s(*logrus.Entry=&{0xc00023e500 map[grpc.code:OK grpc.method:HalfDuplexCall grpc.request.payload_bytes:16 grpc.response.payload_bytes:16 grpc.service:grpc.testing.TestService grpc.start_time:2024-03-07T05:08:29Z grpc.time_ms:0.029 span.kind:server system:grpc] {13939327849881567068 10357729 0x12e4980} 4 <nil> finished streaming call with code OK <nil> 0xc00040dc80 })]" should have 4 item(s), but has 3
        	Test:       	TestPayloadBytes
    logger.go:92: Recorded test logs:
        time="2024-03-07T05:08:29Z" level=info msg="finished unary call with code OK" grpc.code=OK grpc.method=UnaryCall grpc.request.payload_bytes=8 grpc.response.payload_bytes=8 grpc.service=grpc.testing.TestService grpc.start_time="2024-03-07T05:08:29Z" grpc.time_ms=0.061 span.kind=server system=grpc
        time="2024-03-07T05:08:29Z" level=info msg="finished streaming call with code OK" grpc.code=OK grpc.method=HalfDuplexCall grpc.request.payload_bytes=16 grpc.response.payload_bytes=16 grpc.service=grpc.testing.TestService grpc.start_time="2024-03-07T05:08:29Z" grpc.time_ms=0.092 span.kind=server system=grpc
        time="2024-03-07T05:08:29Z" level=info msg="finished streaming call with code OK" grpc.code=OK grpc.method=HalfDuplexCall grpc.request.payload_bytes=16 grpc.response.payload_bytes=16 grpc.service=grpc.testing.TestService grpc.start_time="2024-03-07T05:08:29Z" grpc.time_ms=0.029 span.kind=server system=grpc

Steps

  • This issue has been assigned the current milestone
  • Flaky test has been quarantined with testhelper.SkipQuarantinedTest.
  • Flaky test has been fixed and quarantine removed.
Edited by Will Chandler (ex-GitLab)