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

DM-38552: (hotfix) Protect test against special characters in parent directories #50

Merged
merged 2 commits into from Apr 6, 2023

Conversation

timj
Copy link
Member

@timj timj commented Apr 6, 2023

With the recent change where absolute path schemeless URIs becomes file URIs, we end up with the possibility of there being url encoding of the path. To protect against that we switch to testing against ospath since these are all file paths,

Checklist

  • ran Jenkins
  • added a release note for user-visible changes to doc/changes

timj added 2 commits April 6, 2023 09:02
With the recent change where absolute path schemeless URIs
becomes file URIs, we end up with the possibility of there
being url encoding of the path. To protect against that
we switch to testing against ospath since these are all
file paths.
@timj timj requested a review from ktlim April 6, 2023 16:26
@timj timj changed the title DM-38552: (hotfix) Protect against special characters in parent directories DM-38552: (hotfix) Protect test against special characters in parent directories Apr 6, 2023
@timj timj merged commit 94ae226 into main Apr 6, 2023
13 checks passed
@timj timj deleted the tickets/DM-38552-hotfix branch April 6, 2023 16:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants