Test with external site (an workaround until a proper solution is found).
Testing with current zope test runner (2.12) which has one thread only will cause inside the only running zope's thread an another request to same zope instance. Zope will accept this new request and wait for parent request to finish.As result it's a typical deadlock case which will last until some timeout is reached. This totally breaks test runner in zope 2.12. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@42707 20353a03-c40f-0410-a6d1-a30d3c3de9de
Showing
Please register or sign in to comment