Skip to content

Commit

Permalink
Fix some unstable complex delete test (#27497)
Browse files Browse the repository at this point in the history
Signed-off-by: aoiasd <[email protected]>
  • Loading branch information
aoiasd authored Oct 7, 2023
1 parent 0bad7a3 commit 2607357
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/python_client/testcases/test_delete.py
Original file line number Diff line number Diff line change
Expand Up @@ -2182,6 +2182,7 @@ def test_delete_string_expressions_normal(self, expression, enable_dynamic_field
data = cf.gen_default_dataframe_data(nb)
data[ct.default_json_field_name] = [{"string": str(i)} for i in range(nb)]
collection_w.insert(data)
collection_w.flush()
collection_w.load()

# calculate the result
Expand Down

0 comments on commit 2607357

Please sign in to comment.