]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
test/crimson: disable logging for unittest-*fltree* 42777/head
authorKefu Chai <kchai@redhat.com>
Sat, 14 Aug 2021 12:28:07 +0000 (20:28 +0800)
committerKefu Chai <kchai@redhat.com>
Mon, 16 Aug 2021 06:23:17 +0000 (14:23 +0800)
these two tests are very chatty, just silence it. we can always re-enable the
logging, if something goes wrong with any of them.

Signed-off-by: Kefu Chai <kchai@redhat.com>
src/test/crimson/seastore/onode_tree/CMakeLists.txt

index bea2086014fcc68e39268343f7b6e72a518b384d..267389c21c94756c26a71b924ca5db8f30f13a8f 100644 (file)
@@ -2,7 +2,7 @@ add_executable(unittest-staged-fltree
   test_staged_fltree.cc
   ../../gtest_seastar.cc)
 add_ceph_unittest(unittest-staged-fltree
-  --memory 256M --smp 1)
+  --log-to-stdout 0 --memory 256M --smp 1)
 target_link_libraries(unittest-staged-fltree
   crimson-seastore)
 
@@ -10,6 +10,6 @@ add_executable(unittest-fltree-onode-manager
   test_fltree_onode_manager.cc
   ../../gtest_seastar.cc)
 add_ceph_unittest(unittest-fltree-onode-manager
-  --memory 256M --smp 1)
+  --log-to-stdout 0 --memory 256M --smp 1)
 target_link_libraries(unittest-fltree-onode-manager
   crimson-seastore)