googleapis / google-cloud-cpp-spanner

C++ client library for Google Cloud Spanner
https://cloud.google.com/spanner/
Apache License 2.0
29 stars 14 forks source link

support running integration tests against the Spanner emulator #1464

Closed devbww closed 4 years ago

devbww commented 4 years ago

Add a wrapper to easily start and shut down an emulator for an entire test suite or for each test case.

devjgm commented 4 years ago

@devbww Is this a dupe of https://github.com/googleapis/google-cloud-cpp-spanner/issues/1465?

devbww commented 4 years ago

In as much as this is a possible part of a solution for #1465, I'll say yes.

So, I'll close this (and note in passing that 1464 < 1465).