Skip to content

Commit 9c4f7c2

Browse files
committed
Try to fix test
1 parent 3f97236 commit 9c4f7c2

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

test/e2e/test-cases.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -216,6 +216,8 @@ collision_gpus=$(kubectl get pod "$collision_req" -n "$NS" -o jsonpath='{.metada
216216

217217
kubectl delete rs "$collision_rs" -n "$NS" --wait=true
218218
expect "kubectl get pods -n $NS -o name -l app=dp-example,instance=$collision_inst | wc -l | grep -w 0"
219+
kubectl delete pod "$collision_launcher" -n "$NS" --wait=true
220+
expect '! kubectl get pods -n '"$NS"' -o name | grep -qw pod/'"$collision_launcher"
219221

220222
cheer Successful same-node collision handling
221223

0 commit comments

Comments
 (0)