You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "Gavin (JIRA)" <ji...@apache.org> on 2019/04/29 09:27:46 UTC

[jira] [Issue Comment Deleted] (MESOS-5905) Zookeeper tests do not work on CMake builds as directory structure changed.

     [ https://issues.apache.org/jira/browse/MESOS-5905?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gavin updated MESOS-5905:
-------------------------
    Comment: was deleted

(was: www.rtat.net)

> 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
>            Priority: Major
>             Fix For: 1.5.0
>
>
> 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
(v7.6.3#76005)