Details
-
Improvement
-
Status: Resolved
-
Trivial
-
Resolution: Fixed
-
None
-
None
Description
The OutputCollector passed to bolt.prepare() can be mocked directly instead of mocking an IOutputCollector used to construct the collector each time. This makes the tests slightly more readable and it will be easier to verify more complex interactions with the collector in the future if needed.
Resolved by this PR: https://github.com/apache/storm/pull/583
Attachments
Issue Links
- Is contained by
-
STORM-938 storm-hive add a time interval to flush tuples to hive
- Resolved