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: system tests use database instead of session #4744

Merged

Conversation

chemelnucfin
Copy link
Contributor

There are still a couple of them that use session, I'll look later on them.

@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Jan 12, 2018
@chemelnucfin chemelnucfin changed the title Spanner: tests session removal Spanner: system tests use database instead of session Jan 12, 2018
rows = list(results_iter)
self.assertEqual(rows, [expected[row]])
with self._db.snapshot() as snapshot:
results_iter = snapshot.read(self.TABLE,

This comment was marked as spam.

This comment was marked as spam.

@chemelnucfin chemelnucfin merged commit ddaa9a0 into googleapis:master Jan 13, 2018
@chemelnucfin chemelnucfin deleted the spanner_tests_session_removal branch January 13, 2018 21:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants