google-cloud-rust icon indicating copy to clipboard operation
google-cloud-rust copied to clipboard

Block googleapis updates on new storage-control RPCs.

Open dbolduc opened this issue 7 months ago • 0 comments

A good first step to #2398.

We want to block updates to googleapis on new storage-control RPCs.

We can use a custom build.rs file to maintain the stub_tests macro.

https://github.com/googleapis/google-cloud-rust/blob/499eec5a9985d68d1d8d3186b54fcf04189630cb/src/storage-control/tests/mocking.rs#L97

Then when a new RPC is added to storage-control, we will have failing tests until the associated manual changes are made.

dbolduc avatar Jun 09 '25 18:06 dbolduc