mattf-apache opened a new pull request #580: HADOOP-16166. TestRawLocalFileSystemContract fails with build Docker … URL: https://github.com/apache/hadoop/pull/580 …container running on Mac. Also provided similar fix for Windows. As noted in the Jira, this problem was discovered when working on a Mac, in the docker container created by `start-build-env.sh`. In that environment, this unit test fails, because it doesn't take into account that a Linux process may be mounting a Mac's case-insensitive filesystem. This patch adds recognition of that circumstance for both Mac and Windows. Yetus testing will not see any change. I manually tested it in the `start-build-env.sh` environment on both Mac and Win 10 Pro. No new unit test, as this is a fix to an existing unit test.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
