未验证 提交 7326e555 编写于 作者: B binbin 提交者: GitHub

[skip ci] Add comments for test query case (#7943)

Signed-off-by: NBinbin Lv <binbin.lv@zilliz.com>
上级 33a8b40d
......@@ -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))
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册