forked from googleapis/google-cloud-go
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Spanner: move mocked test server to testutil
The readily mocked inmem Spanner server was included in the normal build, instead of only being included in test builds. The test server has been moved to the internal testutil package, the package has been renamed as testutil_test, and the setup for a test client has been added to the client_test.go file to prevent a circular import. Fixes googleapis#1539 Change-Id: I56dc57345ef65dd2bebd57742961848e7abe1818 Reviewed-on: https://code-review.googlesource.com/c/gocloud/+/44176 Reviewed-by: kokoro <noreply+kokoro@google.com> Reviewed-by: Jean de Klerk <deklerk@google.com>
- Loading branch information
Showing
10 changed files
with
374 additions
and
301 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.