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][DataMovement] Adjust local file buffer size #47043

Merged
merged 3 commits into from
Nov 12, 2024

Remove now unused constants

4cf30b1
Select commit
Loading
Failed to load commit list.
Merged

[Storage][DataMovement] Adjust local file buffer size #47043

Remove now unused constants
4cf30b1
Select commit
Loading
Failed to load commit list.
Azure Pipelines / net - storage - datamovement - ci succeeded Nov 12, 2024 in 8m 17s

Build #20241111.3 had test failures

Details

Tests

  • Failed: 1 (0.01%)
  • Passed: 17,143 (95.96%)
  • Other: 720 (4.03%)
  • Total: 17,864
Code coverage

  • 15572 of 46524 lines covered (33.47%)

Annotations

Check failure on line 1 in Azure.Storage.DataMovement.Blobs.Tests.ProgressHandlerTests(False,V2025_01_05).ProgressHandler_Conflict(SkipIfExists)

See this annotation in the file changed.

@azure-pipelines azure-pipelines / net - storage - datamovement - ci

Azure.Storage.DataMovement.Blobs.Tests.ProgressHandlerTests(False,V2025_01_05).ProgressHandler_Conflict(SkipIfExists)

  Expected: greater than or equal to 2
  But was:  1
Raw output
   at Azure.Storage.DataMovement.Tests.ProgressHandlerAsserts.AssertProgressUpdates(IEnumerable`1 updates, Int64 fileCount) in /mnt/vss/_work/1/s/sdk/storage/Azure.Storage.DataMovement.Blobs/tests/ProgressHandlerAsserts.cs:line 95
   at Azure.Storage.DataMovement.Tests.ProgressHandlerAsserts.AssertFileProgress(IEnumerable`1 updates, Int64 fileCount, Int64 skippedCount, Int64 failedCount, Int32[] pauseIndexes) in /mnt/vss/_work/1/s/sdk/storage/Azure.Storage.DataMovement.Blobs/tests/ProgressHandlerAsserts.cs:line 45
   at Azure.Storage.DataMovement.Blobs.Tests.ProgressHandlerTests.TransferAndAssertProgress(StorageResourceContainer source, StorageResourceContainer destination, Int64[] expectedBytesTransferred, Int32 fileCount, Int32 skippedCount, Int32 failedCount, TransferManagerOptions transferManagerOptions, DataTransferOptions transferOptions, Boolean trackBytes, StorageResourceCreationPreference createMode, Int32 waitTime) in /mnt/vss/_work/1/s/sdk/storage/Azure.Storage.DataMovement.Blobs/tests/ProgressHandlerTests.cs:line 139
   at Azure.Storage.DataMovement.Blobs.Tests.ProgressHandlerTests.ProgressHandler_Conflict(StorageResourceCreationPreference createMode) in /mnt/vss/_work/1/s/sdk/storage/Azure.Storage.DataMovement.Blobs/tests/ProgressHandlerTests.cs:line 231
   at Azure.Storage.DataMovement.Blobs.Tests.ProgressHandlerTests.ProgressHandler_Conflict(StorageResourceCreationPreference createMode) in /mnt/vss/_work/1/s/sdk/storage/Azure.Storage.DataMovement.Blobs/tests/ProgressHandlerTests.cs:line 231
   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)

1)    at Azure.Storage.DataMovement.Tests.ProgressHandlerAsserts.AssertProgressUpdates(IEnumerable`1 updates, Int64 fileCount) in /mnt/vss/_work/1/s/sdk/storage/Azure.Storage.DataMovement.Blobs/tests/ProgressHandlerAsserts.cs:line 95
   at Azure.Storage.DataMovement.Tests.ProgressHandlerAsserts.AssertFileProgress(IEnumerable`1 updates, Int64 fileCount, Int64 skippedCount, Int64 failedCount, Int32[] pauseIndexes) in /mnt/vss/_work/1/s/sdk/storage/Azure.Storage.DataMovement.Blobs/tests/ProgressHandlerAsserts.cs:line 45
   at Azure.Storage.DataMovement.Blobs.Tests.ProgressHandlerTests.TransferAndAssertProgress(StorageResourceContainer source, StorageResourceContainer destination, Int64[] expectedBytesTransferred, Int32 fileCount, Int32 skippedCount, Int32 failedCount, TransferManagerOptions transferManagerOptions, DataTransferOptions transferOptions, Boolean trackBytes, StorageResourceCreationPreference createMode, Int32 waitTime) in /mnt/vss/_work/1/s/sdk/storage/Azure.Storage.DataMovement.Blobs/tests/ProgressHandlerTests.cs:line 139
   at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.AsyncStateMachineBox`1.ExecutionContextCallback(Object s)