Re: [Zope-dev] zope.browser/trunk/buildout.cfg.
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Tres Seaver wrote:
Log message for revision 112947: This extra has been gone for a month now.
How were we not seeing failing tests?
Changed: U zope.browser/trunk/buildout.cfg
-=- Modified: zope.browser/trunk/buildout.cfg =================================================================== --- zope.browser/trunk/buildout.cfg 2010-06-03 03:12:49 UTC (rev 112946) +++ zope.browser/trunk/buildout.cfg 2010-06-03 03:19:48 UTC (rev 112947) @@ -4,7 +4,7 @@
[test] recipe = zc.recipe.testrunner -eggs = zope.browser [test] +eggs = zope.browser
[py] recipe = zc.recipe.egg
Can anybody explain why zope.browser's tests have been passing in the buildbots? The buildout wouldn't even run with the no-longer-there extra called out like that. Tres. - -- =================================================================== Tres Seaver +1 540-429-0999 tseaver@palladion.com Palladion Software "Excellence by Design" http://palladion.com -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iEYEARECAAYFAkwHIt4ACgkQ+gerLs4ltQ5CwwCeNWA9cDJZgiOqSAMrZmKY9y+K CF4AoNM7JmPuU1r7lAZiy2pQ3KMvVCP4 =jxde -----END PGP SIGNATURE-----
On 3 June 2010 05:34, Tres Seaver <tseaver@palladion.com> wrote:
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Tres Seaver wrote:
Log message for revision 112947: This extra has been gone for a month now.
How were we not seeing failing tests?
Changed: U zope.browser/trunk/buildout.cfg
-=- Modified: zope.browser/trunk/buildout.cfg =================================================================== --- zope.browser/trunk/buildout.cfg 2010-06-03 03:12:49 UTC (rev 112946) +++ zope.browser/trunk/buildout.cfg 2010-06-03 03:19:48 UTC (rev 112947) @@ -4,7 +4,7 @@
[test] recipe = zc.recipe.testrunner -eggs = zope.browser [test] +eggs = zope.browser
[py] recipe = zc.recipe.egg
Can anybody explain why zope.browser's tests have been passing in the buildbots? The buildout wouldn't even run with the no-longer-there extra called out like that.
Tres. - -- =================================================================== Tres Seaver +1 540-429-0999 tseaver@palladion.com Palladion Software "Excellence by Design" http://palladion.com -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
iEYEARECAAYFAkwHIt4ACgkQ+gerLs4ltQ5CwwCeNWA9cDJZgiOqSAMrZmKY9y+K CF4AoNM7JmPuU1r7lAZiy2pQ3KMvVCP4 =jxde -----END PGP SIGNATURE-----
_______________________________________________ Zope-Dev maillist - Zope-Dev@zope.org https://mail.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists - https://mail.zope.org/mailman/listinfo/zope-announce https://mail.zope.org/mailman/listinfo/zope )
The zope.browser trunk was, until recently (r112978), not part of the buildbot at dev.thehealthagency.com. The compattest of the zope toolkit will test the released version of zope.browser [1]. The compattest does not 'see' the zope.browser buildout.cfg, as it is only looking at the egg. Feel free to add repos to the `trunks` section of svn.zope.org/repos/main/Sandbox/janjaapdriessen/buildbot/buildout.cfg , the changes will be picked up by dev.thehealthagency.com every hour. 1) http://dev.thehealthagency.com/buildbot/builders/ztk%20slave-ubuntu32/builds... -- Jan-Jaap Driessen
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Jan-Jaap Driessen wrote:
The zope.browser trunk was, until recently (r112978), not part of the buildbot at dev.thehealthagency.com. The compattest of the zope toolkit will test the released version of zope.browser [1]. The compattest does not 'see' the zope.browser buildout.cfg, as it is only looking at the egg.
Feel free to add repos to the `trunks` section of svn.zope.org/repos/main/Sandbox/janjaapdriessen/buildbot/buildout.cfg , the changes will be picked up by dev.thehealthagency.com every hour.
1) http://dev.thehealthagency.com/buildbot/builders/ztk%20slave-ubuntu32/builds...
I figured out why we haven't seen failing tests: zope.browser's tests are run from within the zopetoolkit buildout, which bypasses each project's own buildout.cfg. I haven't messed with your buildbot stuff, since that the puzzle is solved (even if it existed only in my own mind). Tres. - -- =================================================================== Tres Seaver +1 540-429-0999 tseaver@palladion.com Palladion Software "Excellence by Design" http://palladion.com -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iEYEARECAAYFAkwHui4ACgkQ+gerLs4ltQ6Y8ACgwSb5txe2fZDFvIlNPDLA4oXo f48Anjx6Xn62fD6uM9vPzd8nqqoxVzTW =L/+e -----END PGP SIGNATURE-----
participants (2)
-
Jan-Jaap Driessen -
Tres Seaver