Skip to content

Commit

Permalink
Modified and bypassed test_multipart_mix on MacOS with nocopyapi
Browse files Browse the repository at this point in the history
  • Loading branch information
ggtakec committed Sep 29, 2024
1 parent c24015a commit a8a18b3
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion test/integration-test-main.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2758,7 +2758,19 @@ function add_all_tests {
add_tests test_rename_before_close
add_tests test_multipart_upload
add_tests test_multipart_copy
add_tests test_multipart_mix

if ! uname | grep -q Darwin || ! s3fs_args | grep -q nocopyapi; then
# FIXME:
# If you specify the nocopyapi option with macos-fuse-t, the following error will
# occur when manipulating the xattr of the copied object:
# "could not copy extended attributes to <file>: Result too large"
# As no solution has been found at this time, this test is bypassed on macos with
# nocopyapi.
# Please pay attention to future developments in macos-fuse-t.
#
add_tests test_multipart_mix
fi

add_tests test_utimens_during_multipart
add_tests test_special_characters
add_tests test_hardlink
Expand Down

0 comments on commit a8a18b3

Please sign in to comment.