]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
test: shutdown the mounter after test finishes 43475/head
authorXiubo Li <xiubli@redhat.com>
Sat, 9 Oct 2021 03:12:18 +0000 (11:12 +0800)
committerXiubo Li <xiubli@redhat.com>
Fri, 15 Oct 2021 02:47:52 +0000 (10:47 +0800)
In the previous backport commit (5772641cb9bde083), when resolving
the conflicts, this has been missed.

Fixes: https://tracker.ceph.com/issues/52876
Signed-off-by: Xiubo Li <xiubli@redhat.com>
src/test/libcephfs/test.cc

index 1c28bb051b2e59ab6b0532e4ebc02ac16bb62296..9a7912c94fd60ff7631e2312518386fdff56170d 100644 (file)
@@ -3534,4 +3534,5 @@ TEST(LibCephFS, LookupMdsPrivateInos) {
       ASSERT_EQ(-ESTALE, ceph_ll_lookup_inode(cmount, ino, &inode));
     }
   }
+  ceph_shutdown(cmount);
 }