You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mesos.apache.org by "Vinod Kone (JIRA)" <ji...@apache.org> on 2013/10/26 02:26:30 UTC

[jira] [Updated] (MESOS-512) GroupTest.MultipleGroups is flaky.

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

Vinod Kone updated MESOS-512:
-----------------------------

    Assignee: Vinod Kone  (was: Yan Xu)

https://reviews.apache.org/r/14961/

> GroupTest.MultipleGroups is flaky.
> ----------------------------------
>
>                 Key: MESOS-512
>                 URL: https://issues.apache.org/jira/browse/MESOS-512
>             Project: Mesos
>          Issue Type: Bug
>            Reporter: Benjamin Mahler
>            Assignee: Vinod Kone
>
> Saw this on Linux.
> [----------] 7 tests from GroupTest
> [ RUN      ] GroupTest.Group
> [       OK ] GroupTest.Group (21 ms)
> [ RUN      ] GroupTest.GroupJoinWithDisconnect
> 2013-06-18 04:24:55,097:8542(0x4f0ed940):ZOO_ERROR@handle_socket_error_msg@1579: Socket [127.0.0.1:51076] zk retcode=-4, errno=111(Connection refused): server refused to accept the client
> [       OK ] GroupTest.GroupJoinWithDisconnect (1689 ms)
> [ RUN      ] GroupTest.GroupDataWithDisconnect
> 2013-06-18 04:24:56,797:8542(0x4f8ee940):ZOO_ERROR@handle_socket_error_msg@1603: Socket [127.0.0.1:54696] zk retcode=-4, errno=112(Host is down): failed while receiving a server response
> [       OK ] GroupTest.GroupDataWithDisconnect (2024 ms)
> [ RUN      ] GroupTest.GroupCancelWithDisconnect
> 2013-06-18 04:24:58,822:8542(0x4f0ed940):ZOO_ERROR@handle_socket_error_msg@1603: Socket [127.0.0.1:47820] zk retcode=-4, errno=112(Host is down): failed while receiving a server response
> [       OK ] GroupTest.GroupCancelWithDisconnect (2027 ms)
> [ RUN      ] GroupTest.GroupWatchWithSessionExpiration
> 2013-06-18 04:25:00,850:8542(0x4f8ee940):ZOO_ERROR@handle_socket_error_msg@1603: Socket [127.0.0.1:39518] zk retcode=-4, errno=112(Host is down): failed while receiving a server response
> 2013-06-18 04:25:02,854:8542(0x4f8ee940):ZOO_ERROR@handle_socket_error_msg@1621: Socket [127.0.0.1:39518] zk retcode=-112, errno=116(Stale NFS file handle): sessionId=0x13f558758a30000 has expired.
> [       OK ] GroupTest.GroupWatchWithSessionExpiration (2027 ms)
> [ RUN      ] GroupTest.MultipleGroups
> ../../src/tests/group_tests.cpp:212: Failure
> Value of: memberships1.get().size()
>   Actual: 1
> Expected: 2u
> Which is: 2
> ../../src/tests/group_tests.cpp:214: Failure
> Value of: memberships1.get().count(membership2.get())
>   Actual: 0
> Expected: 1u
> Which is: 1
> 2013-06-18 04:25:02,880:8542(0x4f8ee940):ZOO_ERROR@handle_socket_error_msg@1603: Socket [127.0.0.1:58547] zk retcode=-4, errno=112(Host is down): failed while receiving a server response
> [  FAILED  ] GroupTest.MultipleGroups (21 ms)
> [ RUN      ] GroupTest.GroupPathWithRestrictivePerms
> [       OK ] GroupTest.GroupPathWithRestrictivePerms (8163 ms)
> [----------] 7 tests from GroupTest (15972 ms total)



--
This message was sent by Atlassian JIRA
(v6.1#6144)