Message11189

Author stefan.richthofer
Recipients stefan.richthofer
Date 2017-03-06.21:03:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1488834195.99.0.652526369275.issue2564@psf.upfronthosting.co.za>
In-reply-to
Content
Running test_socket_jy I get

test_connect_ex_workout (__main__.SocketConnectTest)
Verify connect_ex states go through EINPROGRESS?, EALREADY*, EISCONN ... ok
test_connect_ex_workout (__main__.SSLSocketConnectTest)
Verify connect_ex states go through EINPROGRESS?, EALREADY*, EISCONN ... FAIL
test_socket_options_defined (__main__.SocketOptionsTest) ... ok

======================================================================
FAIL: test_connect_ex_workout (__main__.SSLSocketConnectTest)
Verify connect_ex states go through EINPROGRESS?, EALREADY*, EISCONN
----------------------------------------------------------------------
Traceback (most recent call last):
  File "Lib/test/test_socket_jy.py", line 140, in test_connect_ex_workout
    self.assertEqual(result[-1], errno.EISCONN)
AssertionError: 115 != 106

----------------------------------------------------------------------
Ran 3 tests in 10.703s

FAILED (failures=1)


After calling

hg update -r 8047

it passes again. So we somehow broke it with that commit.
Something strange: I vaguely remember that directly after that update, after running regrtestes for commit 8048 test_socket_jy was still passing. Any clue?
History
Date User Action Args
2017-03-06 21:03:16stefan.richthofersetrecipients: + stefan.richthofer
2017-03-06 21:03:15stefan.richthofersetmessageid: <1488834195.99.0.652526369275.issue2564@psf.upfronthosting.co.za>
2017-03-06 21:03:15stefan.richthoferlinkissue2564 messages
2017-03-06 21:03:15stefan.richthofercreate