Skip to content
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

spanner: fix broken system test #2425

Merged
merged 1 commit into from
Jun 30, 2017
Merged

spanner: fix broken system test #2425

merged 1 commit into from
Jun 30, 2017

Conversation

callmehiphop
Copy link
Contributor

@callmehiphop callmehiphop commented Jun 30, 2017

Closes #2397

@callmehiphop callmehiphop added the api: spanner Issues related to the Spanner API. label Jun 30, 2017
@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Jun 30, 2017
@@ -2716,7 +2716,7 @@ var spanner = new Spanner(env);
transaction.run('SELECT * FROM TxnTable', function(err, rows) {
assert.ifError(err);

assert.strictEqual(rows.length, 2);
assert.strictEqual(rows.length, 1);

This comment was marked as spam.

This comment was marked as spam.

This comment was marked as spam.

This comment was marked as spam.

This comment was marked as spam.

This comment was marked as spam.

This comment was marked as spam.

This comment was marked as spam.

This comment was marked as spam.

This comment was marked as spam.

@callmehiphop
Copy link
Contributor Author

/cc @swcloud

@coveralls
Copy link

Coverage Status

Coverage remained the same at 99.988% when pulling c775ab7 on callmehiphop:dg--spanner-test into c9037b6 on GoogleCloudPlatform:master.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: spanner Issues related to the Spanner API. cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants