Skip to content

Commit 4b74514

Browse files
committed
Change CL with delete_many to use single-node cluster to avoid EC RAFT flakes
1 parent 6dd3cd0 commit 4b74514

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

integration/test_collection_batch_delete.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import datetime
2-
import time
32
import uuid
43
from typing import List
54

@@ -641,13 +640,11 @@ def test_delete_many_with_consistency_level(
641640
collection_factory: CollectionFactory,
642641
) -> None:
643642
collection = collection_factory(
644-
ports=(8087, 50058),
645643
properties=[
646644
Property(name="text", data_type=DataType.TEXT),
647645
Property(name="int", data_type=DataType.INT),
648646
],
649647
).with_consistency_level(ConsistencyLevel.ALL)
650-
time.sleep(5)
651648
collection.data.insert_many(
652649
[
653650
DataObject(properties={"int": 10}, uuid=UUID1),

0 commit comments

Comments
 (0)