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 tebeka
Recipients nadeem.vawda, tebeka
Date 2012-03-07.14:53:13
SpamBayes Score 2.9288234e-05
Marked as misclassified No
Message-id <1331131994.35.0.186786344022.issue14214@psf.upfronthosting.co.za>
In-reply-to
Content
I happended several times. Ran it this morning an got passed it, however other tests failed though:
======================================================================
ERROR: test_anydbm_creation (test.test_dbm.TestCase-dbm.ndbm)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/miki/src/Python-3.3.0a1/Lib/test/test_dbm.py", line 70, in test_anydbm_creation
    self.read_helper(f)
  File "/home/miki/src/Python-3.3.0a1/Lib/test/test_dbm.py", line 111, in read_helper
    self.assertEqual(self._dict[key], f[key.encode("ascii")])
KeyError: b'0'

======================================================================
ERROR: test_anydbm_modification (test.test_dbm.TestCase-dbm.ndbm)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/miki/src/Python-3.3.0a1/Lib/test/test_dbm.py", line 85, in test_anydbm_modification
    self.read_helper(f)
  File "/home/miki/src/Python-3.3.0a1/Lib/test/test_dbm.py", line 111, in read_helper
    self.assertEqual(self._dict[key], f[key.encode("ascii")])
KeyError: b'0'

======================================================================
ERROR: test_anydbm_read (test.test_dbm.TestCase-dbm.ndbm)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/miki/src/Python-3.3.0a1/Lib/test/test_dbm.py", line 91, in test_anydbm_read
    self.read_helper(f)
  File "/home/miki/src/Python-3.3.0a1/Lib/test/test_dbm.py", line 111, in read_helper
    self.assertEqual(self._dict[key], f[key.encode("ascii")])
KeyError: b'0'

----------------------------------------------------------------------
Ran 18 tests in 0.149s

FAILED (errors=3)
History
Date User Action Args
2012-03-07 14:53:14tebekasetrecipients: + tebeka, nadeem.vawda
2012-03-07 14:53:14tebekasetmessageid: <1331131994.35.0.186786344022.issue14214@psf.upfronthosting.co.za>
2012-03-07 14:53:13tebekalinkissue14214 messages
2012-03-07 14:53:13tebekacreate