[Zope3-dev] Tests failing

2007-01-10 Thread Benji York
The tests are failing on the trunk, 3.2, and 3.3 branches. Apparently because of the recent addition of a "Cache-Control" header. See the buildbot for details: http://buildbot.zope.org -- Benji York Senior Software Engineer Zope Corporation ___ Zope3

[Zope3-dev] Re: Grok sprint 2 reports

2007-01-10 Thread Tres Seaver
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Rocky Burt wrote: > On Wed, 2007-10-01 at 11:09 -0500, Tres Seaver wrote: >> While I am vehemently opposed to code generation per se, one alternative >> which I think is important is to generate stuff *at runtime* from >> artifacts which are more under

[Zope3-dev] Re: Grok sprint 2 reports

2007-01-10 Thread Rocky Burt
On Wed, 2007-10-01 at 11:09 -0500, Tres Seaver wrote: > While I am vehemently opposed to code generation per se, one alternative > which I think is important is to generate stuff *at runtime* from > artifacts which are more understandable to business users than Python > code. E.g., they might spec

[Zope3-dev] Re: zc.selenium test isolation

2007-01-10 Thread Tres Seaver
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Christian Theune wrote: > Am Mittwoch, den 10.01.2007, 11:04 -0500 schrieb Benji York: >> Christian Theune wrote: >>> I propose to add an "ultimate" pop at the beginning of each test, to >>> ensure consistency/isolation at those points. >> Where "ultim

Re: [Zope3-dev] zc.selenium test isolation

2007-01-10 Thread Christian Theune
Am Mittwoch, den 10.01.2007, 11:04 -0500 schrieb Benji York: > Christian Theune wrote: > > I propose to add an "ultimate" pop at the beginning of each test, to > > ensure consistency/isolation at those points. > > Where "ultimate pop" means to remove all stacked demostorages added by > previous t

[Zope3-dev] Re: Grok sprint 2 reports

2007-01-10 Thread Tres Seaver
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Martijn Faassen wrote: > Martin Aspeli wrote: >> Peter Bengtsson wrote: Philipp has posted a blog entry with a good example of Grok code: http://www.z3lab.org/sections/blogs/philipp-weitershausen/2007_01_09_you-thought-zope-3-wasn

Re: [Zope3-dev] zc.selenium test isolation

2007-01-10 Thread Benji York
Christian Theune wrote: I propose to add an "ultimate" pop at the beginning of each test, to ensure consistency/isolation at those points. Where "ultimate pop" means to remove all stacked demostorages added by previous tests? If so, sounds good. I do worry a little about that hiding mismatc

[Zope3-dev] Re: Grok sprint 2 reports

2007-01-10 Thread Martijn Faassen
Philipp von Weitershausen wrote: Martijn Faassen wrote: - Don't invent a new code generator. Please. :) PasteScript does quite well, and seems to be adopted by others, e.g. Pylons. We already use it to make new egg-like packages for Plone. Agreed. We're looking into PasteScript, I believe. P

[Zope3-dev] Re: Grok sprint 2 reports

2007-01-10 Thread Philipp von Weitershausen
Martijn Faassen wrote: - Don't invent a new code generator. Please. :) PasteScript does quite well, and seems to be adopted by others, e.g. Pylons. We already use it to make new egg-like packages for Plone. Agreed. We're looking into PasteScript, I believe. Philipp has been looking into this

[Zope3-dev] Re: Zope 3.3.1

2007-01-10 Thread Olivier Grisel
Christian Theune a écrit : > Hi, > > after the initial Zope 3.3 release, we fixed quite a few bugs. I think > it's time for a 3.3.1 release now, which would also help the upcoming > Zope 2.10.2 release. > > If anybody has time to do the 3.3.1 release, that would be very welcome! Hi, that would b

[Zope3-dev] Zope 3.3.1

2007-01-10 Thread Christian Theune
Hi, after the initial Zope 3.3 release, we fixed quite a few bugs. I think it's time for a 3.3.1 release now, which would also help the upcoming Zope 2.10.2 release. If anybody has time to do the 3.3.1 release, that would be very welcome! Christian -- gocept gmbh & co. kg - forsterstraße 29 -

Re: [Zope3-dev] zc.selenium test isolation

2007-01-10 Thread Jim Fulton
Christian Theune wrote: Hi, I'd like to propose a change to zc.selenium to increase test isolation in the face of failing tests. We use demostorage elegantly by keeping a stack of wrapped storages that are pushed and popped automatically while the selenium tests run. However, when a test fails

[Zope3-dev] Re: Grok sprint 2 reports

2007-01-10 Thread Martijn Faassen
Martin Aspeli wrote: Peter Bengtsson wrote: Philipp has posted a blog entry with a good example of Grok code: http://www.z3lab.org/sections/blogs/philipp-weitershausen/2007_01_09_you-thought-zope-3-wasn Gorgeous! I especially like that you don't have to manually define the template since it

Re[2]: [Zope3-dev] Builbot mail not working ?

2007-01-10 Thread Adam Groszer
Hello Christian, Yay, shame on me. I was the one who added the "no cache" stuff to /src/zope/app/exception/browser/unauthorized.py. I'm crippled here until tomorrow without SVN access, so somebody please fix it or revert my changes. Wednesday, January 10, 2007, 11:00:35 AM, you wrote: CT> Hi,

[Zope3-dev] zc.selenium test isolation

2007-01-10 Thread Christian Theune
Hi, I'd like to propose a change to zc.selenium to increase test isolation in the face of failing tests. We use demostorage elegantly by keeping a stack of wrapped storages that are pushed and popped automatically while the selenium tests run. However, when a test fails, selenium might skip a fe

Re: [Zope3-dev] Builbot mail not working ?

2007-01-10 Thread Christian Theune
Hi, that one fails for me as well. I don't remember who checked this in, but I saw somebody talk about this change lately. Christian Am Mittwoch, den 10.01.2007, 10:31 +0530 schrieb Baiju M: > Baiju M wrote: > > Hi, Can anyone verify that buildbot [1] send test failure error mails > > to list

Re: [Zope3-dev] Re: Grok sprint 2 reports

2007-01-10 Thread Christian Theune
Hi, Am Mittwoch, den 10.01.2007, 00:44 + schrieb Martin Aspeli: > Code generation sucks. :) > > But: > > - ArchGenXML (hacky though it is) is great for business types because > it takes UML (which business analysts understand and customers can be > talked through) and produces content ty