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

Damien Hardy commented on MESOS-641:
------------------------------------

here it is :

[ RUN      ] OsTest.pstree
Before:
-+- 1577 ./stout-tests 
 \--- 1578 sh -c sleep 10 
After:
-+- 1577 sh -c sleep 10 
 |-+- 1578 sh -c sleep 10 
 | \--- 1580 sleep 10 
 \--- 1579 sleep 10 
stout/tests/os_tests.cpp:519: Failure
Value of: tree.get().children.size()
  Actual: 2
Expected: 1u
Which is: 1
-+- 1577 sh -c sleep 10 
 |-+- 1578 sh -c sleep 10 
 | \--- 1580 sleep 10 
 \--- 1579 sleep 10 
[  FAILED  ] OsTest.pstree (86 ms)

make check ran on Debian squeeze.
                
> stout pstree test fails
> -----------------------
>
>                 Key: MESOS-641
>                 URL: https://issues.apache.org/jira/browse/MESOS-641
>             Project: Mesos
>          Issue Type: Bug
>          Components: test
>    Affects Versions: 0.14.0
>         Environment: Debian Squeeze or Ubuntu 10.04
> git HEAD version (from github)
>            Reporter: Damien Hardy
>
> When running stout-tests during make check :
> [...]
> [ RUN      ] OsTest.pstree
> stout/tests/os_tests.cpp:517: Failure
> Value of: tree.get().children.size()
>   Actual: 2
> Expected: 1u
> Which is: 1
> [  FAILED  ] OsTest.pstree (62 ms)
> [...]

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to