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

Do not throw for user paths that contain a quote character in them. #58357

Merged
merged 1 commit into from
Dec 16, 2021

Conversation

CyrusNajmabadi
Copy link
Member

@@ -46,7 +46,7 @@ public async Task TestCrashInNewConnection()

// Because instantiating the connection will fail, we will not get back
// a working persistent storage. We are testing a fault recovery code path.
await using (var storage = await GetStorageAsync(solution, faultInjector, throwOnFailure: false))
await using (var storage = await GetStorageAsync(solution, faultInjector: faultInjector, throwOnFailure: false))
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i added another optional parameter, and this positional one needed to become named.

@dibarbet
Copy link
Member

@CyrusNajmabadi does this need to be taken for servicing / backported? Or is 17.1p3 good enough

@CyrusNajmabadi
Copy link
Member Author

We've lived with it thsi far. I imagine we don't need servicing. (it's just degraded perf, not any other user visible problem)

@CyrusNajmabadi CyrusNajmabadi merged commit 9e35a98 into dotnet:main Dec 16, 2021
@ghost ghost added this to the Next milestone Dec 16, 2021
@Cosifne Cosifne modified the milestones: Next, 17.1.P3 Jan 5, 2022
@CyrusNajmabadi CyrusNajmabadi deleted the sqliteQuotPAth branch February 18, 2022 20:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants