test: UploadPart, UploadPartCopy data, parameter checks

This commit is contained in:
Luke McCrone
2025-04-25 15:57:59 -03:00
parent 63fd82654d
commit 1ea2e42f0a
11 changed files with 286 additions and 78 deletions
+2 -2
View File
@@ -224,7 +224,7 @@ export RUN_USERS=true
@test "directory objects can't contain data" {
if [ "$DIRECT" == "true" ]; then
skip
skip "for direct, directory objects can contain data (though discouraged)"
fi
test_file="a"
@@ -239,7 +239,7 @@ export RUN_USERS=true
@test "objects containing data can't be copied to directory objects with same name" {
# operation is legal (though discouraged) for direct
if [ "$DIRECT" == "true" ]; then
skip
skip "for direct, directory objects can contain data (though discouraged)"
fi
test_file="a"