[Zope3-dev] Re: Zope 3.3 branch: zope.app.interface.tests.test_interface.PersistentInterfaceTest failing

2007-03-08 Thread Christian Zagrodnick

On 2007-03-07 17:54:35 +0100, Ross Patterson [EMAIL PROTECTED] said:


Christian Zagrodnick [EMAIL PROTECTED] writes:


Hoi

the Zope 3.3 branch tests fail here:


Error in test test_persistentDeclarations
(zope.app.interface.tests.test_interface.PersistentInterfaceTest)
Traceback (most recent call last):
File /sw/lib/python2.4/unittest.py, line 260, in run
testMethod()
File
/Users/zagy/development/Zope33/src/zope/app/interface/tests/test_interface.py,
line 


183, in test_persistentDeclarations
barmodule.IBar.dependents.keys()[0]._Provides__args
AttributeError: 'PersistentImplements' object has no attribute
_Provides__args'


That's mine, I just finished taking a look at it.  I did fresh
checkouts of branches/3.3 and trunk and ran make test on them both
just to be safe.  I can't reproduce this failure.

I'm not really up to speed on the eggs or buildout stuff.  I'm just
using the SVN bundle at:

svn+ssh://[EMAIL PROTECTED]/repos/main/Zope3/branches/3.3

Should I be using something else?


No, same URL here. Just did make clean  make and rerun. But I keep 
getting the error. Could this be a Mac issue only?



--
Christian Zagrodnick

gocept gmbh  co. kg  ·  forsterstrasse 29 · 06112 halle/saale
www.gocept.com · fon. +49 345 12298894 · fax. +49 345 12298891



___
Zope3-dev mailing list
Zope3-dev@zope.org
Unsub: http://mail.zope.org/mailman/options/zope3-dev/archive%40mail-archive.com



[Zope3-dev] Re: Zope 3.3 branch: zope.app.interface.tests.test_interface.PersistentInterfaceTest failing

2007-03-08 Thread Ross Patterson
Christian Zagrodnick [EMAIL PROTECTED] writes:

 On 2007-03-07 17:54:35 +0100, Ross Patterson [EMAIL PROTECTED] said:

 Christian Zagrodnick [EMAIL PROTECTED] writes:

 Hoi

 the Zope 3.3 branch tests fail here:


 Error in test test_persistentDeclarations
 (zope.app.interface.tests.test_interface.PersistentInterfaceTest)
 Traceback (most recent call last):
 File /sw/lib/python2.4/unittest.py, line 260, in run
 testMethod()
 File
 /Users/zagy/development/Zope33/src/zope/app/interface/tests/test_interface.py,
 line 

 183, in test_persistentDeclarations
 barmodule.IBar.dependents.keys()[0]._Provides__args
 AttributeError: 'PersistentImplements' object has no attribute
 _Provides__args'

 That's mine, I just finished taking a look at it.  I did fresh
 checkouts of branches/3.3 and trunk and ran make test on them both
 just to be safe.  I can't reproduce this failure.

 I'm not really up to speed on the eggs or buildout stuff.  I'm just
 using the SVN bundle at:

 svn+ssh://[EMAIL PROTECTED]/repos/main/Zope3/branches/3.3

 Should I be using something else?

 No, same URL here. Just did make clean  make and rerun. But I keep
 getting the error. Could this be a Mac issue only?

Ah, that's it!  Somone committed a fix to a Mac specific issue on
trunk but didn't back port it to the 3.3 branch.  I got my hands on a
MacBook and was able to reproduce the error.  I've merged the
changes and now the tests pass on said MacBook.

Ross

___
Zope3-dev mailing list
Zope3-dev@zope.org
Unsub: http://mail.zope.org/mailman/options/zope3-dev/archive%40mail-archive.com



[Zope3-dev] Re: Zope 3.3 branch: zope.app.interface.tests.test_interface.PersistentInterfaceTest failing

2007-03-08 Thread Christian Zagrodnick

On 2007-03-08 19:36:06 +0100, Ross Patterson [EMAIL PROTECTED] said:


Christian Zagrodnick [EMAIL PROTECTED] writes:


On 2007-03-07 17:54:35 +0100, Ross Patterson [EMAIL PROTECTED] said:


Christian Zagrodnick [EMAIL PROTECTED] writes:


Hoi

the Zope 3.3 branch tests fail here:


Error in test test_persistentDeclarations
(zope.app.interface.tests.test_interface.PersistentInterfaceTest)
Traceback (most recent call last):
File /sw/lib/python2.4/unittest.py, line 260, in run
testMethod()
File
/Users/zagy/development/Zope33/src/zope/app/interface/tests/test_interface.py,

line

183, 


in test_persistentDeclarations
barmodule.IBar.dependents.keys()[0]._Provides__args
AttributeError: 'PersistentImplements' object has no attribute
_Provides__args'


That's mine, I just finished taking a look at it.  I did fresh
checkouts of branches/3.3 and trunk and ran make test on them both
just to be safe.  I can't reproduce this failure.

I'm not really up to speed on the eggs or buildout stuff.  I'm just
using the SVN bundle at:

svn+ssh://[EMAIL PROTECTED]/repos/main/Zope3/branches/3.3

Should I be using something else?


No, same URL here. Just did make clean  make and rerun. But I keep
getting the error. Could this be a Mac issue only?


Ah, that's it!  Somone committed a fix to a Mac specific issue on
trunk but didn't back port it to the 3.3 branch.  I got my hands on a
MacBook and was able to reproduce the error.  I've merged the
changes and now the tests pass on said MacBook.


Ah. Now they're passing. Thanks Ross.

--
Christian Zagrodnick

gocept gmbh  co. kg  ·  forsterstrasse 29 · 06112 halle/saale
www.gocept.com · fon. +49 345 12298894 · fax. +49 345 12298891



___
Zope3-dev mailing list
Zope3-dev@zope.org
Unsub: http://mail.zope.org/mailman/options/zope3-dev/archive%40mail-archive.com



[Zope3-dev] Re: Zope 3.3 branch: zope.app.interface.tests.test_interface.PersistentInterfaceTest failing

2007-03-07 Thread Ross Patterson
Christian Zagrodnick [EMAIL PROTECTED] writes:

 Hoi

 the Zope 3.3 branch tests fail here:


 Error in test test_persistentDeclarations
 (zope.app.interface.tests.test_interface.PersistentInterfaceTest)
 Traceback (most recent call last):
  File /sw/lib/python2.4/unittest.py, line 260, in run
testMethod()
  File
 /Users/zagy/development/Zope33/src/zope/app/interface/tests/test_interface.py,
 line 183, in test_persistentDeclarations
barmodule.IBar.dependents.keys()[0]._Provides__args
 AttributeError: 'PersistentImplements' object has no attribute
 _Provides__args'

That's mine, I just finished taking a look at it.  I did fresh
checkouts of branches/3.3 and trunk and ran make test on them both
just to be safe.  I can't reproduce this failure.

I'm not really up to speed on the eggs or buildout stuff.  I'm just
using the SVN bundle at:

svn+ssh://[EMAIL PROTECTED]/repos/main/Zope3/branches/3.3

Should I be using something else?

Can anyone else reproduce this?

Ross

___
Zope3-dev mailing list
Zope3-dev@zope.org
Unsub: http://mail.zope.org/mailman/options/zope3-dev/archive%40mail-archive.com



Re: [Zope3-dev] Re: Zope 3.3 branch: zope.app.interface.tests.test_interface.PersistentInterfaceTest failing

2007-03-07 Thread Christian Theune
I can't reproduce them on my 3.3 checkout either.

Am Mittwoch, den 07.03.2007, 08:54 -0800 schrieb Ross Patterson:
 Christian Zagrodnick [EMAIL PROTECTED] writes:
 
  Hoi
 
  the Zope 3.3 branch tests fail here:
 
 
  Error in test test_persistentDeclarations
  (zope.app.interface.tests.test_interface.PersistentInterfaceTest)
  Traceback (most recent call last):
   File /sw/lib/python2.4/unittest.py, line 260, in run
 testMethod()
   File
  /Users/zagy/development/Zope33/src/zope/app/interface/tests/test_interface.py,
  line 183, in test_persistentDeclarations
 barmodule.IBar.dependents.keys()[0]._Provides__args
  AttributeError: 'PersistentImplements' object has no attribute
  _Provides__args'
 
 That's mine, I just finished taking a look at it.  I did fresh
 checkouts of branches/3.3 and trunk and ran make test on them both
 just to be safe.  I can't reproduce this failure.
 
 I'm not really up to speed on the eggs or buildout stuff.  I'm just
 using the SVN bundle at:
 
 svn+ssh://[EMAIL PROTECTED]/repos/main/Zope3/branches/3.3
 
 Should I be using something else?
 
 Can anyone else reproduce this?
 
 Ross
 
 ___
 Zope3-dev mailing list
 Zope3-dev@zope.org
 Unsub: http://mail.zope.org/mailman/options/zope3-dev/ct%40gocept.com
 
-- 
gocept gmbh  co. kg - forsterstraße 29 - 06112 halle/saale - germany
www.gocept.com - [EMAIL PROTECTED] - phone +49 345 122 9889 7 -
fax +49 345 122 9889 1 - zope and plone consulting and development


signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil
___
Zope3-dev mailing list
Zope3-dev@zope.org
Unsub: http://mail.zope.org/mailman/options/zope3-dev/archive%40mail-archive.com