Skip to content

Commit

Permalink
Fix operator-self-healing test
Browse files Browse the repository at this point in the history
  • Loading branch information
tplavcic committed Aug 17, 2023
1 parent af9302c commit 49c3d93
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion e2e-tests/tests/operator-self-healing/05-kill-pod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ commands:
source ../../functions
init_pod=$(get_operator_pod)
kill_pods "${OPERATOR_NS:-$NAMESPACE}" "pod" "$init_pod"
kill_pods "${OPERATOR_NS:-$NAMESPACE}" "pod" "$init_pod" "" "operator"
sleep 10 # wait a bit for pod to be killed
wait_deployment percona-server-mysql-operator "${OPERATOR_NS:-$NAMESPACE}"
Expand Down
2 changes: 1 addition & 1 deletion e2e-tests/tests/operator-self-healing/07-network-loss.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ commands:
source ../../functions
network_loss "${OPERATOR_NS:-$NAMESPACE}" "$(get_operator_pod)"
network_loss "${OPERATOR_NS:-$NAMESPACE}" "$(get_operator_pod)" "operator"
sleep 30 # wait for network loss to happen
2 changes: 1 addition & 1 deletion e2e-tests/tests/operator-self-healing/09-pod-failure.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ commands:
source ../../functions
failure_pod "${OPERATOR_NS:-$NAMESPACE}" "$(get_operator_pod)"
failure_pod "${OPERATOR_NS:-$NAMESPACE}" "$(get_operator_pod)" "operator"
sleep 30 # wait for pod failure to happen

0 comments on commit 49c3d93

Please sign in to comment.