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 test case failures on jenkins Windows run #604

Merged
2 commits merged into from
Nov 3, 2023

Conversation

ghost
Copy link

@ghost ghost commented Nov 2, 2023

On Windows test on Jenkins, FindFirstFile() returns unexpected error ERROR_PATH_NOT_FOUND and break some test cases.
We only handle ERROR_FILE_NOT_FOUND before but since ERROR_PATH_NOT_FOUND also seems to be a reasonable error handle it same as ERROR_FILE_NOT_FOUND.

@ghost ghost self-requested a review as a code owner November 2, 2023 22:58
@ghost ghost requested a review from sfc-gh-igarish November 2, 2023 23:11
Copy link
Collaborator

@sfc-gh-igarish sfc-gh-igarish left a comment

Choose a reason for hiding this comment

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

LGTM

@ghost ghost force-pushed the fix-test-failure-on-jenkins-windows branch from 0a7f571 to 0938f04 Compare November 3, 2023 03:39
@ghost ghost merged commit be806cf into master Nov 3, 2023
21 of 22 checks passed
@ghost ghost deleted the fix-test-failure-on-jenkins-windows branch November 3, 2023 15:34
This pull request was closed.
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