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

Signed-off-by: Binbin Lv <binbin.lv@zilliz.com>
pull/7953/head
binbin 2021-09-15 12:51:48 +08:00 committed by GitHub
parent b9cfe21234
commit 33a8b40d44
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -285,6 +285,11 @@ class TestQueryBase(TestcaseBase):
@pytest.mark.tags(CaseLabel.L2)
@pytest.mark.parametrize("pos", [0, ct.default_nb])
def test_query_expr_not_in_empty_and_all(self, pos):
"""
target: test query with `not in` expr
method: query with `not in` expr for (non)empty collection
expected: verify query result
"""
self._connect()
df = cf.gen_default_dataframe_data()
self.collection_wrap.construct_from_dataframe(cf.gen_unique_str(prefix), df,