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

feat(spanner/spannertest): add support for bool parameter types #2674

Merged

Conversation

sporkmonger
Copy link
Contributor

I tested this against my own codebase as well and it resolved the issue for both my code as well as the integration tests. Previously this would fail with:

spanner: code = "Unknown", desc = "rpc error: code = Unknown desc = unsupported well-known type value kind *structpb.Value_BoolValue"

@google-cla google-cla bot added the cla: yes This human has signed the Contributor License Agreement. label Aug 3, 2020
@hengfengli hengfengli requested review from dsymonds and removed request for skuruppu August 5, 2020 23:03
@dsymonds
Copy link
Contributor

dsymonds commented Aug 5, 2020

Thanks, this is just an oversight (or having not gotten to it, as a nearby TODO indicates). The fix looks good, but please drop the integration_test.go change.

@codyoss codyoss changed the title spanner/spannertest: add support for bool parameter types feat(spanner/spannertest): add support for bool parameter types Aug 6, 2020
@sporkmonger
Copy link
Contributor Author

Cool, should be all set.

@dsymonds
Copy link
Contributor

dsymonds commented Sep 6, 2020

Hey @sporkmonger, I think you need to rebase your branch or merge master into it so we can merge this into master.

@sporkmonger
Copy link
Contributor Author

Done.

@dsymonds
Copy link
Contributor

dsymonds commented Sep 7, 2020

Hey @skuruppu, do you know why kokoro isn't reporting back? It's blocking being able to submit this change.

@dsymonds dsymonds added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Sep 8, 2020
@kokoro-team kokoro-team removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Sep 8, 2020
@dsymonds dsymonds added the automerge Merge the pull request once unit tests and other checks pass. label Sep 8, 2020
@gcf-merge-on-green gcf-merge-on-green bot merged commit 24f633b into googleapis:master Sep 8, 2020
@skuruppu
Copy link
Contributor

skuruppu commented Sep 8, 2020

Yeah, somehow the notification never makes it to GitHub even though the test has run on Kokoro. I usually fiddle with TestFusion to get it working again but I think you need permissions for that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
automerge Merge the pull request once unit tests and other checks pass. cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants