Skip to content

Commit 64e58ef

Browse files
committed
fix test_kafka_no_holes_when_write_suffix_failed
1 parent 42aaf76 commit 64e58ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/test_storage_kafka/test_batch_fast.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2284,7 +2284,7 @@ def test_kafka_no_holes_when_write_suffix_failed(kafka_cluster, create_query_gen
22842284
with PartitionManager() as pm:
22852285
pm.drop_instance_zk_connections(instance)
22862286
instance.wait_for_log_line(
2287-
"Error.*(Connection loss|Coordination::Exception).*while pushing to view",
2287+
"Error.*(Connection loss|Coordination::Exception|DB::Exception: Coordination error: Operation timeout).*while pushing to view",
22882288
timeout=60,
22892289
look_behind_lines=500
22902290
)

0 commit comments

Comments
 (0)