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 serhiy.storchaka
Recipients Pavel.Labath, alex, emaste, jcea, koobs, ned.deily, pitrou, python-dev, rhettinger, serhiy.storchaka, vstinner
Date 2015-03-29.06:34:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1427610857.22.0.179632627313.issue23458@psf.upfronthosting.co.za>
In-reply-to
Content
The test_urandom_fd_non_inheritable is constantly failed on AMD64 OpenIndiana 2.7 buildbot.

http://buildbot.python.org/all/builders/AMD64%20OpenIndiana%202.7/builds/2727/steps/test/logs/stdio
======================================================================
FAIL: test_urandom_fd_non_inheritable (test.test_os.URandomTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/export/home/buildbot/64bits/2.7.cea-indiana-amd64/build/Lib/test/test_support.py", line 387, in wrapper
    return func(*args, **kw)
  File "/export/home/buildbot/64bits/2.7.cea-indiana-amd64/build/Lib/test/test_os.py", line 601, in test_urandom_fd_non_inheritable
    self.assertEqual(open_fds - set(range(3)), set())
AssertionError: Items in the first set but not the second:
4

----------------------------------------------------------------------
History
Date User Action Args
2015-03-29 06:34:17serhiy.storchakasetrecipients: + serhiy.storchaka, rhettinger, jcea, pitrou, vstinner, ned.deily, alex, python-dev, koobs, emaste, Pavel.Labath
2015-03-29 06:34:17serhiy.storchakasetmessageid: <1427610857.22.0.179632627313.issue23458@psf.upfronthosting.co.za>
2015-03-29 06:34:17serhiy.storchakalinkissue23458 messages
2015-03-29 06:34:16serhiy.storchakacreate