mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-12-02 03:48:37 +08:00
[skip ci] Add comments for test query case (#7943)
Signed-off-by: Binbin Lv <binbin.lv@zilliz.com>
This commit is contained in:
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
Block a user