Skip to content

Commit fa9eaad

Browse files
authored
tests: increase HiveCluster assert timeouts (#612)
1 parent 28b13d3 commit fa9eaad

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

tests/templates/kuttl/cluster-operation/10-assert.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
apiVersion: kuttl.dev/v1beta1
33
kind: TestAssert
4-
timeout: 600
4+
timeout: 900
55
commands:
66
- script: kubectl -n "$NAMESPACE" wait --for=condition=available hiveclusters.hive.stackable.tech/test-hive --timeout 601s
77
---

tests/templates/kuttl/kerberos-hdfs/60-assert.yaml.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
apiVersion: kuttl.dev/v1beta1
33
kind: TestAssert
4-
timeout: 600
4+
timeout: 900
55
---
66
apiVersion: apps/v1
77
kind: StatefulSet

tests/templates/kuttl/kerberos-s3/60-assert.yaml.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
apiVersion: kuttl.dev/v1beta1
33
kind: TestAssert
4-
timeout: 600
4+
timeout: 900
55
---
66
apiVersion: apps/v1
77
kind: StatefulSet

tests/templates/kuttl/logging/04-assert.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
apiVersion: kuttl.dev/v1beta1
33
kind: TestAssert
4-
timeout: 600
4+
timeout: 900
55
---
66
apiVersion: apps/v1
77
kind: StatefulSet

tests/templates/kuttl/orphaned-resources/01-assert.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ apiVersion: kuttl.dev/v1beta1
33
kind: TestAssert
44
metadata:
55
name: install-hive
6-
timeout: 600
6+
timeout: 900
77
---
88
apiVersion: apps/v1
99
kind: StatefulSet

tests/templates/kuttl/resources/10-assert.yaml.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
apiVersion: kuttl.dev/v1beta1
33
kind: TestAssert
4-
timeout: 600
4+
timeout: 900
55
---
66
apiVersion: apps/v1
77
kind: StatefulSet

tests/templates/kuttl/smoke/60-assert.yaml.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
apiVersion: kuttl.dev/v1beta1
33
kind: TestAssert
4-
timeout: 600
4+
timeout: 900
55
---
66
apiVersion: apps/v1
77
kind: StatefulSet

tests/templates/kuttl/upgrade/30-assert.yaml.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
apiVersion: kuttl.dev/v1beta1
33
kind: TestAssert
4-
timeout: 600
4+
timeout: 900
55
---
66
apiVersion: apps/v1
77
kind: StatefulSet

0 commit comments

Comments
 (0)