[skip ci] Refine test comments (#12797)

Signed-off-by: Binbin Lv <binbin.lv@zilliz.com>
This commit is contained in:
binbin 2021-12-06 18:47:57 +08:00 committed by GitHub
parent 00e6c5f815
commit 51c0c0b87c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)