Skip to content

Commit bfcccff

Browse files
[Storage][DataMovement] Record remaining tests previously not recorded (Azure#46973)
1 parent 297b083 commit bfcccff

File tree

4 files changed

+7
-5
lines changed

4 files changed

+7
-5
lines changed

sdk/storage/Azure.Storage.DataMovement.Files.Shares/BlobToFileSharesTests/StartTransferCopyFromShareDirectoryTestBase.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,11 @@
1515
using Azure.Core.TestFramework;
1616
using Azure.Storage.Blobs;
1717
using Azure.Storage.Blobs.Models;
18-
using Azure.Storage.Blobs.Specialized;
1918
using Azure.Storage.Common;
2019
using Azure.Storage.DataMovement.Files.Shares;
2120
using Azure.Storage.DataMovement.Tests;
2221
using BaseShares::Azure.Storage.Files.Shares;
2322
using BaseShares::Azure.Storage.Files.Shares.Models;
24-
using Azure.Storage.Shared;
2523
using Azure.Storage.Test;
2624
using Azure.Storage.Test.Shared;
2725
using DMBlob::Azure.Storage.DataMovement.Blobs;
@@ -259,7 +257,6 @@ internal BlobStorageResourceOptions GetSetValuesResourceOptions()
259257
};
260258

261259
[Test]
262-
[LiveOnly] // https://github.com/Azure/azure-sdk-for-net/issues/33082
263260
public override Task DirectoryToDirectory_OAuth()
264261
{
265262
// NoOp this test since File To Blob

sdk/storage/Azure.Storage.DataMovement.Files.Shares/BlobToFileSharesTests/StartTransferCopyToShareDirectoryTestBase.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,6 @@ protected override async Task VerifyResultsAsync(
326326
}
327327

328328
[Test]
329-
[LiveOnly] // https://github.com/Azure/azure-sdk-for-net/issues/33082
330329
public override Task DirectoryToDirectory_OAuth()
331330
{
332331
// NoOp this test since File To Blob

sdk/storage/Azure.Storage.DataMovement.Files.Shares/assets.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
"AssetsRepo": "Azure/azure-sdk-assets",
33
"AssetsRepoPrefixPath": "net",
44
"TagPrefix": "net/storage/Azure.Storage.DataMovement.Files.Shares",
5-
"Tag": "net/storage/Azure.Storage.DataMovement.Files.Shares_7fbc694d75"
5+
"Tag": "net/storage/Azure.Storage.DataMovement.Files.Shares_68ba386e23"
66
}

sdk/storage/Azure.Storage.DataMovement.sln

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Azure.Test.Perf", "..\..\co
3333
EndProject
3434
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.Azure.Storage.DataMovement.Perf", "Azure.Storage.DataMovement.Blobs\perf\Microsoft.Azure.Storage.DataMovement.Perf\Microsoft.Azure.Storage.DataMovement.Perf.csproj", "{AD9565FD-86A1-41A6-8B73-E7C2C66BF891}"
3535
EndProject
36+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Azure.Storage.DataMovement.Blobs.Files.Shares.Tests", "Azure.Storage.DataMovement.Files.Shares\BlobToFileSharesTests\Azure.Storage.DataMovement.Blobs.Files.Shares.Tests.csproj", "{4603F1BF-EDCF-44B7-8A85-E13EC4267A35}"
37+
EndProject
3638
Global
3739
GlobalSection(SolutionConfigurationPlatforms) = preSolution
3840
Debug|Any CPU = Debug|Any CPU
@@ -99,6 +101,10 @@ Global
99101
{AD9565FD-86A1-41A6-8B73-E7C2C66BF891}.Debug|Any CPU.Build.0 = Debug|Any CPU
100102
{AD9565FD-86A1-41A6-8B73-E7C2C66BF891}.Release|Any CPU.ActiveCfg = Release|Any CPU
101103
{AD9565FD-86A1-41A6-8B73-E7C2C66BF891}.Release|Any CPU.Build.0 = Release|Any CPU
104+
{4603F1BF-EDCF-44B7-8A85-E13EC4267A35}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
105+
{4603F1BF-EDCF-44B7-8A85-E13EC4267A35}.Debug|Any CPU.Build.0 = Debug|Any CPU
106+
{4603F1BF-EDCF-44B7-8A85-E13EC4267A35}.Release|Any CPU.ActiveCfg = Release|Any CPU
107+
{4603F1BF-EDCF-44B7-8A85-E13EC4267A35}.Release|Any CPU.Build.0 = Release|Any CPU
102108
EndGlobalSection
103109
GlobalSection(SolutionProperties) = preSolution
104110
HideSolutionNode = FALSE

0 commit comments

Comments
 (0)