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 berker.peksag
Recipients berker.peksag, rhettinger, vstinner
Date 2016-05-01.07:40:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1462088410.11.0.698449494124.issue26163@psf.upfronthosting.co.za>
In-reply-to
Content
I just saw the same failure on s390x RHEL 3.x: http://buildbot.python.org/all/builders/s390x%20RHEL%203.x/builds/1004/steps/test/logs/stdio

======================================================================
FAIL: test_hash_effectiveness (test.test_set.TestFrozenSet)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z/build/Lib/test/test_set.py", line 738, in test_hash_effectiveness
    self.assertGreater(4*u, t)
AssertionError: 124 not greater than 128

======================================================================
FAIL: test_hash_effectiveness (test.test_set.TestFrozenSetSubclass)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z/build/Lib/test/test_set.py", line 738, in test_hash_effectiveness
    self.assertGreater(4*u, t)
AssertionError: 124 not greater than 128

It looks like the failed assert was added in 1d0038dbd8f8.
History
Date User Action Args
2016-05-01 07:40:10berker.peksagsetrecipients: + berker.peksag, rhettinger, vstinner
2016-05-01 07:40:10berker.peksagsetmessageid: <1462088410.11.0.698449494124.issue26163@psf.upfronthosting.co.za>
2016-05-01 07:40:10berker.peksaglinkissue26163 messages
2016-05-01 07:40:08berker.peksagcreate