[Zope-Coders] Win32 Tests - Zope HEAD - failures:2 errors:1

zope-tests@squishdot.org zope-tests@squishdot.org
Tue, 07 Jan 2003 02:21:15 +0000


==============================================================================
==============================================================================
Python Version:2.2.2 (#37, Oct 14 2002, 17:02:34) [MSC 32 bit (Intel)]

Modules included:
Zope (HEAD)

Exception exceptions.OSError: (13, 'Permission denied', 'C:\\DOCUME~1\\CHRISW~1\\LOCALS~1\\Temp\\~1424-177.inv') in <bound method TemporaryFileWrapper.__del__ of <closed file 'C:\DOCUME~1\CHRISW~1\LOCALS~1\Temp\~1424-177.inv', mode 'w+b' at 0x029FB1F8>> ignored
======================================================================
ERROR: test_zeo_config (testConfig.ZODBConfigTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "testConfig.py", line 77, in test_zeo_config
  File "c:\python22\lib\unittest.py", line 273, in failUnlessRaises
    apply(callableObj, args, kwargs)
  File "testConfig.py", line 31, in _test
  File "testConfig.py", line 28, in _opendb
  File "D:\ZopeTests\sandbox\Zope\lib\python\ZODB\config.py", line 35, in databaseFromString
    return databaseFromFile(StringIO.StringIO(s))
  File "D:\ZopeTests\sandbox\Zope\lib\python\ZODB\config.py", line 38, in databaseFromFile
    config, handle = ZConfig.loadConfigFile(getSchema(), f)
  File "D:\ZopeTests\sandbox\Zope\lib\python\ZConfig\loader.py", line 47, in loadConfigFile
    return ConfigLoader(schema).loadFile(file, url)
  File "D:\ZopeTests\sandbox\Zope\lib\python\ZConfig\loader.py", line 69, in loadFile
    return self.loadResource(r)
  File "D:\ZopeTests\sandbox\Zope\lib\python\ZConfig\loader.py", line 151, in loadResource
    self._parse_resource(sm, resource)
  File "D:\ZopeTests\sandbox\Zope\lib\python\ZConfig\loader.py", line 186, in _parse_resource
    parser.parse(matcher)
  File "D:\ZopeTests\sandbox\Zope\lib\python\ZConfig\cfgparser.py", line 56, in parse
    section = self.end_section(section, line[2:-1])
  File "D:\ZopeTests\sandbox\Zope\lib\python\ZConfig\cfgparser.py", line 113, in end_section
    self.error(e[0])
  File "D:\ZopeTests\sandbox\Zope\lib\python\ZConfig\cfgparser.py", line 163, in error
    raise ConfigurationSyntaxError(message, self.url, self.lineno)
ConfigurationSyntaxError: AF_UNIX sockets are not supported on this platform (line 5)

======================================================================
FAIL: checkNoVerificationOnServerRestartWith2Clients (testConnection.FileStorageReconnectionTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "D:\ZopeTests\sandbox\Zope\lib\python\ZEO\tests\ConnectionTests.py", line 613, in checkNoVerificationOnServerRestartWith2Clients
    self.assertEqual(perstorage.verify_result, "no verification")
  File "c:\python22\lib\unittest.py", line 286, in failUnlessEqual
    raise self.failureException, \
AssertionError: None != 'no verification'

======================================================================
FAIL: checkQuickVerificationWith2Clients (testConnection.FileStorageReconnectionTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "D:\ZopeTests\sandbox\Zope\lib\python\ZEO\tests\ConnectionTests.py", line 635, in checkQuickVerificationWith2Clients
    self.assertEqual(perstorage.verify_result, "quick verification")
  File "c:\python22\lib\unittest.py", line 286, in failUnlessEqual
    raise self.failureException, \
AssertionError: 'full verification' != 'quick verification'

----------------------------------------------------------------------
Ran 1885 tests in 420.562s

FAILED (failures=2, errors=1)

======================================================================
OVERALL FAILED (total failures=2, total errors=1)