]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
test: remove doubled unwatch API call 7824/head
authorJason Dillaman <dillaman@redhat.com>
Fri, 26 Feb 2016 18:13:23 +0000 (13:13 -0500)
committerJason Dillaman <dillaman@redhat.com>
Fri, 26 Feb 2016 18:19:38 +0000 (13:19 -0500)
This error was unmasked by the fix included in commit 8caa2e4.

Signed-off-by: Jason Dillaman <dillaman@redhat.com>
src/test/librados/watch_notify.cc

index 6eb0557eb94d6bc608c4e291c1695924af86f27d..dda8fec3785f6de2c2cb7e8a5c2e581c5b706046 100644 (file)
@@ -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);