[
https://issues.apache.org/jira/browse/ZOOKEEPER-2302?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14979013#comment-14979013
]
Arshad Mohammad commented on ZOOKEEPER-2302:
--------------------------------------------
Thanks [~fpj] for your comment.
# Patch ZOOKEEPER-2302-01.patch gets applied successfully on both trunk and
branch-3.5. So ZOOKEEPER-2302-01.patch is for trunk as well as for branch-3.5
# The files, being modified in this path, were added recently and are not part
of branch-3.4 code. Therefore no patch required for branch-3.4
> Some test cases are not running because wrongly named
> -----------------------------------------------------
>
> Key: ZOOKEEPER-2302
> URL: https://issues.apache.org/jira/browse/ZOOKEEPER-2302
> Project: ZooKeeper
> Issue Type: Bug
> Components: tests
> Reporter: Arshad Mohammad
> Assignee: Arshad Mohammad
> Fix For: 3.5.2
>
> Attachments: ZOOKEEPER-2302-01.patch
>
>
> When run ZooKeeper test cases following two test classes never run because
> wrong naming convention is followed.
> {code}
> org.apache.zookeeper.server.quorum.TestQuorumPeerConfig
> org.apache.zookeeper.server.quorum.TestRemotePeerBean
> {code}
> Name of these test classes should be changed to
> {code}
> org.apache.zookeeper.server.quorum.QuorumPeerConfigTest
> org.apache.zookeeper.server.quorum.RemotePeerBeanTest
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)