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

Signed-off-by: Binbin Lv <binbin.lv@zilliz.com>
This commit is contained in:
binbin 2021-09-15 12:53:49 +08:00 committed by GitHub
parent 33a8b40d44
commit 7326e555fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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))