-
Notifications
You must be signed in to change notification settings - Fork 653
Closed
Labels
api: spannerIssues related to the Spanner API.Issues related to the Spanner API.
Description
From @vkedia on January 19, 2017 7:20
System tests for Cloud Spanner should cover all these scenarios:
- Basic read,query and writes for all the data types.
- Read with indexes, read limits, different concurrency options, range reads.
- Reading back large amount of data (lot of rows, large rows) to exercise the stream resume, flow control and chunking logic.
- Parameter binding in query for all the data types including nulls, null arrays, arrays containing null, array of structs, special values for double type (Nan, Infinity,-Infinity).
- Read/modify/write using transactions.
- Tests for admin operations such as creating/deleting a database, updating database schema, pagination for list operations.
Copied from original issue: GoogleCloudPlatform/google-cloud-node-private#20
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
api: spannerIssues related to the Spanner API.Issues related to the Spanner API.