File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
e2e-tests/tests/operator-self-healing Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ commands:
9
9
source ../../functions
10
10
11
11
init_pod=$(get_operator_pod)
12
- kill_pods "${OPERATOR_NS:-$NAMESPACE}" "pod" "$init_pod"
12
+ kill_pods "${OPERATOR_NS:-$NAMESPACE}" "pod" "$init_pod" "" "operator"
13
13
sleep 10 # wait a bit for pod to be killed
14
14
wait_deployment percona-server-mysql-operator "${OPERATOR_NS:-$NAMESPACE}"
15
15
Original file line number Diff line number Diff line change @@ -8,5 +8,5 @@ commands:
8
8
9
9
source ../../functions
10
10
11
- network_loss "${OPERATOR_NS:-$NAMESPACE}" "$(get_operator_pod)"
11
+ network_loss "${OPERATOR_NS:-$NAMESPACE}" "$(get_operator_pod)" "operator"
12
12
sleep 30 # wait for network loss to happen
Original file line number Diff line number Diff line change @@ -8,5 +8,5 @@ commands:
8
8
9
9
source ../../functions
10
10
11
- failure_pod "${OPERATOR_NS:-$NAMESPACE}" "$(get_operator_pod)"
11
+ failure_pod "${OPERATOR_NS:-$NAMESPACE}" "$(get_operator_pod)" "operator"
12
12
sleep 30 # wait for pod failure to happen
You can’t perform that action at this time.
0 commit comments