From 4c5701516653a60c97b3c8918f4a206698dc0e7e Mon Sep 17 00:00:00 2001 From: Zhou Cheng Date: Sat, 4 Jan 2025 08:58:34 +1000 Subject: [PATCH] CI: fix graceful upgrade test (#5507) --- .github/scripts/command/graceful_upgrade.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/scripts/command/graceful_upgrade.sh b/.github/scripts/command/graceful_upgrade.sh index 6c1b76bdc802..3b21bad2e1a6 100755 --- a/.github/scripts/command/graceful_upgrade.sh +++ b/.github/scripts/command/graceful_upgrade.sh @@ -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