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

[release/7.0] Fix to #31448 Use token for NonQueryResultAsync (#31449) #32334

Merged
merged 1 commit into from Nov 21, 2023

Conversation

roji
Copy link
Member

@roji roji commented Nov 17, 2023

Fixes #31448, backports #31449

Description
The user-provided cancellation token was not being flown down for ExecuteUpdate/Delete operations.

Customer impact
When using ExecuteUpdate/Delete, triggering the cancellation token wouldn't affect the operation at all. This means that the program could hang indefinitely, e.g. in case of a network partition.

How found
Found by a customer.

Regression
No.

Testing
None.

Risk
Extremely low, just flows the cancellation token through.

@roji roji requested a review from a team November 17, 2023 17:02
@ajcvickers ajcvickers added this to the 7.0.16 milestone Nov 20, 2023
@AndriySvyryd AndriySvyryd removed this from the 7.0.16 milestone Nov 21, 2023
@AndriySvyryd AndriySvyryd merged commit e6291bf into dotnet:release/7.0 Nov 21, 2023
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants