Commit de560b6b authored by zhenwu's avatar zhenwu
Browse files

Update case

parent 0dababf0
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -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)