mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-08 10:08:42 +08:00
[skip e2e] Refine test comments (#13569)
Signed-off-by: Binbin Lv <binbin.lv@zilliz.com>
This commit is contained in:
parent
f451befc66
commit
cc057bb115
@ -2128,9 +2128,9 @@ class TestCollectionSearch(TestcaseBase):
|
|||||||
@pytest.mark.parametrize("round_decimal", [0, 1, 2, 3, 4, 5, 6])
|
@pytest.mark.parametrize("round_decimal", [0, 1, 2, 3, 4, 5, 6])
|
||||||
def test_search_round_decimal(self, round_decimal):
|
def test_search_round_decimal(self, round_decimal):
|
||||||
"""
|
"""
|
||||||
target: test search with invalid round decimal
|
target: test search with valid round decimal
|
||||||
method: search with invalid round decimal
|
method: search with valid round decimal
|
||||||
expected: raise exception and report the error
|
expected: search successfully
|
||||||
"""
|
"""
|
||||||
import math
|
import math
|
||||||
tmp_nb = 500
|
tmp_nb = 500
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user