Skip to content

System test coverage for Cloud Spanner #2197

@stephenplusplus

Description

@stephenplusplus

From @vkedia on January 19, 2017 7:20

System tests for Cloud Spanner should cover all these scenarios:

  1. Basic read,query and writes for all the data types.
  2. Read with indexes, read limits, different concurrency options, range reads.
  3. Reading back large amount of data (lot of rows, large rows) to exercise the stream resume, flow control and chunking logic.
  4. 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).
  5. Read/modify/write using transactions.
  6. 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

Metadata

Metadata

Assignees

Labels

api: spannerIssues related to the Spanner API.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions