From: Jason Dillaman Date: Fri, 26 Feb 2016 18:13:23 +0000 (-0500) Subject: test: remove doubled unwatch API call X-Git-Tag: v10.1.0~278^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=3254e498864c0ee5ba4cbcacd97738d3e4bea29c;p=ceph.git test: remove doubled unwatch API call This error was unmasked by the fix included in commit 8caa2e4. Signed-off-by: Jason Dillaman --- diff --git a/src/test/librados/watch_notify.cc b/src/test/librados/watch_notify.cc index 6eb0557eb94..dda8fec3785 100644 --- a/src/test/librados/watch_notify.cc +++ b/src/test/librados/watch_notify.cc @@ -588,7 +588,6 @@ TEST_P(LibRadosWatchNotifyPP, AioWatchNotify2) { ASSERT_EQ(0, strncmp("reply", reply_map.begin()->second.c_str(), 5)); ASSERT_EQ(0u, missed_map.size()); ASSERT_GT(ioctx.watch_check(handle), 0); - ioctx.unwatch2(handle); comp = cluster.aio_create_completion(); ioctx.aio_unwatch(handle, comp);