-
Notifications
You must be signed in to change notification settings - Fork 379
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
Create Database Integration Test Suite #1740
Comments
The storage integration test has revealed an interesting edge case. Here's the cloud spanner documentation:
There are a new instances of
That do not retry on |
@AlCutter for cloud spanner API comments |
Woot woot ;) |
@pavelkalinnikov do you have any context on what work is remaining here? |
|
Each database implementation has its own set of "unit tests"
We should really be testing these implementations at the interface layer so we can have some confidence that the assumptions we have about one storage implementation carry to the other implementations
The text was updated successfully, but these errors were encountered: