[GitHub] storm pull request #2555: STORM-2841 Use extended class instead of partial m...

2018-02-13 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/storm/pull/2555


---


[GitHub] storm pull request #2555: STORM-2841 Use extended class instead of partial m...

2018-02-12 Thread HeartSaVioR
GitHub user HeartSaVioR opened a pull request:

https://github.com/apache/storm/pull/2555

STORM-2841 Use extended class instead of partial mock for TestHiveBolt

* while mocking partially, oddly it calls real method intermittently which 
breaks test

Please refer https://issues.apache.org/jira/browse/STORM-2841 to see the 
detail of failure.

I guess this is clean cherry-picking for 1.x version lines. I'll submit 
another one if not.

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/HeartSaVioR/storm STORM-2841

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/storm/pull/2555.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 #2555


commit 2977d98b5cc43dd46fce33c537ea7ac4db36a3b2
Author: Jungtaek Lim 
Date:   2018-02-12T08:55:48Z

STORM-2841 Use extended class instead of partial mock for TestHiveBolt

* while mocking partially, oddly it calls real method intermittently which 
breaks test




---