From: John Spray Date: Thu, 13 Oct 2016 18:25:10 +0000 (+0100) Subject: test: temporarily disable fork()'ing tests X-Git-Tag: v10.2.6~30^2~9^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F11953%2Fhead;p=ceph.git 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) --- diff --git a/src/test/libcephfs/flock.cc b/src/test/libcephfs/flock.cc index 0b3f0d7d49fa..a4b8da048431 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];