-
Notifications
You must be signed in to change notification settings - Fork 11.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix Filesystem tests failing in Windows (#32975)
* testPutWithStreamInterface() leaves an fopen() stream resource that must be explicitly closed before temp directories can be deleted in Windows. * testReplaceStoresFiles() fails for multiple reasons under Windows. chmod() / umask() write permissions don't change and symlink() attempts fail in most Windows environments.
- Loading branch information
Showing
2 changed files
with
19 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters