test_framework cannot run without MESOS_BUILD_DIR set unless libmesos.so is on 
library path
-------------------------------------------------------------------------------------------

                 Key: MESOS-163
                 URL: https://issues.apache.org/jira/browse/MESOS-163
             Project: Mesos
          Issue Type: Bug
         Environment: Linux
            Reporter: Charles Reiss
            Priority: Trivial


test_framework locates test_executor by using argv[0]. On Linux, this results 
in it passing an executor URI that is in .libs. Trying to execute this binary 
directory can fail because libmesos.so.0 is not found, so the task is lost on 
all the slaves.

In the tests we avoid this problem by setting MESOS_BUILD_DIR and using it to 
locate the executor, but no scripts in bin/ will help the user in setting it 
and it is not documented.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to