From 60ac60255c8dc5076ce7eb129a78d03a4260fd1e Mon Sep 17 00:00:00 2001 From: binbin <83755740+binbinlv@users.noreply.github.com> Date: Tue, 7 Dec 2021 14:43:50 +0800 Subject: [PATCH] [skip ci] Refine test comments (#12865) 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 f615f32f6c..42432e97a7 100644 --- a/tests/python_client/testcases/test_compaction.py +++ b/tests/python_client/testcases/test_compaction.py @@ -758,7 +758,7 @@ class TestCompactionOperation(TestcaseBase): method: 1.create collection with shard_num = 1 2.insert flush 9 times (segments threshold 10) 3.after a while, load - expected: Verify segments no merge + expected: Verify segments are not merged """ less_threshold = ct.compact_segment_num_threshold - 1