Issue 1332852: BSD DB test failures for BSD DB 3.2 (original) (raw)
After a bunch of modifications to build and get bsddb mostly running, I still get 4 test failures with Python 2.4 and CVS head.
FAIL: test_previous_last_looping (test.test_bsddb.TestBTree)
Traceback (most recent call last): File "/home/neal/build/python/dist/clean/Lib/test/test_bsddb.py", line 128, in test_previous_last_looping self.assertSetEquals(items, self.d.items()) File "/home/neal/build/python/dist/clean/Lib/test/test_bsddb.py", line 55, in assertSetEquals self.assertEqual(Set(seqn1), Set(seqn2)) AssertionError: Set([('e', 'Rossum'), ('r', 'invented'), ('q', 'Guido'), ('w', 'van'), ('t', 'Python'), ('y', None)]) != Set([('e', 'Rossum'), ('r', 'invented'), ('t', 'Python'), ('w', 'van'), ('q', 'Guido'), ('y', '')])
====================================================================== FAIL: test_previous_last_looping (test.test_bsddb.TestHashTable)
Traceback (most recent call last): File "/home/neal/build/python/dist/clean/Lib/test/test_bsddb.py", line 128, in test_previous_last_looping self.assertSetEquals(items, self.d.items()) File "/home/neal/build/python/dist/clean/Lib/test/test_bsddb.py", line 55, in assertSetEquals self.assertEqual(Set(seqn1), Set(seqn2)) AssertionError: Set([('e', 'Rossum'), ('r', 'invented'), ('t', 'Python'), ('w', 'van'), ('q', 'Guido'), ('y', None)]) != Set([('e', 'Rossum'), ('r', 'invented'), ('t', 'Python'), ('w', 'van'), ('q', 'Guido'), ('y', '')])
====================================================================== FAIL: test_previous_last_looping (test.test_bsddb.TestBTree_InMemory)
Traceback (most recent call last): File "/home/neal/build/python/dist/clean/Lib/test/test_bsddb.py", line 128, in test_previous_last_looping self.assertSetEquals(items, self.d.items()) File "/home/neal/build/python/dist/clean/Lib/test/test_bsddb.py", line 55, in assertSetEquals self.assertEqual(Set(seqn1), Set(seqn2)) AssertionError: Set([('e', 'Rossum'), ('r', 'invented'), ('q', 'Guido'), ('w', 'van'), ('t', 'Python'), ('y', None)]) != Set([('e', 'Rossum'), ('r', 'invented'), ('t', 'Python'), ('w', 'van'), ('q', 'Guido'), ('y', '')])
====================================================================== FAIL: test_previous_last_looping (test.test_bsddb.TestHashTable_InMemory)
Traceback (most recent call last): File "/home/neal/build/python/dist/clean/Lib/test/test_bsddb.py", line 128, in test_previous_last_looping self.assertSetEquals(items, self.d.items()) File "/home/neal/build/python/dist/clean/Lib/test/test_bsddb.py", line 55, in assertSetEquals self.assertEqual(Set(seqn1), Set(seqn2)) AssertionError: Set([('e', 'Rossum'), ('r', 'invented'), ('t', 'Python'), ('w', 'van'), ('q', 'Guido'), ('y', None)]) != Set([('e', 'Rossum'), ('r', 'invented'), ('t', 'Python'), ('w', 'van'), ('q', 'Guido'), ('y', '')])