Help with two strange errors.
I'm pretty much finished with my WSGI-implementation for Zope2, and everything works just fine, even with twisted. Except that I get one highly bizarre test failure in PythonScripts! In my branch (but not in trunk) the test that you can't import certain modules in PythonScripts fails. It makes a python script that imports mmap. This fails in my branch but, and here is the bizarre part, only if you have twisted installed. Yeah, really. Any insight into this would be helpful... Also, the ZServer test seems to leave cruft behind. Possibly a thread, that the gets detected by the zope.server tests, because it will complain that a thread is left behind by those test, while if I skip the ZServer tests with -t '!ZServer' it works fine. Does anybody with more experience of those things have any good idea of how to debug that? -- Lennart Regebro, Nuxeo http://www.nuxeo.com/ CPS Content Management http://www.cps-project.org/
On 4/30/06, Lennart Regebro <regebro@gmail.com> wrote:
Also, the ZServer test seems to leave cruft behind. Possibly a thread, that the gets detected by the zope.server tests, because it will complain that a thread is left behind by those test, while if I skip the ZServer tests with -t '!ZServer' it works fine.
In fact, you get this problem with trunk as well, so no matter. :-) I ran it with trunk, and didn't get the error, so I thought it was only my branch. But I was just "unlucky". It seems that this error comes up about 9 times of ten on both branches. Still:
Does anybody with more experience of those things have any good idea of how to debug that?
We might wanna figure out if it is purely a testing error or not... So, only the weird "import mmap"-problem remains. -- Lennart Regebro, Nuxeo http://www.nuxeo.com/ CPS Content Management http://www.cps-project.org/
participants (1)
-
Lennart Regebro