Shanshan Chen created MESOS-8287:
------------------------------------
Summary: Mesos hangs when run test
"PathsTest.CreateExecutorDirectory" in mesos-tests.exe
Key: MESOS-8287
URL: https://issues.apache.org/jira/browse/MESOS-8287
Project: Mesos
Issue Type: Bug
Environment: Windows Server 2016 + VS2015 Update 3 + Mesos master
branch latest source
Reporter: Shanshan Chen
I build mesos with Debug|x64 configuration on Windows. After that, Mesos failed
to run test "PathsTest.CreateExecutorDirectory" in mesos-tests.exe.+ It hangs
and there is no response when I run this test. +Could you please take a look at
this? Thanks in advance!
Here is repro steps:
1. git clone -c core.autocrlf=true https://github.com/apache/mesos D:\mesos\src
2. Open a VS amd64 command prompt as admin and browse to D:\mesos\src
3. bootstrap.bat
4. mkdir build_x64 && pushd build_x64
5. cmake ..\src -G "Visual Studio 15 2017 Win64"
-DCMAKE_SYSTEM_VERSION=10.0.15063.0 -DENABLE_LIBEVENT=1 -DHAS_AUTHENTICATION=0
-DPATCHEXE_PATH="C:\gnuwin32\bin" -T host=x64
6. msbuild Mesos.sln /p:Configuration=Debug /p:Platform=x64 /maxcpucount:4
/t:Rebuild
7. src\mesos-tests.exe --gtest_filter=PathsTest.CreateExecutorDirectory
Acutal result:
It hangs.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)