Loading tests/milvus_python_test/test_index.py +4 −1 Original line number Diff line number Diff line Loading @@ -570,6 +570,9 @@ class TestIndexIP: logging.getLogger().info(index_params) status, ids = connect.add_vectors(ip_table, vectors) status = connect.create_index(ip_table, index_params) if index_params["index_type"] == IndexType.IVF_PQ: assert not status.OK() else: assert status.OK() @pytest.mark.timeout(BUILD_TIMEOUT) Loading Loading
tests/milvus_python_test/test_index.py +4 −1 Original line number Diff line number Diff line Loading @@ -570,6 +570,9 @@ class TestIndexIP: logging.getLogger().info(index_params) status, ids = connect.add_vectors(ip_table, vectors) status = connect.create_index(ip_table, index_params) if index_params["index_type"] == IndexType.IVF_PQ: assert not status.OK() else: assert status.OK() @pytest.mark.timeout(BUILD_TIMEOUT) Loading