Brian Tobin
Brian Tobin
I also experience this problem. Were you able to resolve it?
I'm not sure how this happened, but I actually only intended one commit (93ba5e96fa406e0403b913cc291d21946f9e41c1) in the pull request. This commit adds IPv6 support. Thanks.
Hi Nick. Thanks for your reply. As you predicted, it is a problem with deadlock. An example from running in verbose mode: ``` 1295901694.62493 WORKER| # 1295901694.62533 MASTER| got message:...
Thanks Nick. I dug a little deeper using test_benchmark (https://github.com/timocratic/test_benchmark) and discovered that some of the biggest offenders don't touch the DB. I'll try grouping my tests into those which...