On Fri, Jun 10, 2011 at 1:03 PM, Hanno Schlichting <ha...@hannosch.eu> wrote:
> /me is still trying to get the postgres tests to run. I only just now
> found the relstorage/tests/readme instructions

I got the postgres tests running now and get actual test failures.
They all look related to blobs.

For example:

Error in test test_storeBlob_replace
(relstorage.tests.test_blobhelper.BlobHelperTest)
Traceback (most recent call last):
  File "C:\Python\Python26-Installer\lib\unittest.py", line 289, in run
    self.tearDown()
  File "c:\relstorage\relstorage\tests\test_blobhelper.py", line 45, in tearDown
    shutil.rmtree(self.blob_dir)
  File "C:\Python\Python26-Installer\lib\shutil.py", line 216, in rmtree
    rmtree(fullname, ignore_errors, onerror)
  File "C:\Python\Python26-Installer\lib\shutil.py", line 221, in rmtree
    onerror(os.remove, fullname, sys.exc_info())
  File "C:\Python\Python26-Installer\lib\shutil.py", line 219, in rmtree
    os.remove(fullname)
WindowsError: [Error 5] Access denied:
'c:\\users\\hannosch\\appdata\\local\\temp\\tmpcg4taz\\0x01\\0x02hrzkyf.tmp-'

There's a couple more happening in the separate blob cleanup threads.

Is this what are you seeing as well?

Hanno
_______________________________________________
For more information about ZODB, see the ZODB Wiki:
http://www.zope.org/Wikis/ZODB/

ZODB-Dev mailing list  -  ZODB-Dev@zope.org
https://mail.zope.org/mailman/listinfo/zodb-dev

Reply via email to