[
https://issues.apache.org/jira/browse/STORM-1091?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14945656#comment-14945656
]
ASF GitHub Bot commented on STORM-1091:
---------------------------------------
GitHub user dossett opened a pull request:
https://github.com/apache/storm/pull/784
STORM-1091: Add tick tuple unit tests for hdfs and hive bolts
As I mentioned in the JIRA, I relocated MockTupleHelpers from storm-starter
to the test module of storm-core. This required some pom changes in storm-core
and the modules that use the MockTupleHelpers class.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/dossett/storm ticktests
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/storm/pull/784.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 #784
----
commit c85086693519a87436a0c96c361d0f5e640bc3b5
Author: Aaron Dossett <[email protected]>
Date: 2015-10-06T19:55:14Z
STORM-1091: Add tick tuple unit tests for hdfs and hive bolts
----
> Add unit test for tick tuples to HiveBolt and HdfsBolt
> ------------------------------------------------------
>
> Key: STORM-1091
> URL: https://issues.apache.org/jira/browse/STORM-1091
> Project: Apache Storm
> Issue Type: Test
> Components: storm-hdfs, storm-hive
> Reporter: Aaron Dossett
> Assignee: Aaron Dossett
> Priority: Minor
>
> Add tick tuple unit tests to HiveBolt and HdfsBolt.
> The storm-starter module contains a helpful MockTupleHelpers class.
> Relocating it to the storm-core test suite will make these tests easier to
> implement.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)