]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
test: log the RLIMIT_NOFILE that we set when running this test 40038/head
authorJeff Layton <jlayton@redhat.com>
Thu, 11 Mar 2021 18:35:45 +0000 (13:35 -0500)
committerJeff Layton <jlayton@redhat.com>
Thu, 11 Mar 2021 18:47:23 +0000 (13:47 -0500)
commitf25c940be148b2289029d6c95587a3c45f2094b4
tree891aa4dc4d9f7240bd3c73741b66aa7d12a4d297
parent87d3e17987f815e34c4065f1859e64258eaa4d62
test: log the RLIMIT_NOFILE that we set when running this test

We've been seeing some test failures because we hit RLIMIT_NOFILE in
some tests. Start having it log the rlimit we're setting before spawning
threads.

Note that this doesn't really fix anything, but we're hoping it will help
us rule some out some possible causes.

Fixes: https://tracker.ceph.com/issues/49559
Signed-off-by: Jeff Layton <jlayton@redhat.com>
src/test/libcephfs/test.cc