Re: Subversion trunk (3.3) currently hangs on tests.

2006-08-02 Thread Graham Dumpleton
Yeah, that is the problem. I knew it only affected the new importer in the test suite, but thought it might just confuse if I drew the distinction at that point. Anyway, I have a fix which I am testing, but in doing so it threw up some strange things in itself related to output filters. I'm not

Re: Subversion trunk (3.3) currently hangs on tests.

2006-08-02 Thread Jim Gallacher
I just noticed that when it hangs, the Apache process pegs the CPU at 98%. When the test initially hung I just killed the test.py, but didn't think to actually stop Apache. It took me a little while to figure out why my computer was *so* sluggish this morning. Jim Jim Gallacher wrote: I just

Subversion trunk (3.3) currently hangs on tests.

2006-08-01 Thread Graham Dumpleton
FYI. The change I made for memory leak described in: https://issues.apache.org/jira/browse/MODPYTHON-181 has caused a problem with other changes I made for: https://issues.apache.org/jira/browse/MODPYTHON-155 This is causing test suite to hang on the tests: test_req_handler