From 51c0c0b87c6f2e852530893f2f5d6b70e0029870 Mon Sep 17 00:00:00 2001 From: binbin <83755740+binbinlv@users.noreply.github.com> Date: Mon, 6 Dec 2021 18:47:57 +0800 Subject: [PATCH] [skip ci] Refine test comments (#12797) Signed-off-by: Binbin Lv --- tests/python_client/testcases/test_compaction.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/python_client/testcases/test_compaction.py b/tests/python_client/testcases/test_compaction.py index 9b10912efd..dd85c93180 100644 --- a/tests/python_client/testcases/test_compaction.py +++ b/tests/python_client/testcases/test_compaction.py @@ -648,7 +648,7 @@ class TestCompactionOperation(TestcaseBase): method: 1.create with shard_num=1 2.insert and flush 3.compact and search - expected: No exception + expected: No exception and no compact plans """ # create collection collection_w = self.init_collection_wrap(name=cf.gen_unique_str(prefix), shards_num=1)