You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Basic read,query and writes for all the data types. (We're missing null)
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. (only tested in unit tests)
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. (Not sure about the transactions)
Tests for admin operations such as creating/deleting a database, updating database schema, pagination for list operations.
From @vkedia on January 19, 2017 7:20
System tests for Cloud Spanner should cover all these scenarios:
Copied from original issue: GoogleCloudPlatform/google-cloud-node-private#20
The text was updated successfully, but these errors were encountered: