[Python-Dev] test_bsddb185 failing under OS X

Skip Montanaro skip@pobox.com
Sat, 17 May 2003 17:03:20 -0500


    Brett> No success for me when it is using dumbdbm:

    Brett> ======================================================================
    Brett> ERROR: test_anydbm_create (__main__.Bsddb185Tests)
    Brett> ----------------------------------------------------------------------
    Brett> Traceback (most recent call last):
    Brett>    File "Lib/test/test_bsddb185.py", line 39, in test_anydbm_create
    Brett>      os.rmdir(tmpdir)
    Brett> OSError: [Errno 66] Directory not empty: '/tmp/tmpkiVKcZ'

This problem is fixed in CVS.  Have you updated?

    Brett> ... done.  Just used shutil.rmtree instead of the nested 'try'
    Brett> statements that called os.unlink and os.rmdir .  Now the tests
    Brett> pass for dumbdbm.  So it seems to be dbm.so for some reason.

This is just what I checked in.

Skip