From fb1c40e46683d1b459880dfe71d8fd0d19e9e67b Mon Sep 17 00:00:00 2001 From: Weny Xu Date: Tue, 7 Jul 2026 21:28:00 +0800 Subject: [PATCH] chore(ci): stabilize remote wal fuzz tests (#8436) fix: extend remote wal kafka timeout in fuzz tests Signed-off-by: WenyXu --- .github/actions/setup-greptimedb-cluster/with-remote-wal.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/actions/setup-greptimedb-cluster/with-remote-wal.yaml b/.github/actions/setup-greptimedb-cluster/with-remote-wal.yaml index 737a0adab9..ec595b9e9b 100644 --- a/.github/actions/setup-greptimedb-cluster/with-remote-wal.yaml +++ b/.github/actions/setup-greptimedb-cluster/with-remote-wal.yaml @@ -11,6 +11,8 @@ meta: [wal] provider = "kafka" broker_endpoints = ["kafka.kafka-cluster.svc.cluster.local:9092"] + connect_timeout = "10s" + timeout = "10s" num_topics = 3 auto_prune_interval = "30s" trigger_flush_threshold = 100 @@ -27,6 +29,8 @@ datanode: [wal] provider = "kafka" broker_endpoints = ["kafka.kafka-cluster.svc.cluster.local:9092"] + connect_timeout = "10s" + timeout = "10s" overwrite_entry_start_id = true frontend: configData: |-