From c1bcf40d64f55148e587453cb9cfcfd3d1f6c74b Mon Sep 17 00:00:00 2001 From: John Spray Date: Thu, 13 Oct 2016 19:25:10 +0100 Subject: [PATCH] test: temporarily disable fork()'ing tests Fixes: http://tracker.ceph.com/issues/16556 Signed-off-by: John Spray (cherry picked from commit 1f3d96c501ad666b9878269de25bb0172516fc53) Conflicts: src/test/libcephfs/recordlock.cc (file does not exist in jewel) --- src/test/libcephfs/flock.cc | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/test/libcephfs/flock.cc b/src/test/libcephfs/flock.cc index 0b3f0d7d49fab..a4b8da048431c 100644 --- a/src/test/libcephfs/flock.cc +++ b/src/test/libcephfs/flock.cc @@ -70,7 +70,6 @@ static const struct timespec* abstime(struct timespec &ts, long ms) { } /* Basic locking */ - TEST(LibCephFS, BasicLocking) { struct ceph_mount_info *cmount = NULL; STARTUP_CEPH(); @@ -427,7 +426,8 @@ static void process_ConcurrentLocking(str_ConcurrentLocking& s) { exit(EXIT_SUCCESS); } -TEST(LibCephFS, InterProcessLocking) { +// Disabled because of fork() issues (http://tracker.ceph.com/issues/16556) +TEST(LibCephFS, DISABLED_InterProcessLocking) { PROCESS_SLOW_MS(); // Process synchronization char c_file[1024]; @@ -526,7 +526,8 @@ TEST(LibCephFS, InterProcessLocking) { CLEANUP_CEPH(); } -TEST(LibCephFS, ThreesomeInterProcessLocking) { +// Disabled because of fork() issues (http://tracker.ceph.com/issues/16556) +TEST(LibCephFS, DISABLED_ThreesomeInterProcessLocking) { PROCESS_SLOW_MS(); // Process synchronization char c_file[1024]; -- 2.39.5