}
/* Basic locking */
-
TEST(LibCephFS, BasicLocking) {
struct ceph_mount_info *cmount = NULL;
STARTUP_CEPH();
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];
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];