[GitHub] nifi pull request: NIFI-901: Fixed unit test to verify IP address ...

2016-03-19 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/nifi/pull/286


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] nifi pull request: NIFI-901: Fixed unit test to verify IP address ...

2016-03-19 Thread mcgilman
Github user mcgilman commented on the pull request:

https://github.com/apache/nifi/pull/286#issuecomment-197997930
  
Reviewing...


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] nifi pull request: NIFI-901: Fixed unit test to verify IP address ...

2016-03-19 Thread mattyb149
GitHub user mattyb149 opened a pull request:

https://github.com/apache/nifi/pull/286

NIFI-901: Fixed unit test to verify IP address of Cassandra contact point

The test was checking the IP against getHostName(), but if there were a 
DNS/hosts entry for that IP, the test would fail. This fix changes the asserts 
to compare the expected IP against the actual IP.

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

$ git pull https://github.com/mattyb149/nifi NIFI-901

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

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


commit 395c84d27ba0c83f5d5fe7e1fb597c3ad9a8ed29
Author: Matt Burgess 
Date:   2016-03-17T17:46:53Z

NIFI-901: Fixed unit test to verify IP address of Cassandra contact point




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---