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

[Storage] Bumped Storage, Blobs, and Queues package dependency version #45016

Merged

Bumped Storage, Blobs, and Queues package dependency version

15283e9
Select commit
Loading
Failed to load commit list.
Merged

[Storage] Bumped Storage, Blobs, and Queues package dependency version #45016

Bumped Storage, Blobs, and Queues package dependency version
15283e9
Select commit
Loading
Failed to load commit list.
Azure Pipelines / net - core - ci succeeded Jul 16, 2024 in 19m 33s

Build #20240715.9 had test failures

Details

Tests

  • Failed: 1 (0.00%)
  • Passed: 82,761 (84.95%)
  • Other: 14,657 (15.05%)
  • Total: 97,419
Code coverage

  • 6719 of 13877 branches covered (48.42%)
  • 20171 of 37982 lines covered (53.11%)

Annotations

Check failure on line 1 in Azure.Storage.DataMovement.Tests.TransferValidationTests(True).LargeSingleFile_Fail_Destination(Download,Unordered)

See this annotation in the file changed.

@azure-pipelines azure-pipelines / net - core - ci

Azure.Storage.DataMovement.Tests.TransferValidationTests(True).LargeSingleFile_Fail_Destination(Download,Unordered)

System.OperationCanceledException : The operation was canceled.
Raw output
   at System.Threading.CancellationToken.ThrowOperationCanceledException()
   at System.Threading.CancellationToken.ThrowIfCancellationRequested()
   at Azure.Core.Pipeline.TaskExtensions.WithCancellationTaskAwaiter`1.GetResult() in /_/sdk/core/Azure.Core/src/Shared/TaskExtensions.cs:line 243
   at Azure.Storage.DataMovement.DataTransfer.<WaitForCompletionAsync>d__13.MoveNext() in /_/sdk/storage/Azure.Storage.DataMovement/src/DataTransfer.cs:line 83
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.GetResult()
   at Azure.Storage.DataMovement.Tests.TransferValidationTests.<LargeSingleFile_Fail_Destination>d__3.MoveNext() in D:\a\_work\1\s\sdk\storage\Azure.Storage.DataMovement\tests\TransferValidationTests.cs:line 125
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult()
   at NUnit.Framework.Internal.TaskAwaitAdapter.GenericAdapter`1.BlockUntilCompleted()
   at NUnit.Framework.Internal.MessagePumpStrategy.NoMessagePumpStrategy.WaitForCompletion(AwaitAdapter awaiter)
   at NUnit.Framework.Internal.AsyncToSyncAdapter.Await(Func`1 invoke)
   at NUnit.Framework.Internal.Commands.TestMethodCommand.RunTestMethod(TestExecutionContext context)
   at NUnit.Framework.Internal.Commands.TestMethodCommand.Execute(TestExecutionContext context)
   at NUnit.Framework.Internal.Commands.BeforeAndAfterTestCommand.<>c__DisplayClass1_0.<Execute>b__0()
   at NUnit.Framework.Internal.Commands.BeforeAndAfterTestCommand.RunTestMethodInThreadAbortSafeZone(TestExecutionContext context, Action action)