#1122807 golang-github-grpc-ecosystem-go-grpc-middleware: flaky FTBFS: FAIL: TestServerInterceptorSuite/TestStreamingIncrementsMetrics: server_test.go:144: timeout while expecting 1 grpc_server_msg_received_total value; got 2;

#1122807#5
Date:
2025-12-12 16:33:11 UTC
From:
To:
This package has a flaky FTBFS bug triggering testing migration
concerns.

https://ci.debian.net/packages/g/golang-github-grpc-ecosystem-go-grpc-middleware/testing/riscv64/67008121/

/Simon

1044s === NAME  TestClientInterceptorSuite
1044s     interceptor_suite.go:155: stopped grpc.Server at: 127.0.0.1:35157
1044s --- PASS: TestClientInterceptorSuite (3.51s)
1044s     --- PASS: TestClientInterceptorSuite/TestStartedStreamingIncrementsStarted (0.00s)
1044s     --- PASS: TestClientInterceptorSuite/TestStreamingIncrementsMetrics (0.01s)
1044s     --- PASS: TestClientInterceptorSuite/TestUnaryIncrementsMetrics (0.00s)
1044s     --- PASS: TestClientInterceptorSuite/TestWithSubsystem (0.00s)
1044s === RUN   TestServerInterceptorSuite
1044s === RUN   TestServerInterceptorSuite/TestContextCancelledTreatedAsStatus
1044s === RUN   TestServerInterceptorSuite/TestRegisterPresetsStuff
1044s === RUN   TestServerInterceptorSuite/TestStartedStreamingIncrementsStarted
1044s === RUN   TestServerInterceptorSuite/TestStreamingIncrementsMetrics
1044s     server_test.go:144: timeout while expecting 1 grpc_server_msg_received_total value; got 2;
1044s     server_test.go:146: timeout while expecting 1 grpc_server_handling_seconds histogram count value; got 2;
1044s     server_test.go:154: timeout while expecting 1 grpc_server_handled_total value; got 2;
1044s     server_test.go:156: timeout while expecting 2 grpc_server_handling_seconds histogram count value; got 3;
1044s === RUN   TestServerInterceptorSuite/TestUnaryIncrementsMetrics
1044s === RUN   TestServerInterceptorSuite/TestWithSubsystem
1044s === NAME  TestServerInterceptorSuite
1044s     interceptor_suite.go:155: stopped grpc.Server at: 127.0.0.1:42691
1044s --- FAIL: TestServerInterceptorSuite (9.02s)
1044s     --- PASS: TestServerInterceptorSuite/TestContextCancelledTreatedAsStatus (0.10s)
1044s     --- PASS: TestServerInterceptorSuite/TestRegisterPresetsStuff (0.08s)
1044s     --- PASS: TestServerInterceptorSuite/TestStartedStreamingIncrementsStarted (0.11s)
1044s     --- FAIL: TestServerInterceptorSuite/TestStreamingIncrementsMetrics (8.13s)
1044s     --- PASS: TestServerInterceptorSuite/TestUnaryIncrementsMetrics (0.01s)
1044s     --- PASS: TestServerInterceptorSuite/TestWithSubsystem (0.00s)
1044s FAIL