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

fix(pubsub): enable updating enable_exactly_once_delivery in fake pubsub #5940

Merged
merged 2 commits into from
Apr 25, 2022

Conversation

sachinpad
Copy link
Contributor

Client

PubSub

Go Environment

go version go1.17.1 linux/amd64

Description

The testing fake pubsub implementation does not yet support the new enable_exactly_once_delivery field in the UpdateSubscription method.

Expected behavior

When a Subscription is updated to set EnableExactlyOnceDelivery with UpdateSubscription, the RPC should not return an error and the subscription should be modified.

Actual behavior

The RPC returns InvalidArgument with: unknown field name "enable_exactly_once_delivery"

@sachinpad sachinpad requested review from a team as code owners April 25, 2022 19:37
@product-auto-label product-auto-label bot added size: s Pull request size is small. api: pubsub Issues related to the Pub/Sub API. labels Apr 25, 2022
@google-cla
Copy link

google-cla bot commented Apr 25, 2022

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

For more information, open the CLA check for this pull request.

@sachinpad
Copy link
Contributor Author

Fixes #5939

@hongalex
Copy link
Member

Thanks for opening this PR! If you could sign the CLA, I can get this merged in.

@sachinpad
Copy link
Contributor Author

Thanks for opening this PR! If you could sign the CLA, I can get this merged in.

Just signed it, thanks!

@hongalex hongalex added the kokoro:run Add this label to force Kokoro to re-run the tests. label Apr 25, 2022
@kokoro-team kokoro-team removed the kokoro:run Add this label to force Kokoro to re-run the tests. label Apr 25, 2022
@hongalex hongalex merged commit ee44bf6 into googleapis:main Apr 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: pubsub Issues related to the Pub/Sub API. size: s Pull request size is small.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants