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(cmd): run file system stat errors #2255

Merged
merged 1 commit into from
May 7, 2021

Conversation

squakez
Copy link
Contributor

@squakez squakez commented Apr 30, 2021

  • Introducing a check to make sure that we don't panic if any kind of filesystem error but file not found is reported
  • Adding a unit test to check a permission error on /root won't panic

Should fix #2239

Release Note

fix(cmd): run file system stat errors

@squakez
Copy link
Contributor Author

squakez commented Apr 30, 2021

cc @bouskaJ @heiko-braun

* Introducing a check to make sure that we don't panic if any kind of filesystem error but file not found is reported
* Adding a unit test to check a permission error on /root won't panic
@squakez squakez force-pushed the fix/2239_windows_fs_error branch from 18509c5 to 32ef8bd Compare May 6, 2021 09:09
@astefanutti astefanutti merged commit d2e8bf4 into apache:main May 7, 2021
@nicolaferraro nicolaferraro mentioned this pull request Jul 2, 2021
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.

kamel run fails for remote files on windows
4 participants