Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
zhoucheng361 committed Jan 20, 2025
1 parent 6ef429b commit 5a46dad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/command/load_dump.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 5a46dad

Please sign in to comment.