googleapis / google-cloud-go

Google Cloud Client Libraries for Go.
https://cloud.google.com/go/docs/reference
Apache License 2.0
3.72k stars 1.27k forks source link

pubsub: TestIntegration_DeadLetterPolicy_ClearDeadLetter failed #8925

Closed flaky-bot[bot] closed 11 months ago

flaky-bot[bot] commented 11 months ago

Note: #4702 was also for this test, but it was closed more than 10 days ago. So, I didn't mark it flaky.


commit: 507d232cdb09bd941ebfe800bdd4bfc020346f5d buildURL: Build Status, Sponge status: failed

Test output
==================
WARNING: DATA RACE
Read at 0x00c0005c4ff0 by goroutine 13461:
  runtime.mapaccess2_faststr()
      /usr/local/go/src/runtime/map_faststr.go:108 +0x0
  cloud.google.com/go/pubsub.TestStreamingPullRetry()
      /tmpfs/src/google-cloud-go/pubsub/streaming_pull_test.go:252 +0x10e9
  testing.tRunner()
      /usr/local/go/src/testing/testing.go:1595 +0x238
  testing.(*T).Run.func1()
      /usr/local/go/src/testing/testing.go:1648 +0x44

Previous write at 0x00c0005c4ff0 by goroutine 20360:
  runtime.mapassign_faststr()
      /usr/local/go/src/runtime/map_faststr.go:203 +0x0
  cloud.google.com/go/pubsub.(*mockServer).ModifyAckDeadline()
      /tmpfs/src/google-cloud-go/pubsub/mock_test.go:194 +0x284
  cloud.google.com/go/pubsub/apiv1/pubsubpb._Subscriber_ModifyAckDeadline_Handler()
      /tmpfs/src/google-cloud-go/pubsub/apiv1/pubsubpb/pubsub.pb.go:7065 +0x22d
  google.golang.org/grpc.(*Server).processUnaryRPC()
      /go/pkg/mod/google.golang.org/grpc@v1.59.0/server.go:1343 +0x1902
  google.golang.org/grpc.(*Server).handleStream()
      /go/pkg/mod/google.golang.org/grpc@v1.59.0/server.go:1737 +0x12f0
  google.golang.org/grpc.(*Server).serveStreams.func1.1()
      /go/pkg/mod/google.golang.org/grpc@v1.59.0/server.go:986 +0x11d

Goroutine 13461 (running) created at:
  testing.(*T).Run()
      /usr/local/go/src/testing/testing.go:1648 +0x82a
  testing.runTests.func1()
      /usr/local/go/src/testing/testing.go:2054 +0x84
  testing.tRunner()
      /usr/local/go/src/testing/testing.go:1595 +0x238
  testing.runTests()
      /usr/local/go/src/testing/testing.go:2052 +0x896
  testing.(*M).Run()
      /usr/local/go/src/testing/testing.go:1925 +0xb57
  main.main()
      _testmain.go:261 +0x2bd

Goroutine 20360 (finished) created at:
  google.golang.org/grpc.(*Server).serveStreams.func1()
      /go/pkg/mod/google.golang.org/grpc@v1.59.0/server.go:997 +0x264
  google.golang.org/grpc/internal/transport.(*http2Server).operateHeaders()
      /go/pkg/mod/google.golang.org/grpc@v1.59.0/internal/transport/http2_server.go:625 +0x4e21
  google.golang.org/grpc/internal/transport.(*http2Server).HandleStreams()
      /go/pkg/mod/google.golang.org/grpc@v1.59.0/internal/transport/http2_server.go:667 +0x244
  google.golang.org/grpc.(*Server).serveStreams()
      /go/pkg/mod/google.golang.org/grpc@v1.59.0/server.go:979 +0x358
  google.golang.org/grpc.(*Server).handleRawConn.func1()
      /go/pkg/mod/google.golang.org/grpc@v1.59.0/server.go:920 +0x58
==================
=== NAME  TestStreamingPullRetry
    testing.go:1465: race detected during execution of test
flaky-bot[bot] commented 11 months ago

Test passed for commit 525abdee433864d4d456f1f1fff5599017b557ff (Build Status, Sponge)! Closing this issue.