From: You Ji Date: Mon, 22 Feb 2016 15:52:38 +0000 (-0700) Subject: test: enable test for bug #2339 which has been resolved. X-Git-Tag: v10.1.0~318^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F7743%2Fhead;p=ceph.git test: enable test for bug #2339 which has been resolved. Signed-off-by: You Ji --- diff --git a/src/test/system/rados_watch_notify.cc b/src/test/system/rados_watch_notify.cc index 5a081ee3da1f..e69e932eccec 100644 --- a/src/test/system/rados_watch_notify.cc +++ b/src/test/system/rados_watch_notify.cc @@ -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;