Skip to content

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

Merged
rahul2393 merged 7 commits intogoogleapis:mainfrom
egonelbre:deferfix
Aug 21, 2024
Merged

fix(spanner): ensure defers run at the right time in tests#9759
rahul2393 merged 7 commits intogoogleapis:mainfrom
egonelbre:deferfix

Conversation

@egonelbre
Copy link
Copy Markdown
Contributor

@egonelbre egonelbre commented Apr 12, 2024

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.

Fixes #10323

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 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
@codyoss
Copy link
Copy Markdown
Member

codyoss commented Jul 24, 2024

@rahul2393 for review

@rahul2393 rahul2393 added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Aug 14, 2024
@kokoro-team kokoro-team removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Aug 14, 2024
@egonelbre
Copy link
Copy Markdown
Contributor Author

@rahul2393 can this be merged?

@rahul2393 rahul2393 enabled auto-merge (squash) August 21, 2024 15:10
@rahul2393 rahul2393 added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Aug 21, 2024
@kokoro-team kokoro-team removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Aug 21, 2024
@rahul2393 rahul2393 merged commit 7ef0ded into googleapis:main Aug 21, 2024
@egonelbre egonelbre deleted the deferfix branch August 21, 2024 15:26
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.

spanner: defers are executed at the end of func

4 participants