This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author pablogsal
Recipients koobs, pablogsal
Date 2018-08-27.17:12:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1535389978.32.0.56676864532.issue34521@psf.upfronthosting.co.za>
In-reply-to
Content
test_socket.RecvmsgIntoSCMRightsStreamTest fails on AMD64 FreeBSD CURRENT Debug 3.x:

https://buildbot.python.org/all/#/builders/60/builds/248


======================================================================
FAIL: testFDPassSeparateMinSpace (test.test_socket.RecvmsgIntoSCMRightsStreamTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/home/pablo/cpython/Lib/test/test_socket.py", line 2881, in testFDPassSeparateMinSpace
    maxcmsgs=2, ignoreflags=socket.MSG_CTRUNC)
  File "/usr/home/pablo/cpython/Lib/test/test_socket.py", line 2798, in checkRecvmsgFDs
    self.assertEqual(len(fds), numfds)
AssertionError: 1 != 2

----------------------------------------------------------------------
Ran 18 tests in 0.084s

FAILED (failures=1)
test test_socket failed
test_socket failed

== Tests result: FAILURE ==

1 test failed:
    test_socket


I was able to reproduce the bug in the buildbot but this same test fails in 3.6 and 3.5 in the buildbot so it can be some configuration in the buildbot or some regression in FreeBSD.
History
Date User Action Args
2018-08-27 17:12:58pablogsalsetrecipients: + pablogsal, koobs
2018-08-27 17:12:58pablogsalsetmessageid: <1535389978.32.0.56676864532.issue34521@psf.upfronthosting.co.za>
2018-08-27 17:12:58pablogsallinkissue34521 messages
2018-08-27 17:12:58pablogsalcreate