GitHub user srdo opened a pull request: https://github.com/apache/storm/pull/2924
STORM-1289: Port integration-test.clj to Java https://issues.apache.org/jira/browse/STORM-1289 I have also ported a few tests to JUnit 5 and changed the IntegrationTest and PerformanceTest categories to be JUnit 5 Tags instead. I think it improves readability of the root pom. Let me know if these changes are too noisy here, and I'll move them to a separate PR. You can merge this pull request into a Git repository by running: $ git pull https://github.com/srdo/storm STORM-1289 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/storm/pull/2924.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #2924 ---- commit ad5772d29e5314975e89cbf653ca3b4a40adc4d7 Author: Stig Rohde Døssing <srdo@...> Date: 2018-12-07T21:07:36Z STORM-1289: Port integration-test.clj to Java ---- ---