[go: nahoru, domu]

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

spanner: support change stream actions in executor #10252

Open
harshachinta opened this issue May 23, 2024 · 0 comments
Open

spanner: support change stream actions in executor #10252

harshachinta opened this issue May 23, 2024 · 0 comments
Assignees
Labels
api: spanner Issues related to the Spanner API. priority: p2 Moderately-important priority. Fix may not be included in next release.

Comments

@harshachinta
Copy link
Contributor

The cloud client executor is used to test the client library against internal systests. However, the change streams actions have not been supported in the executor and the systests are failing with when change streams is enabled.

I 2024-05-21T13:10:55.338594-07:00 0   2024/05/21 13:10:55 start handling request action:{database_path:"projects/spanner-cloud-systest/instances/cloud-systest0/databases/read_write_test" execute_change_stream_query:{name:"TestCS2" start_time:{seconds:1716322099 nanos:620329000} heartbeat_milliseconds:1000}}
I 2024-05-21T13:10:55.338673-07:00 0   2024/05/21 13:10:55 rpc error: code = Unimplemented desc = not implemented yet *executorpb.SpannerAction_ExecuteChangeStreamQuery
I 2024-05-21T13:10:55.338874-07:00 0   2024/05/21 13:10:55 sending result status:{code:12 message:"rpc error: code = Unimplemented desc = not implemented yet *executorpb.SpannerAction_ExecuteChangeStreamQuery"} actionId 0
I 2024-05-21T13:10:55.339118-07:00 0   2024/05/21 13:10:55 Sent result status:{code:12 message:"rpc error: code = Unimplemented desc = not implemented yet *executorpb.SpannerAction_ExecuteChangeStreamQuery"} actionId 0
@harshachinta harshachinta added priority: p2 Moderately-important priority. Fix may not be included in next release. api: spanner Issues related to the Spanner API. labels May 23, 2024
@harshachinta harshachinta self-assigned this May 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: spanner Issues related to the Spanner API. priority: p2 Moderately-important priority. Fix may not be included in next release.
Projects
None yet
Development

No branches or pull requests

1 participant