From 5a46dad2ef629a06dc92e75fa0b6b2576a575438 Mon Sep 17 00:00:00 2001 From: zhoucheng Date: Mon, 20 Jan 2025 18:04:20 +1000 Subject: [PATCH] wip --- .github/scripts/command/load_dump.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/scripts/command/load_dump.sh b/.github/scripts/command/load_dump.sh index b5e4a8859a6a..dbc36e372a4d 100755 --- a/.github/scripts/command/load_dump.sh +++ b/.github/scripts/command/load_dump.sh @@ -54,7 +54,7 @@ test_dump_load_big_dir(){ [[ "$xattrs" -eq "$count" ]] || (echo "xattrs($xattrs) should be $count" && exit 1) [[ "$quota" -eq "$count" ]] || (echo "quota($quota) should be $count" && exit 1) [[ "$acl" -eq "$count" ]] || (echo "acl($acl) should be $count" && exit 1) - + fi umount_jfs /jfs $META_URL python3 .github/scripts/flush_meta.py $META_URL ./juicefs load $META_URL dump.json $(get_load_option)