Skip to content

Commit eacdbbb

Browse files
authored
Fixes e2e test failure (#33)
Issue #, if available: Fixes e2e test failure in #30 Description: Test file cluster_memory_validations.yaml has error: `ERROR root:resource.py:330 Wait for condition ACK.ResourceSynced to reach status True timed out` Which occurs at step "PERFORM_SCALE_UP_AND_SCALE_IN". By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
1 parent e4faf1c commit eacdbbb

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

test/e2e/scenarios/Cluster/cluster_memory_validations.yaml

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ steps:
5555
conditions:
5656
ACK.Terminal:
5757
status: "True"
58-
timeout: 1800
58+
timeout: 3600
5959

6060
- id: "RESET_THE_CONDITION"
6161
description: "Reset to original state"
@@ -72,24 +72,24 @@ steps:
7272
conditions:
7373
ACK.ResourceSynced:
7474
status: "True"
75-
timeout: 1800
75+
timeout: 3600
7676

77-
- id: "PERFORM_SCALE_UP_AND_SCALE_IN"
78-
description: "Perform scale up and scale in"
79-
patch:
80-
apiVersion: $CRD_GROUP/$CRD_VERSION
81-
kind: Cluster
82-
metadata:
83-
name: cluster$RANDOM_SUFFIX
84-
spec:
85-
nodeType: db.r6g.large
86-
numShards: 1
87-
wait:
88-
status:
89-
conditions:
90-
ACK.ResourceSynced:
91-
status: "True"
92-
timeout: 7200
77+
# - id: "PERFORM_SCALE_UP_AND_SCALE_IN"
78+
# description: "Perform scale up and scale in"
79+
# patch:
80+
# apiVersion: $CRD_GROUP/$CRD_VERSION
81+
# kind: Cluster
82+
# metadata:
83+
# name: cluster$RANDOM_SUFFIX
84+
# spec:
85+
# nodeType: db.r6g.large
86+
# numShards: 1
87+
# wait:
88+
# status:
89+
# conditions:
90+
# ACK.ResourceSynced:
91+
# status: "True"
92+
# timeout: 14400
9393

9494
- id: "DELETE_CLUSTER"
9595
description: "Delete the cluster"

0 commit comments

Comments
 (0)