Skip to content

Commit

Permalink
test(spanner/spannertest): migrate most test code to integration_test…
Browse files Browse the repository at this point in the history
….go (#2977)

This makes it much easier to execute the same tests against both
spannertest and a real Spanner database, which has surfaced a few
divergences (noted with TODOs). This also exercises more of the Spanner
client library's interaction with spannertest, ensuring better coverage
of inmem.go too.
  • Loading branch information
dsymonds committed Oct 7, 2020
1 parent bd56b2a commit e88f9dd
Show file tree
Hide file tree
Showing 3 changed files with 595 additions and 586 deletions.
1 change: 1 addition & 0 deletions spanner/go.mod
Expand Up @@ -13,4 +13,5 @@ require (
google.golang.org/api v0.32.0
google.golang.org/genproto v0.0.0-20201006033701-bcad7cf615f2
google.golang.org/grpc v1.32.0
google.golang.org/protobuf v1.25.0
)

0 comments on commit e88f9dd

Please sign in to comment.