]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/test/librbd/watcher/test_mock_RewatchRequest.cc
update sources to ceph Nautilus 14.2.1
[ceph.git] / ceph / src / test / librbd / watcher / test_mock_RewatchRequest.cc
index 84ac0199c9c5eb46190c29abc8bae5693920370c..58069d0a201cf36c1ebf347c43706df86c9803d5 100644 (file)
@@ -61,10 +61,10 @@ struct TestMockWatcherRewatchRequest : public TestMockFixture {
   struct WatchCtx : public librados::WatchCtx2 {
     void handle_notify(uint64_t, uint64_t, uint64_t,
                                ceph::bufferlist&) override {
-      assert(false);
+      ceph_abort();
     }
     void handle_error(uint64_t, int) override {
-      assert(false);
+      ceph_abort();
     }
   };