[skip ci]Reflash port-forward (#10122)

Signed-off-by: zhuwenxing <wenxing.zhu@zilliz.com>
pull/10127/head
zhuwenxing 2021-10-18 19:46:42 +08:00 committed by GitHub
parent 1dadce874b
commit 2a0b731797
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 10 additions and 0 deletions

View File

@ -93,6 +93,11 @@ jobs:
working-directory: tests/python_client/chaos
run: |
kubectl get pod -n chaos-testing
ps aux|grep forward|grep -v grep|awk '{print $2}'|xargs kill -9
kubectl port-forward service/milvus-chaos 19530 -n chaos-testing >/dev/null 2>&1 &
sleep 20s
nc -vz 127.0.0.1 19530
python hello_milvus.py
- name: Data Consist Test
@ -110,6 +115,11 @@ jobs:
working-directory: tests/python_client/chaos
run: |
kubectl get pod -n chaos-testing
ps aux|grep forward|grep -v grep|awk '{print $2}'|xargs kill -9
kubectl port-forward service/milvus-chaos 19530 -n chaos-testing >/dev/null 2>&1 &
sleep 20s
nc -vz 127.0.0.1 19530
python hello_milvus.py
- name: Export logs