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

fix(spanner): ensure defers run at the right time in tests #9759

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

egonelbre
Copy link
Contributor

Defers are executed at the end of the func, not at the end of the loop. This adds func closures to ensure that they execute within the single test.

I wasn't sure whether it would've been preferrable to use subtests instead of func closures. I can adjust the fix as needed.

Defers are executed at the end of the func, not at the end of the loop.
This adds func closures to ensure that they execute within the single
test.
@egonelbre egonelbre requested review from a team as code owners April 12, 2024 09:50
@product-auto-label product-auto-label bot added the api: spanner Issues related to the Spanner API. label Apr 12, 2024
@rahul2393 rahul2393 added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Apr 16, 2024
@kokoro-team kokoro-team removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Apr 16, 2024
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.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants