]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
test: enable test for bug #2339 which has been resolved. 7743/head
authorYou Ji <jiyou09@gmail.com>
Mon, 22 Feb 2016 15:52:38 +0000 (08:52 -0700)
committerYou Ji <jiyou09@gmail.com>
Wed, 24 Feb 2016 03:36:37 +0000 (20:36 -0700)
Signed-off-by: You Ji <jiyou09@gmail.com>
src/test/system/rados_watch_notify.cc

index 5a081ee3da1fea561132efe5f9ece6b4056a777e..e69e932eccec551e3673ba17978e0b573cb60ad0 100644 (file)
@@ -163,8 +163,7 @@ int main(int argc, const char **argv)
 
   // create a pool and an object, watch the object, notify,
   // then delete the object, notify
-  if (false) {
-    // this test is currently broken, pending the resolution of bug #2339
+  // this test is enabled for the resolution of bug #2339.
   pool += ".";
   {
     StRadosCreatePool r1(argc, argv, NULL, setup_sem, NULL, pool, 1, ".obj");
@@ -190,7 +189,6 @@ int main(int argc, const char **argv)
       return EXIT_FAILURE;
     }
   }
-  }
 
   printf("******* SUCCESS **********\n");
   return EXIT_SUCCESS;