[Zope-CMF] Re: GenericSetup 1.4 release

Jens Vagelpohl jens at dataflake.org
Fri Mar 7 05:10:16 EST 2008


On Mar 7, 2008, at 11:00 , Wichert Akkerman wrote:
>>> I'm happy to see there are no objections. Who is going to make that
>>> release? Jens hasn't responded so perhaps someone else will need  
>>> to do
>>> that. Tres, can you take care of this?
>>
>> I haven't had any time this week. I may be able to do it some time
>> today.
>
> Thanks Jens, that would be much appreciated. FYI I've pushed back the
> Plone 3.1 release to Sunday noon CET, so I no longer need this release
> today; tomorrow will be fine as well.

I'm running the tests on the current GS trunk and see a dozen errors  
like the traceback below. Right now my setup is Zope from the 2.10  
branch after 2.10.4, maybe a few weeks old. I'm not using buildout or  
easy_install, I simply link <GS>/Products/GenericSetup folder into my  
instance's Products Folder the old-fashioned way, and then use "bin/ 
zopectl test" to run the tests. Does anyone else see these?

jens


Error in test  
test_runAllImportSteps_unicode_profile_id_creates_reports  
(Products.GenericSetup.tests.test_tool.SetupToolTests)
Traceback (most recent call last):
   File "/usr/local/zope/src/Zope-2.10-branch/lib/python/Testing/ 
ZopeTestCase/profiler.py", line 98, in __call__
     testMethod()
   File "/usr/local/zope/210Instance/Products/GenericSetup/tests/ 
test_tool.py", line 447, in  
test_runAllImportSteps_unicode_profile_id_creates_reports
     tool.runAllImportStepsFromProfile(PROFILE_ID)
   File "/usr/local/zope/210Instance/Products/GenericSetup/tool.py",  
line 390, in runAllImportStepsFromProfile
     ignore_dependencies=ignore_dependencies)
   File "/usr/local/zope/210Instance/Products/GenericSetup/tool.py",  
line 1180, in _runImportStepsFromContext
     message = self._doRunImportStep(step, context)
   File "/usr/local/zope/210Instance/Products/GenericSetup/tool.py",  
line 1094, in _doRunImportStep
     return handler(context)
   File "/usr/local/zope/210Instance/Products/GenericSetup/ 
components.py", line 242, in importComponentRegistry
     sm = getSiteManager(context.getSite())
   File "/usr/local/zope/opt/Zope-2.10-branch/lib/python/zope/ 
component/_api.py", line 48, in getSiteManager
     raise ComponentLookupError(*error.args)
ComponentLookupError: ('Could not adapt', <Folder at /site>,  
<InterfaceClass zope.component.interfaces.IComponentLookup>)





More information about the Zope-CMF mailing list