mirror of https://github.com/milvus-io/milvus.git
[skip ci] Add comments for test query case (#7943)
Signed-off-by: Binbin Lv <binbin.lv@zilliz.com>pull/7953/head
parent
33a8b40d44
commit
7326e555fc
|
@ -324,6 +324,11 @@ class TestQueryBase(TestcaseBase):
|
|||
|
||||
@pytest.mark.tag(CaseLabel.L1)
|
||||
def test_query_expr_not_in_random(self):
|
||||
"""
|
||||
target: test query with fixed filter values
|
||||
method: query with fixed filter values
|
||||
expected: correct query result
|
||||
"""
|
||||
self._connect()
|
||||
df = cf.gen_default_dataframe_data(nb=50)
|
||||
log.debug(df.head(5))
|
||||
|
|
Loading…
Reference in New Issue