Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sporadic failure in RecvmsgSCTPStreamTest #59360

Closed
pitrou opened this issue Jun 23, 2012 · 1 comment
Closed

sporadic failure in RecvmsgSCTPStreamTest #59360

pitrou opened this issue Jun 23, 2012 · 1 comment
Labels
stdlib Python modules in the Lib dir tests Tests in the Lib/test dir type-bug An unexpected behavior, bug, or error

Comments

@pitrou
Copy link
Member

pitrou commented Jun 23, 2012

BPO 15155
Nosy @pitrou, @giampaolo
Superseder
  • bpo-13876: Sporadic failure in test_socket: testRecvmsgEOF
  • Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

    Show more details

    GitHub fields:

    assignee = None
    closed_at = <Date 2012-06-25.17:28:27.965>
    created_at = <Date 2012-06-23.23:21:44.315>
    labels = ['tests', 'type-bug', 'library']
    title = 'sporadic failure in RecvmsgSCTPStreamTest'
    updated_at = <Date 2012-06-25.17:28:27.965>
    user = 'https://github.com/pitrou'

    bugs.python.org fields:

    activity = <Date 2012-06-25.17:28:27.965>
    actor = 'neologix'
    assignee = 'none'
    closed = True
    closed_date = <Date 2012-06-25.17:28:27.965>
    closer = 'neologix'
    components = ['Library (Lib)', 'Tests']
    creation = <Date 2012-06-23.23:21:44.315>
    creator = 'pitrou'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 15155
    keywords = []
    message_count = 1.0
    messages = ['163693']
    nosy_count = 3.0
    nosy_names = ['pitrou', 'giampaolo.rodola', 'neologix']
    pr_nums = []
    priority = 'normal'
    resolution = 'duplicate'
    stage = None
    status = 'closed'
    superseder = '13876'
    type = 'behavior'
    url = 'https://bugs.python.org/issue15155'
    versions = ['Python 3.3']

    @pitrou
    Copy link
    Member Author

    pitrou commented Jun 23, 2012

    Sometimes seen on buildbots (e.g. http://www.python.org/dev/buildbot/all/builders/AMD64%20Ubuntu%20LTS%203.x/builds/309/steps/test/logs/stdio ). It seems it's always testRecvmsgEOF which fails.

    $ ./python -m test -m RecvmsgSCTPStreamTest -unetwork -Fv test_socket

    [...]

    [ 36] test_socket
    testRecvmsg (test.test_socket.RecvmsgSCTPStreamTest) ... ok
    testRecvmsgAfterClose (test.test_socket.RecvmsgSCTPStreamTest) ... ok
    testRecvmsgBadArgs (test.test_socket.RecvmsgSCTPStreamTest) ... ok
    testRecvmsgEOF (test.test_socket.RecvmsgSCTPStreamTest) ... ERROR
    testRecvmsgExplicitDefaults (test.test_socket.RecvmsgSCTPStreamTest) ... ok
    testRecvmsgFromSendmsg (test.test_socket.RecvmsgSCTPStreamTest) ... ok
    testRecvmsgLongAncillaryBuf (test.test_socket.RecvmsgSCTPStreamTest) ... ok
    testRecvmsgOverflow (test.test_socket.RecvmsgSCTPStreamTest) ... ok
    testRecvmsgPeek (test.test_socket.RecvmsgSCTPStreamTest) ... ok
    testRecvmsgShortAncillaryBuf (test.test_socket.RecvmsgSCTPStreamTest) ... ok
    testRecvmsgShorter (test.test_socket.RecvmsgSCTPStreamTest) ... ok
    testRecvmsgTimeout (test.test_socket.RecvmsgSCTPStreamTest) ... ok
    testRecvmsgTrunc (test.test_socket.RecvmsgSCTPStreamTest) ... ok

    ======================================================================
    ERROR: testRecvmsgEOF (test.test_socket.RecvmsgSCTPStreamTest)
    ----------------------------------------------------------------------

    Traceback (most recent call last):
      File "/home/antoine/cpython/default/Lib/test/test_socket.py", line 2192, in testRecvmsgEOF
        msg, ancdata, flags, addr = self.doRecvmsg(self.serv_sock, 1024)
      File "/home/antoine/cpython/default/Lib/test/test_socket.py", line 1683, in doRecvmsg
        result = sock.recvmsg(bufsize, *args)
    OSError: [Errno 107] Transport endpoint is not connected

    @pitrou pitrou added stdlib Python modules in the Lib dir tests Tests in the Lib/test dir type-bug An unexpected behavior, bug, or error labels Jun 23, 2012
    @neologix neologix mannequin closed this as completed Jun 25, 2012
    @ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
    Labels
    stdlib Python modules in the Lib dir tests Tests in the Lib/test dir type-bug An unexpected behavior, bug, or error
    Projects
    None yet
    Development

    No branches or pull requests

    1 participant