[skip ci] Improve test comments (#11368)

Signed-off-by: Binbin Lv <binbin.lv@zilliz.com>
pull/11373/head
binbin 2021-11-06 16:25:35 +08:00 committed by GitHub
parent 50d4ef51a6
commit 6d17300237
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -1841,7 +1841,7 @@ class TestGetCollectionStats:
"""
target: test collection rows_count is correct or not
method: create collection, create partitions and add entities in one of the partitions,
assert the value returned by count_entities method is equal to length of entities
assert the value returned by count_entities method is equal to length of entities
expected: the count is equal to the length of vectors
"""
new_tag = "new_tag"
@ -1859,7 +1859,7 @@ class TestGetCollectionStats:
"""
target: test collection rows_count is correct or not
method: create collection, create partitions and add entities in one of the partitions,
assert the value returned by count_entities method is equal to length of entities
assert the value returned by count_entities method is equal to length of entities
expected: the collection count is equal to the length of entities
"""
new_tag = "new_tag"
@ -1937,7 +1937,7 @@ class TestGetCollectionStats:
"""
target: test collection rows_count is correct or not with multiple collections of L2
method: create collection and add entities in it,
assert the value returned by count_entities method is equal to length of entities
assert the value returned by count_entities method is equal to length of entities
expected: row count in segments
"""
collection_list = []
@ -2365,7 +2365,7 @@ class TestDropCollection:
"""
target: test delete collection created with correct params
method: create collection and then delete,
assert the value returned by delete method
assert the value returned by delete method
expected: status ok, and no collection in collections
"""
connect.drop_collection(collection)