mirror of
https://github.com/ceph/ceph
synced 2025-01-19 17:41:39 +00:00
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:
parent
c701628da2
commit
1f3d96c501
@ -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];
|
||||
|
@ -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];
|
||||
|
Loading…
Reference in New Issue
Block a user