[issue20162] Test test_hash_distribution fails on RHEL 6.5 / ppc64

Yury V. Zaytsev report at bugs.python.org
Tue Jan 7 14:49:56 CET 2014


Yury V. Zaytsev added the comment:

======================================================================
FAIL: test_hash_distribution (test.test_hash.HashDistributionTestCase) (prefix='abc')
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/XXX/Lib/test/test_hash.py", line 341, in test_hash_distribution
    self.assertGreater(len(s15), 8, prefix)
AssertionError: 1 not greater than 8 : abc

======================================================================
FAIL: test_hash_distribution (test.test_hash.HashDistributionTestCase) (prefix='abcdefghabc')
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/XXX/Lib/test/test_hash.py", line 341, in test_hash_distribution
    self.assertGreater(len(s15), 8, prefix)
AssertionError: 1 not greater than 8 : abcdefghabc

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue20162>
_______________________________________


More information about the Python-bugs-list mailing list