Re: [Zope-dev] zope-tests - FAILED: 6, OK: 12

2013-03-19 Thread Marius Gedminas
On Tue, Mar 19, 2013 at 01:00:02AM +, Zope tests summarizer wrote:
 [1]Still Failing - zopetoolkit_trunk - Build # 206

- zope.traversing:
  ImportError: No module named persistent

- zope.container:
  ImportError: No module named persistent.cPersistence

- zope.dublincore:
  ImportError: No module named persistent

- zope.catalog:
  ImportError: No module named persistent

Most of these have BTrees in the traceback.

 [2]winbot / z3c.contents_py_265_32
 [3]winbot / z3c.contents_py_265_32
 [4]winbot / z3c.formui_py_265_32
 [5]winbot / z3c.layer.ready2go_py_265_32
 [6]winbot / z3c.pagelet_py_265_32

lxml.

Marius Gedminas
-- 
http://pov.lt/ -- Zope 3/BlueBream consulting and development


signature.asc
Description: Digital 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 )


Re: [Zope-dev] Switching zope.testbrowser to webtest instead of mechanize

2013-03-19 Thread Andrey Lebedev

On 03/04/2013 08:40 PM, Andrey Lebedev wrote:


As you may already know, there is an effort to port zope packages to
Python 3 going on. As part of this effort we want to port zope.testbrowser.


Status update: test suite passes on webtest backend under python-2.6, 
2.7 and 3.3.


Further things to do: make some performance improvements, try some 
real-world tests and release a alpha version.



--
Andrey Lebedev aka -.- . -.. -.. . .-.
Software engineer
Homepage: http://lebedev.lt/
Jabber ID: ked...@jabber.ru
___
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 )


Re: [Zope-dev] Switching zope.testbrowser to webtest instead of mechanize

2013-03-19 Thread Brian Sutherland
On Tue, Mar 19, 2013 at 04:40:02PM +0200, Andrey Lebedev wrote:
 On 03/04/2013 08:40 PM, Andrey Lebedev wrote:
 
 As you may already know, there is an effort to port zope packages to
 Python 3 going on. As part of this effort we want to port zope.testbrowser.
 
 Status update: test suite passes on webtest backend under
 python-2.6, 2.7 and 3.3.
 
 Further things to do: make some performance improvements, try some
 real-world tests and release a alpha version.

I tried it against my app with good results so far :) 

I did notice two regression and pushed failing tests to you py3 branch.
It seemed the easiest/fastest way forward, if you'd rather I made a
separate branch for these, let me know.

 
 
 -- 
 Andrey Lebedev aka -.- . -.. -.. . .-.
 Software engineer
 Homepage: http://lebedev.lt/
 Jabber ID: ked...@jabber.ru
 ___
 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 )

-- 
Brian Sutherland
___
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 )


Re: [Zope-dev] [Checkins] [zopefoundation/zope.container] 9100fc: Tagging 3.11.2

2013-03-19 Thread Stephan Richter
On Tuesday, March 19, 2013 08:38:23 AM GitHub wrote:
   Commit: b2ae9a9bd5e3dc214f13c6ae77fa06ad55102aba
   https://github.com/zopefoundation/zope.container/commit/b2ae9a9bd5e3dc
 214f13c6ae77fa06ad55102aba Author: Matthew Wilkes g...@matthewwilkes.name
   Date:   2013-03-19 (Tue, 19 Mar 2013)
 
   Changed paths:
 M setup.py
 M src/zope/container/_zope_container_contained.c
 M src/zope/container/_zope_proxy_proxy.c
 
   Log Message:
   ---
   Comment out the C extension. This should build conditionally, but this is
 just for testing

I have actually some pypy attempts in a local version as well. The big problem 
is that the ContainedProxy must inherit from zope.security.proxy.ProxyPy and 
zope.persistent.persistence.Persistent. Both of those classes define __slots__ 
so they cannot both be base classes. The only way to fix this, I think, is to 
change the Python implementation of the security proxy or Persistent to not 
have slots and only define the slots in a derived class.

Regards,
Stephan
-- 
Entrepreneur and Software Geek
Google me. Zope Stephan Richter
___
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 )


Re: [Zope-dev] Switching zope.testbrowser to webtest instead of mechanize

2013-03-19 Thread Andrey Lebedev

On 03/19/2013 07:36 PM, Brian Sutherland wrote:

Further things to do: make some performance improvements, try some
real-world tests and release a alpha version.

I tried it against my app with good results so far:)

I did notice two regression and pushed failing tests to you py3 branch.
It seemed the easiest/fastest way forward, if you'd rather I made a
separate branch for these, let me know.



Thanks. I'll try to look into these regressions tomorrow. Feel free to 
add tests to py3 branch. This way they won't get unnoticed.


--
Andrey Lebedev aka -.- . -.. -.. . .-.
Software engineer
Homepage: http://lebedev.lt/
Jabber ID: ked...@jabber.ru
___
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 )


Re: [Zope-dev] [zopefoundation/zope.container] 9100fc: Tagging 3.11.2

2013-03-19 Thread Tres Seaver
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 03/19/2013 01:48 PM, Stephan Richter wrote:
 On Tuesday, March 19, 2013 08:38:23 AM GitHub wrote:
 Commit: b2ae9a9bd5e3dc214f13c6ae77fa06ad55102aba 
 https://github.com/zopefoundation/zope.container/commit/b2ae9a9bd5e3dc

 
214f13c6ae77fa06ad55102aba Author: Matthew Wilkes
g...@matthewwilkes.name
 Date:   2013-03-19 (Tue, 19 Mar 2013)
 
 Changed paths: M setup.py M
 src/zope/container/_zope_container_contained.c M
 src/zope/container/_zope_proxy_proxy.c
 
 Log Message: --- Comment out the C extension. This should
 build conditionally, but this is just for testing
 
 I have actually some pypy attempts in a local version as well. The big
 problem is that the ContainedProxy must inherit from
 zope.security.proxy.ProxyPy and 
 zope.persistent.persistence.Persistent. Both of those classes define
 __slots__ so they cannot both be base classes. The only way to fix
 this, I think, is to change the Python implementation of the security
 proxy or Persistent to not have slots and only define the slots in a
 derived class.

Please don't attempt to mess with the persistent class:  the slots there
are crucial to performance.



Tres.
- -- 
===
Tres Seaver  +1 540-429-0999  tsea...@palladion.com
Palladion Software   Excellence by Designhttp://palladion.com
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with undefined - http://www.enigmail.net/

iEYEARECAAYFAlFI1VEACgkQ+gerLs4ltQ4KHgCbBkreu1q7MT/FwYbHATZbCkdO
oXsAoIAVLwX3JeEZHqfHEi9JUn6Hzpdy
=SDMg
-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 )


[Zope-dev] zope-tests - FAILED: 5, OK: 12

2013-03-19 Thread Zope tests summarizer
This is the summary for test reports received on the 
zope-tests list between 2013-03-18 00:00:00 UTC and 2013-03-19 00:00:00 UTC:

See the footnotes for test reports of unsuccessful builds.

An up-to date view of the builders is also available in our 
buildbot documentation: 
http://docs.zope.org/zopetoolkit/process/buildbots.html#the-nightly-builds

Reports received


[1]Still Failing - zopetoolkit_trunk - Build # 207
   winbot / ZODB_dev py_265_win32
   winbot / ZODB_dev py_265_win64
   winbot / ZODB_dev py_270_win32
   winbot / ZODB_dev py_270_win64
[2]winbot / z3c.form_py_265_32
[3]winbot / z3c.formui_py_265_32
[4]winbot / z3c.layer.ready2go_py_265_32
[5]winbot / z3c.pagelet_py_265_32
   winbot / ztk_10 py_254_win32
   winbot / ztk_10 py_265_win32
   winbot / ztk_10 py_265_win64
   winbot / ztk_11 py_254_win32
   winbot / ztk_11 py_265_win32
   winbot / ztk_11 py_265_win64
   winbot / ztk_11 py_270_win32
   winbot / ztk_11 py_270_win64

Non-OK results
--

[1]FAILED  Still Failing - zopetoolkit_trunk - Build # 207
   https://mail.zope.org/pipermail/zope-tests/2013-March/073425.html


[2]FAILED  winbot / z3c.form_py_265_32
   https://mail.zope.org/pipermail/zope-tests/2013-March/073421.html


[3]FAILED  winbot / z3c.formui_py_265_32
   https://mail.zope.org/pipermail/zope-tests/2013-March/073424.html


[4]FAILED  winbot / z3c.layer.ready2go_py_265_32
   https://mail.zope.org/pipermail/zope-tests/2013-March/073422.html


[5]FAILED  winbot / z3c.pagelet_py_265_32
   https://mail.zope.org/pipermail/zope-tests/2013-March/073423.html


___
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 )