[Zope3-dev] win32 Zope 3 Tests

Guido van Rossum guido@python.org
Tue, 10 Dec 2002 14:49:27 -0500


> [Jeremy Hylton]
> > The tests work fine on Win2k and Win98 with the MS compiler, so I
> > don't know what else it could be.
> 
> [Chris Withers]
> > I beg to differ:
> >
> > >
> > ==================================================================
> > ============
> > >
> > ==================================================================
> > ============
> > > Python Version:2.2.2 (#37, Oct 14 2002, 17:02:34) [MSC 32 bit (Intel)]
> > >
> > > Modules included:
> > > Zope3 (HEAD)
> > >
> > > Exception exceptions.OSError: (13, 'Permission denied',
> > 'C:\\DOCUME~1\\CHRISW~1\\LOCALS~1\\Temp\\~1728-79.inv') in <bound
> > method TemporaryFileWrapper.__del__ of <closed file
> > 'C:\DOCUME~1\CHRISW~1\LOCALS~1\Temp\~1728-79.inv', mode 'w+b' at
> > 0x01B697A0>> ignored
> > > ------
> > > 2002-12-10T02:18:20 INFO(0) FS No file-locking support on this platform
> > > ------
> > > 2002-12-10T02:18:20 INFO(0) FS No file-locking support on this platform
> > > ----------------------------------------------------------------------
> > > Ran 2717 tests in 336.750s
> > >
> > > OK

[Tim]
> I haven't seen any problems.  Here today, on Win2K + current Zope3 head,
> MSVC 6, Python 2.2.2:
> 
> C:\Code\Zope3>\python22\python test.py -vv
> testBadProvide (Interface.Registry.tests.testAdapterRegistry.Test) ... ok
> testBadRequire (Interface.Registry.tests.testAdapterRegistry.Test) ... ok
> ...
> checkDetail (zLOG.tests.testzLog.StupidLogTest) ... ok
> checkError (zLOG.tests.testzLog.StupidLogTest) ... ok
> 
> ----------------------------------------------------------------------
> Ran 2717 tests in 440.112s
> 
> OK
> 
> C:\Code\Zope3>

Tim's experience doesn't contradict ChrisW's.  Tim, did you see any
messages about ignored exceptions?  Maybe you'd have to some 2000+
lines back to see them.

Chris, where do the two log lines come from?  Do you do anything
special to get the stupid log to go to stderr?  Why isn't there more
logging output?

--Guido van Rossum (home page: http://www.python.org/~guido/)