Skip to content

Commit 49c3d93

Browse files
committed
Fix operator-self-healing test
1 parent af9302c commit 49c3d93

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

e2e-tests/tests/operator-self-healing/05-kill-pod.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ commands:
99
source ../../functions
1010
1111
init_pod=$(get_operator_pod)
12-
kill_pods "${OPERATOR_NS:-$NAMESPACE}" "pod" "$init_pod"
12+
kill_pods "${OPERATOR_NS:-$NAMESPACE}" "pod" "$init_pod" "" "operator"
1313
sleep 10 # wait a bit for pod to be killed
1414
wait_deployment percona-server-mysql-operator "${OPERATOR_NS:-$NAMESPACE}"
1515

e2e-tests/tests/operator-self-healing/07-network-loss.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ commands:
88
99
source ../../functions
1010
11-
network_loss "${OPERATOR_NS:-$NAMESPACE}" "$(get_operator_pod)"
11+
network_loss "${OPERATOR_NS:-$NAMESPACE}" "$(get_operator_pod)" "operator"
1212
sleep 30 # wait for network loss to happen

e2e-tests/tests/operator-self-healing/09-pod-failure.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ commands:
88
99
source ../../functions
1010
11-
failure_pod "${OPERATOR_NS:-$NAMESPACE}" "$(get_operator_pod)"
11+
failure_pod "${OPERATOR_NS:-$NAMESPACE}" "$(get_operator_pod)" "operator"
1212
sleep 30 # wait for pod failure to happen

0 commit comments

Comments
 (0)