test: temporarily disable fork()'ing tests

Fixes: http://tracker.ceph.com/issues/16556
Signed-off-by: John Spray <john.spray@redhat.com>
This commit is contained in:
John Spray 2016-10-13 19:25:10 +01:00
parent c701628da2
commit 1f3d96c501
2 changed files with 8 additions and 5 deletions

View File

@ -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];

View File

@ -749,7 +749,8 @@ static void process_ConcurrentRecordLocking(str_ConcurrentRecordLocking& s) {
exit(EXIT_SUCCESS);
}
TEST(LibCephFS, InterProcessRecordLocking) {
// Disabled because of fork() issues (http://tracker.ceph.com/issues/16556)
TEST(LibCephFS, DISABLED_InterProcessRecordLocking) {
PROCESS_SLOW_MS();
// Process synchronization
char c_file[1024];
@ -909,7 +910,8 @@ TEST(LibCephFS, InterProcessRecordLocking) {
CLEANUP_CEPH();
}
TEST(LibCephFS, ThreesomeInterProcessRecordLocking) {
// Disabled because of fork() issues (http://tracker.ceph.com/issues/16556)
TEST(LibCephFS, DISABLED_ThreesomeInterProcessRecordLocking) {
PROCESS_SLOW_MS();
// Process synchronization
char c_file[1024];