Skip to content

Commit 2607357

Browse files
authored
Fix some unstable complex delete test (milvus-io#27497)
Signed-off-by: aoiasd <zhicheng.yue@zilliz.com>
1 parent 0bad7a3 commit 2607357

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/python_client/testcases/test_delete.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2182,6 +2182,7 @@ def test_delete_string_expressions_normal(self, expression, enable_dynamic_field
21822182
data = cf.gen_default_dataframe_data(nb)
21832183
data[ct.default_json_field_name] = [{"string": str(i)} for i in range(nb)]
21842184
collection_w.insert(data)
2185+
collection_w.flush()
21852186
collection_w.load()
21862187

21872188
# calculate the result

0 commit comments

Comments
 (0)