Github user HeartSaVioR commented on the issue:
https://github.com/apache/storm/pull/2447
I've also refactored some classes.
There's huge increase in build time (close to 10 mins addition) which is
due to migrate each test method to submit topology in local cluster. It ends up
taking around 10 secs or more for each test method.
I'll try to come up with simple execution engine which is likely similar to
standalone mode, but much simpler.---
