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

chore(spanner): avoid b.Fatal in child goroutine #10119

Closed
wants to merge 1 commit into from

Conversation

egonelbre
Copy link
Contributor

TB.Fatal should only be called from the test function itself.
Instead let's panic, because an error happens then the code is
broken.

TB.Fatal should only be called from the test function itself.
Instead let's panic, because an error happens then the code is
broken.
@egonelbre egonelbre requested review from a team as code owners May 6, 2024 09:04
@product-auto-label product-auto-label bot added the api: spanner Issues related to the Spanner API. label May 6, 2024
@egonelbre
Copy link
Contributor Author

Looks like this was fixed in 21cba14.

@egonelbre egonelbre closed this May 31, 2024
@egonelbre egonelbre deleted the testrace branch May 31, 2024 10:58
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

1 participant