[
https://issues.apache.org/jira/browse/MESOS-5905?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16088208#comment-16088208
]
Andrew Schwartzmeyer commented on MESOS-5905:
---------------------------------------------
I don't have a great solution for this yet, but have the tests passing.
> Zookeeper tests do not work on CMake builds as directory structure changed.
> ---------------------------------------------------------------------------
>
> Key: MESOS-5905
> URL: https://issues.apache.org/jira/browse/MESOS-5905
> Project: Mesos
> Issue Type: Bug
> Components: build
> Affects Versions: 1.1.0
> Reporter: Srinivas
> Assignee: Andrew Schwartzmeyer
>
> Zookeeper tests load the class path at runtime. The zookeepers' SetUpTestCase
> uses the zookeeper build directory to extract the required jars into the java
> classpath for tests to work. This will break with cmake builds as there is
> extra build path generated when using cmake. The new make directory looks
> like "3rdparty/zookeeper-3.4.8/src/zookeeper-3.4.8" instead of
> "3rdparty/zookeeper-3.4.8". SetupTestCase should handle this. Although there
> is build setting to specify "ZOOKEEPER_VERSION" there is no build flag to
> specify zookeeper install directory and that information is deduced.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)