mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-08-24 15:08:37 +00:00
chore: enlarge fuzz failover test timeout waiting for datanodes online (#8633)
* chore: enlarge fuzz test timeout while waiting Kafka cluster Signed-off-by: Lei, HUANG <ratuthomm@gmail.com> * ci: extend Kafka readiness timeout Signed-off-by: Lei, HUANG <ratuthomm@gmail.com> --------- Signed-off-by: Lei, HUANG <ratuthomm@gmail.com>
This commit is contained in:
@@ -443,7 +443,7 @@ jobs:
|
||||
kubectl wait \
|
||||
--for=condition=Ready \
|
||||
pod -l app.kubernetes.io/instance=kafka \
|
||||
--timeout=120s \
|
||||
--timeout=180s \
|
||||
-n kafka-cluster
|
||||
- if: matrix.mode.kafkaWalHelper
|
||||
name: Setup Kafka WAL helper
|
||||
@@ -653,7 +653,7 @@ jobs:
|
||||
kubectl wait \
|
||||
--for=condition=Ready \
|
||||
pod -l app.kubernetes.io/instance=kafka \
|
||||
--timeout=120s \
|
||||
--timeout=180s \
|
||||
-n kafka-cluster
|
||||
- name: Print etcd info
|
||||
shell: bash
|
||||
|
||||
Reference in New Issue
Block a user