File tree Expand file tree Collapse file tree
rust/operator-binary/src/resource
tests/templates/kuttl/operations-kraft Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -650,7 +650,7 @@ pub fn build_controller_rolegroup_statefulset(
650650 kafka_security,
651651 & resolved_product_image. product_version,
652652 ) ] )
653- . add_env_var ( "PRE_STOP_CONTROLLER_SLEEP_SECONDS" , "5 " )
653+ . add_env_var ( "PRE_STOP_CONTROLLER_SLEEP_SECONDS" , "10 " )
654654 . add_env_var (
655655 "EXTRA_ARGS" ,
656656 kafka_role
Original file line number Diff line number Diff line change 11---
22apiVersion: kuttl.dev/v1beta1
33kind: TestAssert
4- timeout: 300
4+ timeout: 600
55commands:
6- - script: kubectl -n $NAMESPACE wait --for=condition=available kafkaclusters.kafka.stackable.tech/test-kafka --timeout 301s
6+ - script: kubectl -n $NAMESPACE wait --for=condition=available kafkaclusters.kafka.stackable.tech/test-kafka --timeout 601s
77---
88apiVersion: apps/v1
99kind: StatefulSet
Original file line number Diff line number Diff line change 11---
22apiVersion: kuttl.dev/v1beta1
33kind: TestAssert
4- timeout: 300
4+ timeout: 600
55commands:
6- - script: kubectl -n $NAMESPACE wait --for=condition=stopped kafkaclusters.kafka.stackable.tech/test-kafka --timeout 301s
6+ - script: kubectl -n $NAMESPACE wait --for=condition=stopped kafkaclusters.kafka.stackable.tech/test-kafka --timeout 601s
77---
88apiVersion: apps/v1
99kind: StatefulSet
You can’t perform that action at this time.
0 commit comments