[Zope-Coders] Prepping for 2.7 beta 1

Chris McDonough chrism@zope.com
21 Jul 2003 13:52:23 -0400


Whoops, thanks Tim.  Yes, I removed that function; it seems to only be
used by the test suite.  I'll add it back in...

Thanks,

- C


On Mon, 2003-07-21 at 13:46, Tim Peters wrote:
> [Chris McDonough]
> > ...
> > Thus 2.7b1 will be released today.  I have updated the (disused)
> > Zope-2_7-branch with all the HEAD changes since 2.7a1.
> 
> Hi, Chris.  On Win2K I checked out that branch, built via
> 
>     \python22\python setup.py build_ext -i
> 
> and ran tests via
> 
>     \python22\python test.py -vv
> 
> I saw 5 errors, as below, seemingly 5 instances of a single problem.  Are
> these expected?  Assuming not ...
> 
> ======================================================================
> ERROR: test_access_and_trace_logs
> (Zope.Startup.tests.test_schema.StartupTestCase)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File
> "C:\Code\Zope-2_7-branch\lib/python\Zope\Startup\tests\test_schema.py", l
> ine 77, in test_access_and_trace_logs
>     conf = self.load_config_text("""
>   File
> "C:\Code\Zope-2_7-branch\lib/python\Zope\Startup\tests\test_schema.py", line
> 40, in load_config_text
>     schema = Zope.Startup.getSchema()
> AttributeError: 'module' object has no attribute 'getSchema'
> 
> ======================================================================
> ERROR: test_cgi_environment (Zope.Startup.tests.test_schema.StartupTestCase)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File
> "C:\Code\Zope-2_7-branch\lib/python\Zope\Startup\tests\test_schema.py", line
> 63, in test_cgi_environment
>     conf = self.load_config_text("""\
>   File
> "C:\Code\Zope-2_7-branch\lib/python\Zope\Startup\tests\test_schema.py", line
> 40, in load_config_text
>     schema = Zope.Startup.getSchema()
> AttributeError: 'module' object has no attribute 'getSchema'
> 
> ======================================================================
> ERROR: test_dns_resolver (Zope.Startup.tests.test_schema.StartupTestCase)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File
> "C:\Code\Zope-2_7-branch\lib/python\Zope\Startup\tests\test_schema.py", line
> 92, in test_dns_resolver
>     conf = self.load_config_text("""\
>   File
> "C:\Code\Zope-2_7-branch\lib/python\Zope\Startup\tests\test_schema.py", line
> 40, in load_config_text
>     schema = Zope.Startup.getSchema()
> AttributeError: 'module' object has no attribute 'getSchema'
> 
> ======================================================================
> ERROR: test_load_config_template
> (Zope.Startup.tests.test_schema.StartupTestCase
> )
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File
> "C:\Code\Zope-2_7-branch\lib/python\Zope\Startup\tests\test_schema.py", line
> 54, in test_load_config_template
>     schema = Zope.Startup.getSchema()
> AttributeError: 'module' object has no attribute 'getSchema'
> 
> ======================================================================
> ERROR: test_zodb_db (Zope.Startup.tests.test_schema.StartupTestCase)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File
> "C:\Code\Zope-2_7-branch\lib/python\Zope\Startup\tests\test_schema.py", line
> 99, in test_zodb_db
>     conf = self.load_config_text("""\
>   File
> "C:\Code\Zope-2_7-branch\lib/python\Zope\Startup\tests\test_schema.py", line
> 40, in load_config_text
>     schema = Zope.Startup.getSchema()
> AttributeError: 'module' object has no attribute 'getSchema'
> 
> ----------------------------------------------------------------------
> Ran 2020 tests in 320.351s
> 
> FAILED (errors=5)
>