Re: [Mailman-Developers] Problem running tox on hyperkitty

2018-03-20 Thread Leon Merten Lohse
On 19.03.2018 23:30, Mark Sapiro wrote: I am trying to run tox -e py35-django111 on HyperKitty. I run into an issue in that the tests run up to a point after which all but the last 2 fail with a "too many open files" exception. These files are logs created in directories /tmp/hyperkitty-testing

Re: [Mailman-Developers] Problem running tox on hyperkitty

2018-03-20 Thread Abhilash Raj
On Tue, Mar 20, 2018, at 5:57 AM, Leon Merten Lohse wrote: > On 19.03.2018 23:30, Mark Sapiro wrote: > > I am trying to run > > > > tox -e py35-django111 > > > > on HyperKitty. I run into an issue in that the tests run up to a point > > after which all but the last 2 fail with a "too many open

Re: [Mailman-Developers] Problem running tox on hyperkitty

2018-03-20 Thread Abhilash Raj
On Tue, Mar 20, 2018, at 9:03 AM, Abhilash Raj wrote: > > > On Tue, Mar 20, 2018, at 5:57 AM, Leon Merten Lohse wrote: > > On 19.03.2018 23:30, Mark Sapiro wrote: > > > I am trying to run > > > > > > tox -e py35-django111 > > > > > > on HyperKitty. I run into an issue in that the tests run up t

[Mailman-Developers] Hyperkitty and Django Q

2018-03-20 Thread Leon Merten Lohse
Startled by the observation that Hyperkitty's unit tests to fail because an excessive amount of file descriptors are opened, I began to dig a little. The majority of these file descriptors are opened by "Django Q" -- a django library for asynchronous tasks. I wondered what these asynchronous