]> Sergey Matveev's repositories - public-inbox.git/commit
t/httpd-corner: check for leaking FDs and pipes
authorEric Wong <e@80x24.org>
Fri, 13 Sep 2019 01:50:25 +0000 (01:50 +0000)
committerEric Wong <e@80x24.org>
Sat, 14 Sep 2019 09:36:38 +0000 (09:36 +0000)
commit6c89cf6208dd4f5251faeec18dc76ac123335fed
tree7cf57c7dde544740f880dc5e68f351ca534692e3
parent10319080e23ae676ca447f629ee9cdcbb7e6c285
t/httpd-corner: check for leaking FDs and pipes

-W0 (no workers) should not create any pipes on its own,
and we shouldn't have any deleted FDs if no clients are
connected.

This can find if leaks which may be triggered by PublicInbox::HTTP
(and not Qspawn or GitHTTPBackend).
t/httpd-corner.t