aboutsummaryrefslogtreecommitdiff
path: root/tests/test_max_sockets.c
AgeCommit message (Collapse)AuthorFilesLines
2018-10-23tests: Return an error if setenv() fails in test_max_socketsAndreas Schneider1-1/+1
Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Ralph Boehme <slow@samba.org>
2018-05-02swrap: set errno to ENFILE if there is no more free socket_infoMichael Adam1-2/+2
Signed-off-by: Michael Adam <obnox@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org>
2016-10-27tests: Clean-up max_sockets test caseAnoop C S1-20/+4
Signed-off-by: Anoop C S <anoopcs@redhat.com> Reviewed-by: Michael Adam <obnox@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org>
2016-10-20tests: Add a test for max_socketsMichael Adam1-0/+110
Signed-off-by: Michael Adam <obnox@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org>