Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix ACL copying with Blob #2525

Merged
merged 10 commits into from
Mar 12, 2024
Prev Previous commit
Next Next commit
Accidental leftovers of manual local testing
  • Loading branch information
adreed-msft committed Mar 11, 2024
commit 2f555e890554907fbf188823fa612dbc10cb1cfe
6 changes: 3 additions & 3 deletions e2etest/zt_basic_copy_sync_remove_test.go
Original file line number Diff line number Diff line change
@@ -41,7 +41,7 @@ import (

// ================================ Copy And Sync: Upload, Download, and S2S =========================================
func TestBasic_CopyUploadSingleBlob(t *testing.T) {
RunScenarios(t, eOperation.Copy(), eTestFromTo.Other(common.EFromTo.LocalBlobFS()), eValidate.AutoPlusContent(), anonymousAuthOnly, anonymousAuthOnly, params{
RunScenarios(t, eOperation.CopyAndSync(), eTestFromTo.AllUploads(), eValidate.AutoPlusContent(), anonymousAuthOnly, anonymousAuthOnly, params{
recursive: true,
}, nil, testFiles{
defaultSize: "1K",
@@ -419,7 +419,7 @@ func TestBasic_CopyRemoveFolderHNS(t *testing.T) {
}

func TestBasic_CopyRemoveContainer(t *testing.T) {
bfsRemove := TestFromTo{
allButBfsRemove := TestFromTo{
desc: "AllRemove",
useAllTos: true,
froms: []common.Location{
@@ -431,7 +431,7 @@ func TestBasic_CopyRemoveContainer(t *testing.T) {
},
}

RunScenarios(t, eOperation.Remove(), bfsRemove, eValidate.Auto(), anonymousAuthOnly, anonymousAuthOnly, params{
RunScenarios(t, eOperation.Remove(), allButBfsRemove, eValidate.Auto(), anonymousAuthOnly, anonymousAuthOnly, params{
recursive: true,
relativeSourcePath: "",
}, nil, testFiles{