Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pubsublite/internal/wire: TestRoutingPublisherUnloadIdlePublisher failed #7942

Closed
flaky-bot bot opened this issue May 15, 2023 · 2 comments · Fixed by #8478
Closed

pubsublite/internal/wire: TestRoutingPublisherUnloadIdlePublisher failed #7942

flaky-bot bot opened this issue May 15, 2023 · 2 comments · Fixed by #8478
Assignees
Labels
api: pubsublite Issues related to the Pub/Sub Lite API. flakybot: flaky Tells the Flaky Bot not to close or comment on this issue. flakybot: issue An issue filed by the Flaky Bot. Should not be added manually. priority: p2 Moderately-important priority. Fix may not be included in next release. type: bug Error or flaw in code with unintended results or allowing sub-optimal usage patterns.

Comments

@flaky-bot
Copy link

flaky-bot bot commented May 15, 2023

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


commit: 85d084c
buildURL: Build Status, Sponge
status: failed

Test output
    verifier.go:226: call(2): did not receive expected request:
        [*pubsublitepb.PublishRequest] message_publish_request:{messages:{key:"baz"  data:"2"}  first_sequence_number:1}
    verifier.go:226: call(3): did not receive expected request:
        [*pubsublitepb.PublishRequest] message_publish_request:{messages:{key:"baz"  data:"3"}  first_sequence_number:2}
    verifier.go:226: call(4): did not receive expected request:
        [*pubsublitepb.PublishRequest] message_publish_request:{messages:{key:"baz"  data:"4"}  first_sequence_number:3}
    verifier.go:226: call(5): did not receive expected request:
        [*pubsublitepb.PublishRequest] message_publish_request:{messages:{key:"baz"  data:"5"}  first_sequence_number:4}
    verifier.go:226: call(6): did not receive expected request:
        [*pubsublitepb.PublishRequest] message_publish_request:{messages:{key:"baz"  data:"6"}  first_sequence_number:5}
    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("2") error: (rpc error: code = FailedPrecondition desc = mockserver: got unexpected stream connection), want: partition=0,offset=11
    publish_batcher_test.go:71: Publish("3") error: (pubsublite: service has stopped or is stopping), 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:619: 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  client_id:"publisher"}
    verifier.go:226: call(1): did not receive expected request:
        [*pubsublitepb.PublishRequest] message_publish_request:{messages:{key:"bar"  data:"b"}  first_sequence_number:1}
@flaky-bot flaky-bot bot added flakybot: issue An issue filed by the Flaky Bot. Should not be added manually. priority: p1 Important issue which blocks shipping the next release. Will be fixed prior to next release. type: bug Error or flaw in code with unintended results or allowing sub-optimal usage patterns. labels May 15, 2023
@product-auto-label product-auto-label bot added the api: pubsublite Issues related to the Pub/Sub Lite API. label May 15, 2023
@flaky-bot
Copy link
Author

flaky-bot bot commented May 16, 2023

Test passed for commit 8b75e86 (Build Status, Sponge)! Closing this issue.

@flaky-bot flaky-bot bot closed this as completed May 16, 2023
@flaky-bot flaky-bot bot reopened this May 16, 2023
@flaky-bot flaky-bot bot added the flakybot: flaky Tells the Flaky Bot not to close or comment on this issue. label May 16, 2023
@flaky-bot
Copy link
Author

flaky-bot bot commented May 16, 2023

Looks like this issue is flaky. 😟

I'm going to leave this open and stop commenting.

A human should fix and close this.


commit: ecabc89
buildURL: Build Status, Sponge
status: failed

Test output
    verifier.go:226: call(4): did not receive expected request:
        [*pubsublitepb.PublishRequest] message_publish_request:{messages:{key:"baz"  data:"4"}  first_sequence_number:3}
    verifier.go:226: call(5): did not receive expected request:
        [*pubsublitepb.PublishRequest] message_publish_request:{messages:{key:"baz"  data:"5"}  first_sequence_number:4}
    verifier.go:226: call(6): did not receive expected request:
        [*pubsublitepb.PublishRequest] message_publish_request:{messages:{key:"baz"  data:"6"}  first_sequence_number:5}
    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("4") error: (rpc error: code = FailedPrecondition desc = mockserver: got unexpected stream connection), 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:619: 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  client_id:"publisher"}
    verifier.go:226: call(1): did not receive expected request:
        [*pubsublitepb.PublishRequest] message_publish_request:{messages:{key:"bar"  data:"b"}  first_sequence_number:1}

@tmdiep tmdiep added priority: p2 Moderately-important priority. Fix may not be included in next release. and removed priority: p1 Important issue which blocks shipping the next release. Will be fixed prior to next release. labels May 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: pubsublite Issues related to the Pub/Sub Lite API. flakybot: flaky Tells the Flaky Bot not to close or comment on this issue. flakybot: issue An issue filed by the Flaky Bot. Should not be added manually. priority: p2 Moderately-important priority. Fix may not be included in next release. type: bug Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant