From cdd4ee689fab5fbcae2a44a0b1f1190e2943c899 Mon Sep 17 00:00:00 2001 From: Sean McCullough Date: Tue, 1 Dec 2020 12:45:22 -0600 Subject: [PATCH 1/4] changed regions --- sdk/storage/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk/storage/tests.yml b/sdk/storage/tests.yml index 8ac4f5200e26..eb326ba06b12 100644 --- a/sdk/storage/tests.yml +++ b/sdk/storage/tests.yml @@ -6,7 +6,7 @@ extends: ServiceDirectory: storage BuildInParallel: true TimeoutInMinutes: 90 - Location: canadacentral + Location: uswest2 Clouds: Preview TestSetupSteps: - template: /sdk/storage/tests-install-azurite.yml From 46d7c92b556b5c18b322a27eb4a8014d7f055a4f Mon Sep 17 00:00:00 2001 From: Sean McCullough Date: Tue, 1 Dec 2020 13:03:47 -0600 Subject: [PATCH 2/4] fix --- sdk/storage/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk/storage/tests.yml b/sdk/storage/tests.yml index eb326ba06b12..f9a772a145d4 100644 --- a/sdk/storage/tests.yml +++ b/sdk/storage/tests.yml @@ -6,7 +6,7 @@ extends: ServiceDirectory: storage BuildInParallel: true TimeoutInMinutes: 90 - Location: uswest2 + Location: westus2 Clouds: Preview TestSetupSteps: - template: /sdk/storage/tests-install-azurite.yml From e5c95e3189facac46a9cb033a7edcc90a5054708 Mon Sep 17 00:00:00 2001 From: Sean McCullough Date: Tue, 1 Dec 2020 13:34:47 -0600 Subject: [PATCH 3/4] Marked Share Enabled Protocol & Share Squash Root unit tests as palyback only --- .../Azure.Storage.Files.Shares/tests/ServiceClientTests.cs | 1 + .../Azure.Storage.Files.Shares/tests/ShareClientTests.cs | 3 +++ sdk/storage/tests.yml | 2 +- 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/sdk/storage/Azure.Storage.Files.Shares/tests/ServiceClientTests.cs b/sdk/storage/Azure.Storage.Files.Shares/tests/ServiceClientTests.cs index 5e6813822521..a8f36e9695cf 100644 --- a/sdk/storage/Azure.Storage.Files.Shares/tests/ServiceClientTests.cs +++ b/sdk/storage/Azure.Storage.Files.Shares/tests/ServiceClientTests.cs @@ -306,6 +306,7 @@ await TestHelper.AssertExpectedExceptionAsync( } [Test] + [PlaybackOnly("https://github.com/Azure/azure-sdk-for-net/issues/17262")] [ServiceVersion(Min = ShareClientOptions.ServiceVersion.V2020_04_08)] public async Task ListSharesSegmentAsync_EnabledProtocolsAndRootSquash() { diff --git a/sdk/storage/Azure.Storage.Files.Shares/tests/ShareClientTests.cs b/sdk/storage/Azure.Storage.Files.Shares/tests/ShareClientTests.cs index 4b546c25c031..6aa5051bbe4b 100644 --- a/sdk/storage/Azure.Storage.Files.Shares/tests/ShareClientTests.cs +++ b/sdk/storage/Azure.Storage.Files.Shares/tests/ShareClientTests.cs @@ -315,6 +315,7 @@ await TestHelper.AssertExpectedExceptionAsync( } [Test] + [PlaybackOnly("https://github.com/Azure/azure-sdk-for-net/issues/17262")] [ServiceVersion(Min = ShareClientOptions.ServiceVersion.V2020_04_08)] public async Task CreateAsync_EnabledProtocolsAndRootSquash() { @@ -606,6 +607,7 @@ await TestHelper.AssertExpectedExceptionAsync( } [Test] + [PlaybackOnly("https://github.com/Azure/azure-sdk-for-net/issues/17262")] [ServiceVersion(Min = ShareClientOptions.ServiceVersion.V2020_04_08)] public async Task GetPropertiesAsync_EnabledProtocolsAndRootSquash() { @@ -1260,6 +1262,7 @@ public async Task SetPropertiesAsync() } [Test] + [PlaybackOnly("https://github.com/Azure/azure-sdk-for-net/issues/17262")] [ServiceVersion(Min = ShareClientOptions.ServiceVersion.V2020_04_08)] public async Task SetPropertiesAsync_RootSquash() { diff --git a/sdk/storage/tests.yml b/sdk/storage/tests.yml index f9a772a145d4..8ac4f5200e26 100644 --- a/sdk/storage/tests.yml +++ b/sdk/storage/tests.yml @@ -6,7 +6,7 @@ extends: ServiceDirectory: storage BuildInParallel: true TimeoutInMinutes: 90 - Location: westus2 + Location: canadacentral Clouds: Preview TestSetupSteps: - template: /sdk/storage/tests-install-azurite.yml From e7ca7835e7a608604d1035cbf765c069e064b09c Mon Sep 17 00:00:00 2001 From: Sean McCullough Date: Tue, 1 Dec 2020 15:30:40 -0600 Subject: [PATCH 4/4] update --- sdk/storage/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk/storage/tests.yml b/sdk/storage/tests.yml index 8ac4f5200e26..e9d13a836eed 100644 --- a/sdk/storage/tests.yml +++ b/sdk/storage/tests.yml @@ -5,7 +5,7 @@ extends: parameters: ServiceDirectory: storage BuildInParallel: true - TimeoutInMinutes: 90 + TimeoutInMinutes: 120 Location: canadacentral Clouds: Preview TestSetupSteps: