[Zope-tests] FAIL (failures:6 errors:5) -- Z2 Tests/Linux -- HEAD/Py232

zope-tests at plope.com zope-tests at plope.com
Wed Feb 25 05:54:30 EST 2004


======================================================================
Python Version:2.3.2 (#1, Nov  2 2003, 08:53:03) 
[GCC 3.2 20020903 (Red Hat Linux 8.0 3.2-7)]

Modules included:
Zope (HEAD)

Running unit tests from /home/chrism/opt/tests/sandbox/Zope
Error in test test_install_tempfolder_and_sdc (OFS.tests.testAppInitializer.TestInitialization)
Traceback (most recent call last):
  File "/home/chrism/opt/tests/sandbox/Zope/lib/python/OFS/tests/testAppInitializer.py", line 109, in test_install_tempfolder_and_sdc
    self.assertEqual(app.temp_folder.session_data.meta_type,
AttributeError: session_data

Failure in test test_install_tempfolder_and_sdc_status (OFS.tests.testAppInitializer.TestInitialization)
Traceback (most recent call last):
  File "/home/chrism/opt/tests/sandbox/Zope/lib/python/OFS/tests/testAppInitializer.py", line 117, in test_install_tempfolder_and_sdc_status
    self.failUnless(status)
  File "/home/chrism/opt/Python-2.3.2/lib/python2.3/unittest.py", line 278, in failUnless
    if not expr: raise self.failureException, msg
AssertionError

Failure in test testBigFile (OFS.tests.testRanges.TestRequestRange)
Traceback (most recent call last):
  File "/home/chrism/opt/tests/sandbox/Zope/lib/python/OFS/tests/testRanges.py", line 291, in testBigFile
    self.uploadBigFile()
  File "/home/chrism/opt/tests/sandbox/Zope/lib/python/OFS/tests/testRanges.py", line 92, in uploadBigFile
    self.file.manage_upload(BIGFILE)
  File "/home/chrism/opt/tests/sandbox/Zope/lib/python/OFS/Image.py", line 434, in manage_upload
    data, size = self._read_data(file)
  File "/home/chrism/opt/tests/sandbox/Zope/lib/python/OFS/Image.py", line 508, in _read_data
    data.next=next
  File "/home/chrism/opt/tests/sandbox/Zope/lib/python/ZODB/Connection.py", line 500, in register
    assert object._p_oid is not None
AssertionError

Failure in test testBigFileEndOverflow (OFS.tests.testRanges.TestRequestRange)
Traceback (most recent call last):
  File "/home/chrism/opt/tests/sandbox/Zope/lib/python/OFS/tests/testRanges.py", line 299, in testBigFileEndOverflow
    self.uploadBigFile()
  File "/home/chrism/opt/tests/sandbox/Zope/lib/python/OFS/tests/testRanges.py", line 92, in uploadBigFile
    self.file.manage_upload(BIGFILE)
  File "/home/chrism/opt/tests/sandbox/Zope/lib/python/OFS/Image.py", line 434, in manage_upload
    data, size = self._read_data(file)
  File "/home/chrism/opt/tests/sandbox/Zope/lib/python/OFS/Image.py", line 508, in _read_data
    data.next=next
  File "/home/chrism/opt/tests/sandbox/Zope/lib/python/ZODB/Connection.py", line 500, in register
    assert object._p_oid is not None
AssertionError

Failure in test testMultipleRangesBigFile (OFS.tests.testRanges.TestRequestRange)
Traceback (most recent call last):
  File "/home/chrism/opt/tests/sandbox/Zope/lib/python/OFS/tests/testRanges.py", line 316, in testMultipleRangesBigFile
    self.uploadBigFile()
  File "/home/chrism/opt/tests/sandbox/Zope/lib/python/OFS/tests/testRanges.py", line 92, in uploadBigFile
    self.file.manage_upload(BIGFILE)
  File "/home/chrism/opt/tests/sandbox/Zope/lib/python/OFS/Image.py", line 434, in manage_upload
    data, size = self._read_data(file)
  File "/home/chrism/opt/tests/sandbox/Zope/lib/python/OFS/Image.py", line 508, in _read_data
    data.next=next
  File "/home/chrism/opt/tests/sandbox/Zope/lib/python/ZODB/Connection.py", line 500, in register
    assert object._p_oid is not None
AssertionError

Failure in test testMultipleRangesBigFileEndOverflow (OFS.tests.testRanges.TestRequestRange)
Traceback (most recent call last):
  File "/home/chrism/opt/tests/sandbox/Zope/lib/python/OFS/tests/testRanges.py", line 327, in testMultipleRangesBigFileEndOverflow
    self.uploadBigFile()
  File "/home/chrism/opt/tests/sandbox/Zope/lib/python/OFS/tests/testRanges.py", line 92, in uploadBigFile
    self.file.manage_upload(BIGFILE)
  File "/home/chrism/opt/tests/sandbox/Zope/lib/python/OFS/Image.py", line 434, in manage_upload
    data, size = self._read_data(file)
  File "/home/chrism/opt/tests/sandbox/Zope/lib/python/OFS/Image.py", line 508, in _read_data
    data.next=next
  File "/home/chrism/opt/tests/sandbox/Zope/lib/python/ZODB/Connection.py", line 500, in register
    assert object._p_oid is not None
AssertionError

Failure in test testMultipleRangesBigFileOutOfOrder (OFS.tests.testRanges.TestRequestRange)
Traceback (most recent call last):
  File "/home/chrism/opt/tests/sandbox/Zope/lib/python/OFS/tests/testRanges.py", line 321, in testMultipleRangesBigFileOutOfOrder
    self.uploadBigFile()
  File "/home/chrism/opt/tests/sandbox/Zope/lib/python/OFS/tests/testRanges.py", line 92, in uploadBigFile
    self.file.manage_upload(BIGFILE)
  File "/home/chrism/opt/tests/sandbox/Zope/lib/python/OFS/Image.py", line 434, in manage_upload
    data, size = self._read_data(file)
  File "/home/chrism/opt/tests/sandbox/Zope/lib/python/OFS/Image.py", line 508, in _read_data
    data.next=next
  File "/home/chrism/opt/tests/sandbox/Zope/lib/python/ZODB/Connection.py", line 500, in register
    assert object._p_oid is not None
AssertionError

Error in test testGetMountPoint (Products.ZODBMountPoint.tests.testMountPoint.DBTabTests)
Traceback (most recent call last):
  File "/home/chrism/opt/tests/sandbox/Zope/lib/python/Products/ZODBMountPoint/tests/testMountPoint.py", line 98, in setUp
    manage_addMounts(app, ('/mount1', '/mount2'))
  File "/home/chrism/opt/tests/sandbox/Zope/lib/python/Products/ZODBMountPoint/MountedObject.py", line 296, in manage_addMounts
    del mo._create_mount_points
  File "/home/chrism/opt/tests/sandbox/Zope/lib/python/ZODB/Connection.py", line 500, in register
    assert object._p_oid is not None
AssertionError

Error in test testRaceOnClose (Products.ZODBMountPoint.tests.testMountPoint.DBTabTests)
Traceback (most recent call last):
  File "/home/chrism/opt/tests/sandbox/Zope/lib/python/Products/ZODBMountPoint/tests/testMountPoint.py", line 98, in setUp
    manage_addMounts(app, ('/mount1', '/mount2'))
  File "/home/chrism/opt/tests/sandbox/Zope/lib/python/Products/ZODBMountPoint/MountedObject.py", line 296, in manage_addMounts
    del mo._create_mount_points
  File "/home/chrism/opt/tests/sandbox/Zope/lib/python/ZODB/Connection.py", line 500, in register
    assert object._p_oid is not None
AssertionError

Error in test testRead (Products.ZODBMountPoint.tests.testMountPoint.DBTabTests)
Traceback (most recent call last):
  File "/home/chrism/opt/tests/sandbox/Zope/lib/python/Products/ZODBMountPoint/tests/testMountPoint.py", line 98, in setUp
    manage_addMounts(app, ('/mount1', '/mount2'))
  File "/home/chrism/opt/tests/sandbox/Zope/lib/python/Products/ZODBMountPoint/MountedObject.py", line 296, in manage_addMounts
    del mo._create_mount_points
  File "/home/chrism/opt/tests/sandbox/Zope/lib/python/ZODB/Connection.py", line 500, in register
    assert object._p_oid is not None
AssertionError

Error in test testWrite (Products.ZODBMountPoint.tests.testMountPoint.DBTabTests)
Traceback (most recent call last):
  File "/home/chrism/opt/tests/sandbox/Zope/lib/python/Products/ZODBMountPoint/tests/testMountPoint.py", line 98, in setUp
    manage_addMounts(app, ('/mount1', '/mount2'))
  File "/home/chrism/opt/tests/sandbox/Zope/lib/python/Products/ZODBMountPoint/MountedObject.py", line 296, in manage_addMounts
    del mo._create_mount_points
  File "/home/chrism/opt/tests/sandbox/Zope/lib/python/ZODB/Connection.py", line 500, in register
    assert object._p_oid is not None
AssertionError

======================================================================
ERROR: test_install_tempfolder_and_sdc (OFS.tests.testAppInitializer.TestInitialization)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/chrism/opt/tests/sandbox/Zope/lib/python/OFS/tests/testAppInitializer.py", line 109, in test_install_tempfolder_and_sdc
    self.assertEqual(app.temp_folder.session_data.meta_type,
AttributeError: session_data

======================================================================
ERROR: testGetMountPoint (Products.ZODBMountPoint.tests.testMountPoint.DBTabTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/chrism/opt/tests/sandbox/Zope/lib/python/Products/ZODBMountPoint/tests/testMountPoint.py", line 98, in setUp
    manage_addMounts(app, ('/mount1', '/mount2'))
  File "/home/chrism/opt/tests/sandbox/Zope/lib/python/Products/ZODBMountPoint/MountedObject.py", line 296, in manage_addMounts
    del mo._create_mount_points
  File "/home/chrism/opt/tests/sandbox/Zope/lib/python/ZODB/Connection.py", line 500, in register
    assert object._p_oid is not None
AssertionError

======================================================================
ERROR: testRaceOnClose (Products.ZODBMountPoint.tests.testMountPoint.DBTabTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/chrism/opt/tests/sandbox/Zope/lib/python/Products/ZODBMountPoint/tests/testMountPoint.py", line 98, in setUp
    manage_addMounts(app, ('/mount1', '/mount2'))
  File "/home/chrism/opt/tests/sandbox/Zope/lib/python/Products/ZODBMountPoint/MountedObject.py", line 296, in manage_addMounts
    del mo._create_mount_points
  File "/home/chrism/opt/tests/sandbox/Zope/lib/python/ZODB/Connection.py", line 500, in register
    assert object._p_oid is not None
AssertionError

======================================================================
ERROR: testRead (Products.ZODBMountPoint.tests.testMountPoint.DBTabTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/chrism/opt/tests/sandbox/Zope/lib/python/Products/ZODBMountPoint/tests/testMountPoint.py", line 98, in setUp
    manage_addMounts(app, ('/mount1', '/mount2'))
  File "/home/chrism/opt/tests/sandbox/Zope/lib/python/Products/ZODBMountPoint/MountedObject.py", line 296, in manage_addMounts
    del mo._create_mount_points
  File "/home/chrism/opt/tests/sandbox/Zope/lib/python/ZODB/Connection.py", line 500, in register
    assert object._p_oid is not None
AssertionError

======================================================================
ERROR: testWrite (Products.ZODBMountPoint.tests.testMountPoint.DBTabTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/chrism/opt/tests/sandbox/Zope/lib/python/Products/ZODBMountPoint/tests/testMountPoint.py", line 98, in setUp
    manage_addMounts(app, ('/mount1', '/mount2'))
  File "/home/chrism/opt/tests/sandbox/Zope/lib/python/Products/ZODBMountPoint/MountedObject.py", line 296, in manage_addMounts
    del mo._create_mount_points
  File "/home/chrism/opt/tests/sandbox/Zope/lib/python/ZODB/Connection.py", line 500, in register
    assert object._p_oid is not None
AssertionError

======================================================================
FAIL: test_install_tempfolder_and_sdc_status (OFS.tests.testAppInitializer.TestInitialization)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/chrism/opt/tests/sandbox/Zope/lib/python/OFS/tests/testAppInitializer.py", line 117, in test_install_tempfolder_and_sdc_status
    self.failUnless(status)
  File "/home/chrism/opt/Python-2.3.2/lib/python2.3/unittest.py", line 278, in failUnless
    if not expr: raise self.failureException, msg
AssertionError

======================================================================
FAIL: testBigFile (OFS.tests.testRanges.TestRequestRange)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/chrism/opt/tests/sandbox/Zope/lib/python/OFS/tests/testRanges.py", line 291, in testBigFile
    self.uploadBigFile()
  File "/home/chrism/opt/tests/sandbox/Zope/lib/python/OFS/tests/testRanges.py", line 92, in uploadBigFile
    self.file.manage_upload(BIGFILE)
  File "/home/chrism/opt/tests/sandbox/Zope/lib/python/OFS/Image.py", line 434, in manage_upload
    data, size = self._read_data(file)
  File "/home/chrism/opt/tests/sandbox/Zope/lib/python/OFS/Image.py", line 508, in _read_data
    data.next=next
  File "/home/chrism/opt/tests/sandbox/Zope/lib/python/ZODB/Connection.py", line 500, in register
    assert object._p_oid is not None
AssertionError

======================================================================
FAIL: testBigFileEndOverflow (OFS.tests.testRanges.TestRequestRange)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/chrism/opt/tests/sandbox/Zope/lib/python/OFS/tests/testRanges.py", line 299, in testBigFileEndOverflow
    self.uploadBigFile()
  File "/home/chrism/opt/tests/sandbox/Zope/lib/python/OFS/tests/testRanges.py", line 92, in uploadBigFile
    self.file.manage_upload(BIGFILE)
  File "/home/chrism/opt/tests/sandbox/Zope/lib/python/OFS/Image.py", line 434, in manage_upload
    data, size = self._read_data(file)
  File "/home/chrism/opt/tests/sandbox/Zope/lib/python/OFS/Image.py", line 508, in _read_data
    data.next=next
  File "/home/chrism/opt/tests/sandbox/Zope/lib/python/ZODB/Connection.py", line 500, in register
    assert object._p_oid is not None
AssertionError

======================================================================
FAIL: testMultipleRangesBigFile (OFS.tests.testRanges.TestRequestRange)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/chrism/opt/tests/sandbox/Zope/lib/python/OFS/tests/testRanges.py", line 316, in testMultipleRangesBigFile
    self.uploadBigFile()
  File "/home/chrism/opt/tests/sandbox/Zope/lib/python/OFS/tests/testRanges.py", line 92, in uploadBigFile
    self.file.manage_upload(BIGFILE)
  File "/home/chrism/opt/tests/sandbox/Zope/lib/python/OFS/Image.py", line 434, in manage_upload
    data, size = self._read_data(file)
  File "/home/chrism/opt/tests/sandbox/Zope/lib/python/OFS/Image.py", line 508, in _read_data
    data.next=next
  File "/home/chrism/opt/tests/sandbox/Zope/lib/python/ZODB/Connection.py", line 500, in register
    assert object._p_oid is not None
AssertionError

======================================================================
FAIL: testMultipleRangesBigFileEndOverflow (OFS.tests.testRanges.TestRequestRange)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/chrism/opt/tests/sandbox/Zope/lib/python/OFS/tests/testRanges.py", line 327, in testMultipleRangesBigFileEndOverflow
    self.uploadBigFile()
  File "/home/chrism/opt/tests/sandbox/Zope/lib/python/OFS/tests/testRanges.py", line 92, in uploadBigFile
    self.file.manage_upload(BIGFILE)
  File "/home/chrism/opt/tests/sandbox/Zope/lib/python/OFS/Image.py", line 434, in manage_upload
    data, size = self._read_data(file)
  File "/home/chrism/opt/tests/sandbox/Zope/lib/python/OFS/Image.py", line 508, in _read_data
    data.next=next
  File "/home/chrism/opt/tests/sandbox/Zope/lib/python/ZODB/Connection.py", line 500, in register
    assert object._p_oid is not None
AssertionError

======================================================================
FAIL: testMultipleRangesBigFileOutOfOrder (OFS.tests.testRanges.TestRequestRange)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/chrism/opt/tests/sandbox/Zope/lib/python/OFS/tests/testRanges.py", line 321, in testMultipleRangesBigFileOutOfOrder
    self.uploadBigFile()
  File "/home/chrism/opt/tests/sandbox/Zope/lib/python/OFS/tests/testRanges.py", line 92, in uploadBigFile
    self.file.manage_upload(BIGFILE)
  File "/home/chrism/opt/tests/sandbox/Zope/lib/python/OFS/Image.py", line 434, in manage_upload
    data, size = self._read_data(file)
  File "/home/chrism/opt/tests/sandbox/Zope/lib/python/OFS/Image.py", line 508, in _read_data
    data.next=next
  File "/home/chrism/opt/tests/sandbox/Zope/lib/python/ZODB/Connection.py", line 500, in register
    assert object._p_oid is not None
AssertionError

----------------------------------------------------------------------
Ran 2634 tests in 630.120s

FAILED (failures=6, errors=5)




More information about the Zope-tests mailing list