sigee opened a new pull request, #8699:
URL: https://github.com/apache/storm/pull/8699

   There are lots of errors when I run tests on windows. This PR addresses the 
easy ones only.
   
   - Fixed a test case where a temp direcotory path was hardcoded - changed to 
`Files.createTempDirectory()`
   - Disable 11 test cases on windows where Unsupported operation was used 
(Getting user groups as `id -Gn <user>` command)
     - The Exception is thrown here: 
`org.apache.storm.utils.ShellUtils#getGroupsForUserCommand()`
   
   I'm not sure wether I should create a windows alternative somehow or it is 
enough to disable these test cases on windows.


-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to