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

fix false run on fs.walkdir test #273

Merged
merged 1 commit into from
May 31, 2024

Conversation

DannyBrito
Copy link
Contributor

What this PR does / why we need it:

calling fs.WalkDir() on / it doesn't produce expected behavior in comparation to . which works fine. Maybe this should be its own issue. But this issue was not raised for two things we first check if path is / and return instead of check for error first. And second, we didn't have a comparation of the actual # calls against expected calls.

@DannyBrito DannyBrito requested a review from a team as a code owner May 29, 2024 20:51
@cpuguy83 cpuguy83 merged commit 6b3bb9c into Azure:main May 31, 2024
9 checks passed
@DannyBrito DannyBrito deleted the dannybrito/fix-false-run-fs-test branch July 25, 2024 14:54
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.

2 participants