Skip to content

Commit

Permalink
ci:fix chaos test fail (#5589)
Browse files Browse the repository at this point in the history
  • Loading branch information
YunhuiChen authored Jan 21, 2025
1 parent 9e7bdd1 commit 1660905
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/chaos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ jobs:
kubectl -n kube-system describe po $pod
kubectl logs -n kube-system $pod > juicefs.log
cat juicefs.log
grep "<FATAL>:" juicefs.log | grep -v forma.go && exit 1 || true
grep "<FATAL>:" juicefs.log | grep -v format.go && exit 1 || true
done
- name: Mount pod upgrade
Expand Down Expand Up @@ -222,7 +222,7 @@ jobs:
kubectl -n kube-system describe po $pod
kubectl logs -n kube-system $pod > juicefs.log
cat juicefs.log
grep "<FATAL>:" juicefs.log | grep -v forma.go && exit 1 || true
grep "<FATAL>:" juicefs.log | grep -v format.go && exit 1 || true
done
- name: Check vdbench log
Expand Down

0 comments on commit 1660905

Please sign in to comment.