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

test(spanner): fix potential race condition in TestRsdBlockingStates #3017

Merged
merged 2 commits into from
Oct 15, 2020

Conversation

olavloite
Copy link
Contributor

The test case could proceed with checking the received rows against the expected, before these had been added to the slice of received rows.

Fixes #2934

The test case could proceed with checking the received rows against the expected,
before these had been added to the slice of received rows.

Fixes #2934
@google-cla google-cla bot added the cla: yes This human has signed the Contributor License Agreement. label Oct 14, 2020
@product-auto-label product-auto-label bot added the api: spanner Issues related to the Spanner API. label Oct 15, 2020
@olavloite olavloite merged commit 9e0153e into master Oct 15, 2020
@olavloite olavloite deleted the issue-2934 branch October 15, 2020 08:28
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.

spanner: TestRsdBlockingStates failed
2 participants