[jira] [Commented] (MESOS-8287) Mesos hangs when run test "PathsTest.CreateExecutorDirectory" in mesos-tests.exe

2018-07-17 Thread Andrew Schwartzmeyer (JIRA)


[ 
https://issues.apache.org/jira/browse/MESOS-8287?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16547081#comment-16547081
 ] 

Andrew Schwartzmeyer commented on MESOS-8287:
-

Although I don't have the same OS or VS install or know which commit of Mesos 
this was on, I tried (and failed) to repro with:

1. {{cmake ../.. -G "Visual Studio 15 2017 Win64" 
-DCMAKE_SYSTEM_VERSION="10.0.15063.0" -DENABLE_LIBEVENT=1 
-DHAS_AUTHENTICATION=0 -T host=x64}}

2. {{msbuild Mesos.sln /p:Configuration=Debug /p:Platform=x64 /maxcpucount:4 
/t:Rebuild}}

3. {{src\mesos-tests.exe --gtest_filter=PathsTest.CreateExecutorDirectory}}

{noformat}
[==] Running 1 test from 1 test case.
[--] Global test environment set-up.
[--] 1 test from PathsTest
[ RUN  ] PathsTest.CreateExecutorDirectory
[   OK ] PathsTest.CreateExecutorDirectory (15 ms)
[--] 1 test from PathsTest (15 ms total)

[--] Global test environment tear-down
[==] 1 test from 1 test case ran. (661 ms total)
[  PASSED  ] 1 test.
{noformat}

Let me know when you have more info. Thanks!

> 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
>Assignee: Andrew Schwartzmeyer
>Priority: Major
>  Labels: windows
>
> 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
(v7.6.3#76005)


[jira] [Commented] (MESOS-8287) Mesos hangs when run test "PathsTest.CreateExecutorDirectory" in mesos-tests.exe

2018-07-12 Thread Andrew Schwartzmeyer (JIRA)


[ 
https://issues.apache.org/jira/browse/MESOS-8287?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16542147#comment-16542147
 ] 

Andrew Schwartzmeyer commented on MESOS-8287:
-

If you could also capture a verbose log from the tests, that would be helpful.

> 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
>Assignee: Andrew Schwartzmeyer
>Priority: Major
>  Labels: windows
>
> 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
(v7.6.3#76005)


[jira] [Commented] (MESOS-8287) Mesos hangs when run test "PathsTest.CreateExecutorDirectory" in mesos-tests.exe

2018-07-12 Thread Andrew Schwartzmeyer (JIRA)


[ 
https://issues.apache.org/jira/browse/MESOS-8287?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16542144#comment-16542144
 ] 

Andrew Schwartzmeyer commented on MESOS-8287:
-

What filesystem are you running on, and does it have NTFS long path support?

> 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
>Assignee: Andrew Schwartzmeyer
>Priority: Major
>  Labels: windows
>
> 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
(v7.6.3#76005)