Loading tests/milvus_python_test/test_table_count.py +2 −1 Original line number Diff line number Diff line Loading @@ -327,8 +327,9 @@ class TestTableCountIP: status, res = connect.get_table_row_count(ip_table) assert res == 0 # TODO: enable @pytest.mark.timeout(60) def test_table_rows_count_multiprocessing(self, connect, ip_table, args): def _test_table_rows_count_multiprocessing(self, connect, ip_table, args): ''' target: test table rows_count is correct or not with multiprocess method: create table and add vectors in it, Loading Loading
tests/milvus_python_test/test_table_count.py +2 −1 Original line number Diff line number Diff line Loading @@ -327,8 +327,9 @@ class TestTableCountIP: status, res = connect.get_table_row_count(ip_table) assert res == 0 # TODO: enable @pytest.mark.timeout(60) def test_table_rows_count_multiprocessing(self, connect, ip_table, args): def _test_table_rows_count_multiprocessing(self, connect, ip_table, args): ''' target: test table rows_count is correct or not with multiprocess method: create table and add vectors in it, Loading