Skip to content

Commit

Permalink
CI: fix graceful upgrade test (#5507)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhoucheng361 authored Jan 3, 2025
1 parent 74a0890 commit 4c57015
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/scripts/command/graceful_upgrade.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,6 @@ test_kill_mount_process()
sleep 3
wait_process_started 2
kill_parent_process
sleep 2
stat /tmp/jfs
./juicefs umount /tmp/jfs
wait_command_success "ps -ef | grep "mount" | grep "/tmp/jfs" | grep -v grep | wc -l" 0
./juicefs mount $META_URL /tmp/jfs -d
kill_child_process
Expand Down

0 comments on commit 4c57015

Please sign in to comment.