[
https://issues.apache.org/jira/browse/ZOOKEEPER-2656?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15771861#comment-15771861
]
ASF GitHub Bot commented on ZOOKEEPER-2656:
-------------------------------------------
GitHub user rakeshadr opened a pull request:
https://github.com/apache/zookeeper/pull/134
ZOOKEEPER-2656: Fix ServerConfigTest#testValidArguments test case fai…
…lures
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/rakeshadr/zookeeper-1 ZK-2656
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/zookeeper/pull/134.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 #134
----
commit 02daa84d8a2cf12e7324f250544db530ee2b49ed
Author: Rakesh Radhakrishnan <[email protected]>
Date: 2016-12-23T04:30:19Z
ZOOKEEPER-2656: Fix ServerConfigTest#testValidArguments test case failures
----
> Fix ServerConfigTest#testValidArguments test case failures
> ----------------------------------------------------------
>
> Key: ZOOKEEPER-2656
> URL: https://issues.apache.org/jira/browse/ZOOKEEPER-2656
> Project: ZooKeeper
> Issue Type: Test
> Reporter: Rakesh R
> Assignee: Rakesh R
>
> This jira to fix ServerConfigTest#testValidArguments test case failure.
> Reference:
> https://builds.apache.org/job/ZooKeeper-trunk/3207/testReport/org.apache.zookeeper/ServerConfigTest/testValidArguments/
> {code}
> Error Message
> expected: java.lang.String</data/dir> but was: java.io.File</data/dir>
> Stacktrace
> junit.framework.AssertionFailedError: expected: java.lang.String</data/dir>
> but was: java.io.File</data/dir>
> at
> org.apache.zookeeper.ServerConfigTest.testValidArguments(ServerConfigTest.java:48)
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)