From: Ilya Dryomov Date: Mon, 22 Oct 2018 17:47:19 +0000 (+0200) Subject: test/log: drop redundant test case X-Git-Tag: 3.2-0~99^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=cefbc82e367b43980532637b9033fa67d570d571;p=ceph-ci.git test/log: drop redundant test case After the recent logging rework, ManyGatherLog and ManyGatherLogStringAssign are identical barring the string. Signed-off-by: Ilya Dryomov --- diff --git a/src/log/test.cc b/src/log/test.cc index 8b66e9ddf31..6096bcd9046 100644 --- a/src/log/test.cc +++ b/src/log/test.cc @@ -124,27 +124,6 @@ TEST(Log, ManyGatherLog) log.stop(); } -TEST(Log, ManyGatherLogStringAssign) -{ - SubsystemMap subs; - subs.set_log_level(1, 20); - subs.set_gather_level(1, 10); - Log log(&subs); - log.start(); - log.set_log_file("/tmp/big"); - log.reopen_log_file(); - for (int i=0; i