]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
test: reduce number of threads to 32 in LibCephFS.ShutdownRace 40372/head
authorJeff Layton <jlayton@redhat.com>
Wed, 17 Mar 2021 15:52:05 +0000 (11:52 -0400)
committerPatrick Donnelly <pdonnell@redhat.com>
Wed, 24 Mar 2021 16:00:16 +0000 (09:00 -0700)
commit2711bb8f3dce1b7d19c5d4a2b7c2d64928df97a1
tree1bb6ac4236e8e68bda56e7f4e9eecfa8622aa3c7
parent6577703b36a7ccd0e37c32b6de8d7cac87970a25
test: reduce number of threads to 32 in LibCephFS.ShutdownRace

We're still occasionally hitting file descriptor limits when running
this test. Reduce the thread count to 32 for now, since it was possible
to reproduce the original problem with 10 or so threads.

Fixes: https://tracker.ceph.com/issues/49559
Signed-off-by: Jeff Layton <jlayton@redhat.com>
(cherry picked from commit 5aec283a1c33b6c21f877a27f57a1bc03b4894a0)
src/test/libcephfs/test.cc