Skip to content

Commit 53c7a39

Browse files
authored
[Storage] [DataMovement] [Tests] Moved the Blobs to Files tests to it's own directory and generated it's own assets.json (Azure#48477)
* WIP * Moved DataMovement Blobs to Files Tests to it's own folder and own assets file * Updated Azure.Storage.sln
1 parent 7b0bc36 commit 53c7a39

23 files changed

+45
-26
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# DataMovement Blobs Files Tests
2+
3+
This section is meant to only test the interactions between the Azure.Storage.DataMovement.Blobs and Azure.Storage.DataMovement.Files.Shares. There is no Azure.Storage.DataMovement.Blobs.Files.Shares package/project.
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"AssetsRepo": "Azure/azure-sdk-assets",
3+
"AssetsRepoPrefixPath": "net",
4+
"TagPrefix": "net/storage/Azure.Storage.DataMovement.Blobs.Files.Shares",
5+
"Tag": "net/storage/Azure.Storage.DataMovement.Blobs.Files.Shares_1710010231"
6+
}
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
// Licensed under the MIT License.
33

44
extern alias DMBlob;
5+
extern alias DMShare;
56
extern alias BaseShares;
67

78
using System;
@@ -15,7 +16,7 @@
1516
using Azure.Core;
1617
using Azure.Core.TestFramework;
1718
using Azure.Storage.Shared;
18-
using Azure.Storage.DataMovement.Files.Shares;
19+
using DMShare::Azure.Storage.DataMovement.Files.Shares;
1920
using DMBlob::Azure.Storage.DataMovement.Blobs;
2021
using NUnit.Framework;
2122
using Azure.Storage.Blobs.Models;
Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,10 @@
66
<IsPackable>false</IsPackable>
77
</PropertyGroup>
88
<ItemGroup>
9-
<ProjectReference Include="$(MSBuildThisFileDirectory)..\src\Azure.Storage.DataMovement.Files.Shares.csproj">
9+
<ProjectReference Include="$(MSBuildThisFileDirectory)..\..\Azure.Storage.DataMovement.Files.Shares\src\Azure.Storage.DataMovement.Files.Shares.csproj">
1010
<Aliases>DMShare</Aliases>
1111
</ProjectReference>
1212
<ProjectReference Include="$(MSBuildThisFileDirectory)..\..\Azure.Storage.DataMovement\src\Azure.Storage.DataMovement.csproj" />
13-
<ProjectReference Include="$(MSBuildThisFileDirectory)..\..\Azure.Storage.DataMovement.Files.Shares\src\Azure.Storage.DataMovement.Files.Shares.csproj" />
1413
<ProjectReference Include="$(MSBuildThisFileDirectory)..\..\Azure.Storage.DataMovement.Blobs\src\Azure.Storage.DataMovement.Blobs.csproj">
1514
<Aliases>DMBlob</Aliases>
1615
</ProjectReference>
@@ -43,9 +42,6 @@
4342
</None>
4443
<None Include="$(AzureStorageSharedTestSources)\azurite_cert.pem" CopyToOutputDirectory="PreserveNewest" />
4544
</ItemGroup>
46-
<ItemGroup>
47-
<Compile Include="$(AzureStorageDataMovementSharedSources)TransferStatusInternal.cs" LinkBase="Shared\DataMovement" />
48-
</ItemGroup>
4945
<ItemGroup>
5046
<Compile Include="$(AzureStorageDataMovementTestSharedSources)DataMovementTestConstants.cs" LinkBase="Shared\DataMovement" />
5147
<Compile Include="$(AzureStorageDataMovementTestSharedSources)TestEventsRaised.cs" LinkBase="Shared\DataMovement" />
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
// Licensed under the MIT License.
33

44
extern alias DMBlob;
5+
extern alias DMShare;
56
extern alias BaseShares;
67

78
using System;
@@ -15,7 +16,7 @@
1516
using System.IO;
1617
using Azure.Core;
1718
using Azure.Core.TestFramework;
18-
using Azure.Storage.DataMovement.Files.Shares;
19+
using DMShare::Azure.Storage.DataMovement.Files.Shares;
1920
using DMBlob::Azure.Storage.DataMovement.Blobs;
2021
using NUnit.Framework;
2122
using Azure.Storage.Blobs.Models;

0 commit comments

Comments
 (0)