-
Notifications
You must be signed in to change notification settings - Fork 648
Closed
Labels
api: spannerIssues related to the Spanner API.Issues related to the Spanner API.priority: p1Important issue which blocks shipping the next release. Will be fixed prior to next release.Important issue which blocks shipping the next release. Will be fixed prior to next release.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Description
There are 4 failures in spanner
1) Spanner Transactions read only should accept a read timestamp:
Uncaught AssertionError: 5 === 1
+ expected - actual
-5
+1
at system-test/spanner.js:2719:20
at DestroyableTransform.<anonymous> (src/transaction.js:532:7)
at endReadableNT (node_modules/through2/node_modules/readable-stream/lib/_stream_readable.js:920:12)
2) Spanner Transactions read only should accept an exact staleness:
Uncaught AssertionError: 5 === 2
+ expected - actual
-5
+2
at system-test/spanner.js:2758:20
at DestroyableTransform.<anonymous> (src/transaction.js:532:7)
at endReadableNT (node_modules/through2/node_modules/readable-stream/lib/_stream_readable.js:920:12)
3) Spanner Transactions read only should do an exact read with concurrent updates:
Uncaught AssertionError: 'v4' === 'v3'
+ expected - actual
-v4
+v3
at system-test/spanner.js:2850:24
at DestroyableTransform.<anonymous> (src/transaction.js:532:7)
at endReadableNT (node_modules/through2/node_modules/readable-stream/lib/_stream_readable.js:920:12)
4) Spanner Transactions read only should read with staleness & concurrent updates:
Uncaught AssertionError: 5 === 1
+ expected - actual
-5
+1
at system-test/spanner.js:2878:22
at src/session-pool.js:314:16
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
api: spannerIssues related to the Spanner API.Issues related to the Spanner API.priority: p1Important issue which blocks shipping the next release. Will be fixed prior to next release.Important issue which blocks shipping the next release. Will be fixed prior to next release.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.Error or flaw in code with unintended results or allowing sub-optimal usage patterns.