summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorRoss Lagerwall <rosslagerwall@gmail.com>2012-02-23 21:40:02 +0200
committerRoss Lagerwall <rosslagerwall@gmail.com>2012-02-23 21:44:30 +0200
commit2ef92786e3f1a645937e00ac2d01a3389454fea9 (patch)
tree76bdd6af9cd1c990da148631e083fc8aa8f2ed40 /.gitignore
parent74d32dd493a9eba7ff8c28bc1cdf1d3c672edf5c (diff)
downloadlibevent-2ef92786e3f1a645937e00ac2d01a3389454fea9.tar.gz
Add a new test: test-fdleak which tests for fd leaks by creating many sockets.
This test opens a server socket, and forks a child which connects to that server socket many times. It sets a low number for the max open file limit to catch any file descriptor leaks. It would not work on Windows since it uses fork() to be able to create both the server and the clients.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 5b9e63a9..29178c1d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -94,4 +94,5 @@ libevent_openssl.pc
/test/test-time
/test/test-weof
/test/test-changelist
+/test/test-fdleak