Skip to content

Make storm more windows friendly#8699

Merged
rzo1 merged 2 commits into
apache:masterfrom
sigee:make-storm-more-windows-friendly
May 21, 2026
Merged

Make storm more windows friendly#8699
rzo1 merged 2 commits into
apache:masterfrom
sigee:make-storm-more-windows-friendly

Conversation

@sigee
Copy link
Copy Markdown
Member

@sigee sigee commented May 20, 2026

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.

@rzo1 rzo1 added this to the 3.0.0 milestone May 21, 2026
@rzo1 rzo1 merged commit 7466ae3 into apache:master May 21, 2026
11 checks passed
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