Skip to content

Commit b900f49

Browse files
authored
Update test_5.py
1 parent fd8ad3b commit b900f49

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

  • tests/integration/test_storage_s3_queue

tests/integration/test_storage_s3_queue/test_5.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -470,6 +470,7 @@ def test_failure_in_the_middle(started_cluster):
470470
additional_settings={
471471
"keeper_path": keeper_path,
472472
"s3queue_loading_retries": 10000,
473+
"polling_max_timeout_ms": 100,
473474
},
474475
)
475476
values = []
@@ -526,7 +527,7 @@ def check_failpoint():
526527
)
527528
)
528529
finally:
529-
started_cluster.instances["instance"].query(
530+
node.query(
530531
f"SYSTEM DISABLE FAILPOINT object_storage_queue_fail_in_the_middle_of_file"
531532
)
532533

@@ -536,7 +537,7 @@ def get_count():
536537
assert 0 == get_count()
537538

538539
processed = False
539-
for _ in range(40):
540+
for _ in range(50):
540541
node.query("SYSTEM FLUSH LOGS")
541542
processed = int(
542543
node.query(

0 commit comments

Comments
 (0)