[skip ci] Remove useless test code (#9092)

Signed-off-by: Binbin Lv <binbin.lv@zilliz.com>
pull/9095/head
binbin 2021-10-02 21:23:54 +08:00 committed by GitHub
parent 36a0c8b0bd
commit 197ca2d6b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -181,7 +181,6 @@ class TestFlushBase:
connect.flush([collection])
res = connect.get_collection_stats(collection)
assert res["row_count"] == len(result.primary_keys)
# query_vecs = [vectors[0], vectors[1], vectors[-1]]
connect.load_collection(collection)
res = connect.search(collection, default_single_query)
logging.getLogger().debug(res)