-
Notifications
You must be signed in to change notification settings - Fork 1.5k
pubsublite/internal/wire: TestRoutingPublisherUnloadIdlePublisher failed #7342
Copy link
Copy link
Closed
Labels
api: pubsubliteIssues related to the Pub/Sub Lite API.Issues related to the Pub/Sub Lite API.flakybot: issueAn issue filed by the Flaky Bot. Should not be added manually.An issue filed by the Flaky Bot. Should not be added manually.priority: p1Important issue which blocks shipping the next release. Will be fixed prior to next release.Important issue which blocks shipping the next release. Will be fixed prior to next release.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Description
This test failed!
To configure my behavior, see the Flaky Bot documentation.
If I'm commenting on this issue too often, add the flakybot: quiet label and
I will stop commenting.
commit: f8f15ba
buildURL: Build Status, Sponge
status: failed
Test output
verifier.go:226: call(3): did not receive expected request:
[*pubsublitepb.PublishRequest] message_publish_request:{messages:{key:"baz" data:"3"}}
verifier.go:226: call(4): did not receive expected request:
[*pubsublitepb.PublishRequest] message_publish_request:{messages:{key:"baz" data:"4"}}
verifier.go:226: call(5): did not receive expected request:
[*pubsublitepb.PublishRequest] message_publish_request:{messages:{key:"baz" data:"5"}}
verifier.go:226: call(6): did not receive expected request:
[*pubsublitepb.PublishRequest] message_publish_request:{messages:{key:"baz" data:"6"}}
verifier.go:257: unexpected stream index 1 for key publish:projects/123456/locations/us-central1-b/topics/my-topic:0
publish_batcher_test.go:71: Publish("3") error: (rpc error: code = FailedPrecondition desc = mockserver: got unexpected stream connection), want: partition=0,offset=12
publish_batcher_test.go:71: Publish("4") error: (pubsublite: service has stopped or is stopping), want: partition=0,offset=13
publish_batcher_test.go:71: Publish("5") error: (pubsublite: service has stopped or is stopping), want: partition=0,offset=14
publish_batcher_test.go:71: Publish("6") error: (pubsublite: service has stopped or is stopping), want: partition=0,offset=15
publish_batcher_test.go:71: Publish("b") error: (pubsublite: service has stopped or is stopping), want: partition=1,offset=22
publisher_test.go:611: Stop() got err: (publisher(projects/123456/locations/us-central1-b/topics/my-topic/partitions/0): rpc error: code = FailedPrecondition desc = mockserver: got unexpected stream connection)
verifier.go:226: call(0): did not receive expected request:
[*pubsublitepb.PublishRequest] initial_request:{topic:"projects/123456/locations/us-central1-b/topics/my-topic" partition:1}
verifier.go:226: call(1): did not receive expected request:
[*pubsublitepb.PublishRequest] message_publish_request:{messages:{key:"bar" data:"b"}}Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
api: pubsubliteIssues related to the Pub/Sub Lite API.Issues related to the Pub/Sub Lite API.flakybot: issueAn issue filed by the Flaky Bot. Should not be added manually.An issue filed by the Flaky Bot. Should not be added manually.priority: p1Important issue which blocks shipping the next release. Will be fixed prior to next release.Important issue which blocks shipping the next release. Will be fixed prior to next release.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.Error or flaw in code with unintended results or allowing sub-optimal usage patterns.