提交 79e1f4e5 编写于 作者: T ThreadDao 提交者: yefu.chen

Fix insert async callback

Signed-off-by: NThreadDao <yufen.zong@zilliz.com>
上级 f39dcdb8
......@@ -746,8 +746,6 @@ class TestInsertAsync:
future = connect.insert(collection, gen_entities(nb), _async=True, _callback=self.check_status, timeout=1)
with pytest.raises(Exception) as e:
result = future.result()
stats = connect.get_collection_stats(collection)
assert stats[row_count] == 0
@pytest.mark.tags(CaseLabel.tags_0331, CaseLabel.tags_l1, CaseLabel.tags_smoke)
def test_insert_async_invalid_params(self, connect):
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册