Github user reiabreu commented on the issue: https://github.com/apache/storm/pull/2593 KafkaSpoutAbstractTest is tightly coupled to KafkaSpoutConfig through createSpoutConfig, meaning that to test a single configuration change, we need to create a new test class. This is something that we can redesign in the future.
---