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 2012/10/10 00:04:03 UTC

[jira] [Created] (MESOS-289) Zookeeper test is flaky

Vinod Kone created MESOS-289:
--------------------------------

             Summary: Zookeeper test is flaky
                 Key: MESOS-289
                 URL: https://issues.apache.org/jira/browse/MESOS-289
             Project: Mesos
          Issue Type: Bug
            Reporter: Vinod Kone


This happened once (non-deterministic) while running a make check on macosx.

[----------] 12 tests from ZooKeeperTest
[ RUN      ] ZooKeeperTest.Auth
2012-10-09 14:59:20,776:67033(0x103787000):ZOO_ERROR@handle_socket_error_msg@1528: Socket [127.0.0.1:64080] zk retcode=-7, errno=60(Operation timed out): connection timed out (exceeded timeout by 0ms)
../../src/tests/zookeeper_tests.cpp:58: Failure
Value of: client->get(path, false, &result, __null)
  Actual: -101
Expected: ZOK
Which is: 0
../../src/tests/zookeeper_tests.cpp:58: Failure
Value of: client->get(path, false, &result, __null)
  Actual: -101
Expected: ZOK
Which is: 0
../../src/tests/zookeeper_tests.cpp:65: Failure
Value of: client->set(path, value, -1)
  Actual: -101
Expected: ZNOAUTH
Which is: -102




--
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

[jira] [Commented] (MESOS-289) Zookeeper test is flaky

Posted by "Vinod Kone (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/MESOS-289?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13474549#comment-13474549 ] 

Vinod Kone commented on MESOS-289:
----------------------------------

Another instance, this time a different ZooKeeper test.

[ RUN      ] ZooKeeperTest.Create
2012-10-11 21:58:56,091:32806(0x4b485940):ZOO_ERROR@handle_socket_error_msg@1528: Socket [127.0.0.1:33843] zk retcode=-7, errno=110(Connection timed out): connection timed out (exceeded timeout by 2ms)
2012-10-11 21:58:56,094:32806(0x4c487940):ZOO_ERROR@handle_socket_error_msg@1528: Socket [127.0.0.1:33843] zk retcode=-7, errno=110(Connection timed out): connection timed out (exceeded timeout by 0ms)
../../src/tests/zookeeper_tests.cpp:125: Failure
Value of: nonOwnerZk.create("/foo/bar/baz", "", zookeeper::EVERYONE_READ_CREATOR_ALL, 0, __null, true)
  Actual: -114
Expected: ZNOAUTH
Which is: -102
../../src/tests/zookeeper_tests.cpp:131: Failure
Value of: nonOwnerZk.create("/foo/bar/baz/bam", "44", zookeeper::EVERYONE_READ_CREATOR_ALL, 0, __null, true)
  Actual: -114
Expected: ZOK
Which is: 0
../../src/tests/zookeeper_tests.cpp:58: Failure
Value of: client->get(path, false, &result, __null)
  Actual: -101
Expected: ZOK
Which is: 0
../../src/tests/zookeeper_tests.cpp:140: Failure
Value of: nonOwnerZk.create("/foo/bar/baz/", "", zookeeper::EVERYONE_READ_CREATOR_ALL, ZOO_SEQUENCE | ZOO_EPHEMERAL, &result, true)
  Actual: -114
Expected: ZOK
Which is: 0
../../src/tests/zookeeper_tests.cpp:141: Failure
Value of: strings::startsWith(result, "/foo/bar/baz/0")
  Actual: false
Expected: true

                
> Zookeeper test is flaky
> -----------------------
>
>                 Key: MESOS-289
>                 URL: https://issues.apache.org/jira/browse/MESOS-289
>             Project: Mesos
>          Issue Type: Bug
>            Reporter: Vinod Kone
>
> This happened once (non-deterministic) while running a make check on macosx.
> [----------] 12 tests from ZooKeeperTest
> [ RUN      ] ZooKeeperTest.Auth
> 2012-10-09 14:59:20,776:67033(0x103787000):ZOO_ERROR@handle_socket_error_msg@1528: Socket [127.0.0.1:64080] zk retcode=-7, errno=60(Operation timed out): connection timed out (exceeded timeout by 0ms)
> ../../src/tests/zookeeper_tests.cpp:58: Failure
> Value of: client->get(path, false, &result, __null)
>   Actual: -101
> Expected: ZOK
> Which is: 0
> ../../src/tests/zookeeper_tests.cpp:58: Failure
> Value of: client->get(path, false, &result, __null)
>   Actual: -101
> Expected: ZOK
> Which is: 0
> ../../src/tests/zookeeper_tests.cpp:65: Failure
> Value of: client->set(path, value, -1)
>   Actual: -101
> Expected: ZNOAUTH
> Which is: -102

--
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

[jira] [Updated] (MESOS-289) Zookeeper tests are flaky

Posted by "Vinod Kone (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/MESOS-289?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Vinod Kone updated MESOS-289:
-----------------------------

    Summary: Zookeeper tests are flaky  (was: Zookeeper test is flaky)
    
> Zookeeper tests are flaky
> -------------------------
>
>                 Key: MESOS-289
>                 URL: https://issues.apache.org/jira/browse/MESOS-289
>             Project: Mesos
>          Issue Type: Bug
>            Reporter: Vinod Kone
>            Assignee: Benjamin Hindman
>
> This happened once (non-deterministic) while running a make check on macosx.
> [----------] 12 tests from ZooKeeperTest
> [ RUN      ] ZooKeeperTest.Auth
> 2012-10-09 14:59:20,776:67033(0x103787000):ZOO_ERROR@handle_socket_error_msg@1528: Socket [127.0.0.1:64080] zk retcode=-7, errno=60(Operation timed out): connection timed out (exceeded timeout by 0ms)
> ../../src/tests/zookeeper_tests.cpp:58: Failure
> Value of: client->get(path, false, &result, __null)
>   Actual: -101
> Expected: ZOK
> Which is: 0
> ../../src/tests/zookeeper_tests.cpp:58: Failure
> Value of: client->get(path, false, &result, __null)
>   Actual: -101
> Expected: ZOK
> Which is: 0
> ../../src/tests/zookeeper_tests.cpp:65: Failure
> Value of: client->set(path, value, -1)
>   Actual: -101
> Expected: ZNOAUTH
> Which is: -102

--
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

[jira] [Commented] (MESOS-289) Zookeeper tests are flaky

Posted by "Vinod Kone (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/MESOS-289?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13486397#comment-13486397 ] 

Vinod Kone commented on MESOS-289:
----------------------------------

[ RUN      ] ZooKeeperTest.GroupJoinWithDisconnect
2012-10-29 21:38:54,515:30389(0x4bb78940):ZOO_ERROR@handle_socket_error_msg@1603: Socket [127.0.0.1:42974] zk retcode=-4, errno=112(Host is down): failed while receiving a server response
../../src/tests/zookeeper_tests.cpp:333: Failure
Value of: __future.isFailed()
  Actual: true
Expected: false
Failed to create ephemeral node at '/test' in ZooKeeper: no node
[  FAILED  ] ZooKeeperTest.GroupJoinWithDisconnect (2064 ms)

                
> Zookeeper tests are flaky
> -------------------------
>
>                 Key: MESOS-289
>                 URL: https://issues.apache.org/jira/browse/MESOS-289
>             Project: Mesos
>          Issue Type: Bug
>            Reporter: Vinod Kone
>            Assignee: Benjamin Hindman
>
> This happened once (non-deterministic) while running a make check on macosx.
> [----------] 12 tests from ZooKeeperTest
> [ RUN      ] ZooKeeperTest.Auth
> 2012-10-09 14:59:20,776:67033(0x103787000):ZOO_ERROR@handle_socket_error_msg@1528: Socket [127.0.0.1:64080] zk retcode=-7, errno=60(Operation timed out): connection timed out (exceeded timeout by 0ms)
> ../../src/tests/zookeeper_tests.cpp:58: Failure
> Value of: client->get(path, false, &result, __null)
>   Actual: -101
> Expected: ZOK
> Which is: 0
> ../../src/tests/zookeeper_tests.cpp:58: Failure
> Value of: client->get(path, false, &result, __null)
>   Actual: -101
> Expected: ZOK
> Which is: 0
> ../../src/tests/zookeeper_tests.cpp:65: Failure
> Value of: client->set(path, value, -1)
>   Actual: -101
> Expected: ZNOAUTH
> Which is: -102

--
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

[jira] [Commented] (MESOS-289) Zookeeper tests are flaky

Posted by "Vinod Kone (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/MESOS-289?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13486287#comment-13486287 ] 

Vinod Kone commented on MESOS-289:
----------------------------------

One more.

[ RUN      ] ZooKeeperTest.MultipleGroups
../../src/tests/zookeeper_tests.cpp:544: Failure
Value of: memberships1.get().size()
  Actual: 1
Expected: 2u
Which is: 2
../../src/tests/zookeeper_tests.cpp:546: Failure
Value of: memberships1.get().count(membership2.get())
  Actual: 0
Expected: 1u
Which is: 1
2012-10-29 12:25:33,504:87156(0x110d16000):ZOO_ERROR@handle_socket_error_msg@1603: Socket [127.0.0.1:62690] zk retcode=-4, errno=64(Host is down): failed while receiving a server response


                
> Zookeeper tests are flaky
> -------------------------
>
>                 Key: MESOS-289
>                 URL: https://issues.apache.org/jira/browse/MESOS-289
>             Project: Mesos
>          Issue Type: Bug
>            Reporter: Vinod Kone
>            Assignee: Benjamin Hindman
>
> This happened once (non-deterministic) while running a make check on macosx.
> [----------] 12 tests from ZooKeeperTest
> [ RUN      ] ZooKeeperTest.Auth
> 2012-10-09 14:59:20,776:67033(0x103787000):ZOO_ERROR@handle_socket_error_msg@1528: Socket [127.0.0.1:64080] zk retcode=-7, errno=60(Operation timed out): connection timed out (exceeded timeout by 0ms)
> ../../src/tests/zookeeper_tests.cpp:58: Failure
> Value of: client->get(path, false, &result, __null)
>   Actual: -101
> Expected: ZOK
> Which is: 0
> ../../src/tests/zookeeper_tests.cpp:58: Failure
> Value of: client->get(path, false, &result, __null)
>   Actual: -101
> Expected: ZOK
> Which is: 0
> ../../src/tests/zookeeper_tests.cpp:65: Failure
> Value of: client->set(path, value, -1)
>   Actual: -101
> Expected: ZNOAUTH
> Which is: -102

--
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

[jira] [Commented] (MESOS-289) Zookeeper tests are flaky

Posted by "Vinod Kone (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/MESOS-289?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13476290#comment-13476290 ] 

Vinod Kone commented on MESOS-289:
----------------------------------

Another failed zk test.

[ RUN      ] ZooKeeperTest.MasterDetectorShutdownNetwork
2012-10-15 03:25:51,776:43265(0x4c240940):ZOO_ERROR@handle_socket_error_msg@1603: Socket [127.0.0.1:50548] zk retcode=-4, errno=112(Host is down): failed wh
ile receiving a server response
2012-10-15 03:25:55,126:43265(0x4c240940):ZOO_ERROR@handle_socket_error_msg@1579: Socket [127.0.0.1:50548] zk retcode=-4, errno=111(Connection refused): ser
ver refused to accept the client
2012-10-15 03:25:58,462:43265(0x4c240940):ZOO_ERROR@handle_socket_error_msg@1579: Socket [127.0.0.1:50548] zk retcode=-4, errno=111(Connection refused): ser
ver refused to accept the client
2012-10-15 03:26:01,796:43265(0x4c240940):ZOO_ERROR@handle_socket_error_msg@1579: Socket [127.0.0.1:50548] zk retcode=-4, errno=111(Connection refused): ser
ver refused to accept the client
2012-10-15 03:26:05,133:43265(0x4c240940):ZOO_ERROR@handle_socket_error_msg@1579: Socket [127.0.0.1:50548] zk retcode=-4, errno=111(Connection refused): ser
ver refused to accept the client
../../src/tests/zookeeper_tests.cpp:267: Failure
Failed
Waited too long for 'noMasterDetectedCall'
../../src/tests/zookeeper_tests.cpp:260: Failure
Actual function call count doesn't match EXPECT_CALL(mock, noMasterDetected())...
         Expected: to be called once
           Actual: never called - unsatisfied and active
[  FAILED  ] ZooKeeperTest.MasterDetectorShutdownNetwork (14043 ms)

                
> Zookeeper tests are flaky
> -------------------------
>
>                 Key: MESOS-289
>                 URL: https://issues.apache.org/jira/browse/MESOS-289
>             Project: Mesos
>          Issue Type: Bug
>            Reporter: Vinod Kone
>            Assignee: Benjamin Hindman
>
> This happened once (non-deterministic) while running a make check on macosx.
> [----------] 12 tests from ZooKeeperTest
> [ RUN      ] ZooKeeperTest.Auth
> 2012-10-09 14:59:20,776:67033(0x103787000):ZOO_ERROR@handle_socket_error_msg@1528: Socket [127.0.0.1:64080] zk retcode=-7, errno=60(Operation timed out): connection timed out (exceeded timeout by 0ms)
> ../../src/tests/zookeeper_tests.cpp:58: Failure
> Value of: client->get(path, false, &result, __null)
>   Actual: -101
> Expected: ZOK
> Which is: 0
> ../../src/tests/zookeeper_tests.cpp:58: Failure
> Value of: client->get(path, false, &result, __null)
>   Actual: -101
> Expected: ZOK
> Which is: 0
> ../../src/tests/zookeeper_tests.cpp:65: Failure
> Value of: client->set(path, value, -1)
>   Actual: -101
> Expected: ZNOAUTH
> Which is: -102

--
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

[jira] [Assigned] (MESOS-289) Zookeeper test is flaky

Posted by "Vinod Kone (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/MESOS-289?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Vinod Kone reassigned MESOS-289:
--------------------------------

    Assignee: Benjamin Hindman
    
> Zookeeper test is flaky
> -----------------------
>
>                 Key: MESOS-289
>                 URL: https://issues.apache.org/jira/browse/MESOS-289
>             Project: Mesos
>          Issue Type: Bug
>            Reporter: Vinod Kone
>            Assignee: Benjamin Hindman
>
> This happened once (non-deterministic) while running a make check on macosx.
> [----------] 12 tests from ZooKeeperTest
> [ RUN      ] ZooKeeperTest.Auth
> 2012-10-09 14:59:20,776:67033(0x103787000):ZOO_ERROR@handle_socket_error_msg@1528: Socket [127.0.0.1:64080] zk retcode=-7, errno=60(Operation timed out): connection timed out (exceeded timeout by 0ms)
> ../../src/tests/zookeeper_tests.cpp:58: Failure
> Value of: client->get(path, false, &result, __null)
>   Actual: -101
> Expected: ZOK
> Which is: 0
> ../../src/tests/zookeeper_tests.cpp:58: Failure
> Value of: client->get(path, false, &result, __null)
>   Actual: -101
> Expected: ZOK
> Which is: 0
> ../../src/tests/zookeeper_tests.cpp:65: Failure
> Value of: client->set(path, value, -1)
>   Actual: -101
> Expected: ZNOAUTH
> Which is: -102

--
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