Sync eng/common directory with azure-sdk-tools for PR 11524 #51722
Azure Pipelines / net - pullrequest
failed
Aug 5, 2025 in 29m 5s
Build #20250805.46 had test failures
Details
- Failed: 10 (0.01%)
- Passed: 69,038 (67.24%)
- Other: 33,624 (32.75%)
- Total: 102,672
- 13938 of 36094 line covered (38.62%)
Annotations
Check failure on line 4259 in Build log
azure-pipelines / net - pullrequest
Build log #L4259
Bash exited with code '1'.
azure-pipelines / net - pullrequest
Azure.Messaging.EventHubs.Tests.DiagnosticsTests.EventHubBufferedProducerAppliesDiagnosticIdToSingleEventOnEnqueue
System.InvalidOperationException : 'EventProcessor.Process' scope is not completed
Raw output
at Azure.Core.Tests.ClientDiagnosticListener.Dispose() in /mnt/vss/_work/1/s/sdk/core/Azure.Core.TestFramework/src/ClientDiagnosticListener.cs:line 163
at Azure.Messaging.EventHubs.Tests.DiagnosticsTests.EventHubBufferedProducerAppliesDiagnosticIdToSingleEventOnEnqueue() in /mnt/vss/_work/1/s/sdk/eventhub/Azure.Messaging.EventHubs/tests/Diagnostics/DiagnosticsTests.cs:line 314
at Azure.Messaging.EventHubs.Tests.DiagnosticsTests.EventHubBufferedProducerAppliesDiagnosticIdToSingleEventOnEnqueue()
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.Execution.SimpleWorkItem.<>c__DisplayClass4_0.<PerformWork>b__0()
at NUnit.Framework.Internal.ContextUtils.<>c__DisplayClass1_0`1.<DoIsolated>b__0(Object _)
at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)
--- End of stack trace from previous location ---
at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)
at NUnit.Framework.Internal.ContextUtils.DoIsolated(ContextCallback callback, Object state)
at NUnit.Framework.Internal.ContextUtils.DoIsolated[T](Func`1 func)
at NUnit.Framework.Internal.Execution.SimpleWorkItem.PerformWork()
azure-pipelines / net - pullrequest
Azure.Messaging.EventHubs.Tests.DiagnosticsTests.EventProcessorDisabledBatchTracing
System.InvalidOperationException : Collection was modified; enumeration operation may not execute.
Raw output
at System.Collections.Generic.List`1.Enumerator.MoveNextRare()
at NUnit.Framework.Constraints.MsgUtils.FormatCollection(IEnumerable collection, Int64 start, Int32 max)
at NUnit.Framework.Constraints.MsgUtils.<>c__DisplayClass16_7.<.cctor>b__20(Object val)
at NUnit.Framework.Constraints.MsgUtils.<>c__DisplayClass16_8.<.cctor>b__21(Object val)
at NUnit.Framework.Constraints.MsgUtils.<>c__DisplayClass16_9.<.cctor>b__22(Object val)
at NUnit.Framework.Constraints.MsgUtils.<>c__DisplayClass16_10.<.cctor>b__23(Object val)
at NUnit.Framework.Constraints.MsgUtils.<>c__DisplayClass16_11.<.cctor>b__24(Object val)
at NUnit.Framework.Constraints.MsgUtils.<>c__DisplayClass16_12.<.cctor>b__25(Object val)
at NUnit.Framework.Internal.TestExecutionContext.<>c.<.ctor>b__7_0(Object val)
at NUnit.Framework.Constraints.MsgUtils.FormatValue(Object val)
at NUnit.Framework.Internal.TextMessageWriter.WriteValue(Object val)
at NUnit.Framework.Internal.TextMessageWriter.WriteActualValue(Object actual)
at NUnit.Framework.Constraints.ConstraintResult.WriteActualValueTo(MessageWriter writer)
at NUnit.Framework.Internal.TextMessageWriter.WriteActualLine(ConstraintResult result)
at NUnit.Framework.Internal.TextMessageWriter.DisplayDifferences(ConstraintResult result)
at NUnit.Framework.Constraints.ConstraintResult.WriteMessageTo(MessageWriter writer)
at NUnit.Framework.Assert.ReportFailure(ConstraintResult result, String message, Object[] args)
at NUnit.Framework.Assert.That[TActual](TActual actual, IResolveConstraint expression, String message, Object[] args)
at NUnit.Framework.Assert.IsEmpty(IEnumerable collection)
at Azure.Messaging.EventHubs.Tests.DiagnosticsTests.EventProcessorDisabledBatchTracing() in /mnt/vss/_work/1/s/sdk/eventhub/Azure.Messaging.EventHubs/tests/Diagnostics/DiagnosticsTests.cs:line 606
at NUnit.Framework.Internal.TaskAwaitAdapter.GenericAdapter`1.GetResult()
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.Execution.SimpleWorkItem.<>c__DisplayClass4_0.<PerformWork>b__0()
at NUnit.Framework.Internal.ContextUtils.<>c__DisplayClass1_0`1.<DoIsolated>b__0(Object _)
at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)
--- End of stack trace from previous location ---
at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)
at NUnit.Framework.Internal.ContextUtils.DoIsolated(ContextCallback callback, Object state)
at NUnit.Framework.Internal.ContextUtils.DoIsolated[T](Func`1 func)
at NUnit.Framework.Internal.Execution.SimpleWorkItem.PerformWork()
azure-pipelines / net - pullrequest
Azure.Messaging.EventHubs.Tests.EventProcessorTests.BackgroundProcessingStopsProcessingForPartitionsWithLostOwnership
The partition processing for the first partition should not be active.
Expected: False
But was: True
Raw output
at Azure.Messaging.EventHubs.Tests.EventProcessorTests.BackgroundProcessingStopsProcessingForPartitionsWithLostOwnership() in /mnt/vss/_work/1/s/sdk/eventhub/Azure.Messaging.EventHubs/tests/Primitives/EventProcessorTests.MainProcessingLoop.cs:line 1046
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.Execution.SimpleWorkItem.<>c__DisplayClass4_0.<PerformWork>b__0()
at NUnit.Framework.Internal.ContextUtils.<>c__DisplayClass1_0`1.<DoIsolated>b__0(Object _)
1) at Azure.Messaging.EventHubs.Tests.EventProcessorTests.BackgroundProcessingStopsProcessingForPartitionsWithLostOwnership() in /mnt/vss/_work/1/s/sdk/eventhub/Azure.Messaging.EventHubs/tests/Primitives/EventProcessorTests.MainProcessingLoop.cs:line 1046
at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.AsyncStateMachineBox`1.ExecutionContextCallback(Object s)
azure-pipelines / net - pullrequest
Azure.Messaging.EventHubs.Tests.DiagnosticsActivitySourceTests.EventProcessorDisabledBatchTracing
Expected: <empty>
But was: < <System.Diagnostics.Activity>, <System.Diagnostics.Activity>, <System.Diagnostics.Activity>, <System.Diagnostics.Activity>, <System.Diagnostics.Activity>, <System.Diagnostics.Activity>, <System.Diagnostics.Activity>, <System.Diagnostics.Activity> >
Raw output
at Azure.Messaging.EventHubs.Tests.DiagnosticsActivitySourceTests.EventProcessorDisabledBatchTracing() in /mnt/vss/_work/1/s/sdk/eventhub/Azure.Messaging.EventHubs/tests/Diagnostics/DiagnosticsActivitySourceTests.cs:line 597
at NUnit.Framework.Internal.TaskAwaitAdapter.GenericAdapter`1.GetResult()
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.Messaging.EventHubs.Tests.DiagnosticsActivitySourceTests.EventProcessorDisabledBatchTracing() in /mnt/vss/_work/1/s/sdk/eventhub/Azure.Messaging.EventHubs/tests/Diagnostics/DiagnosticsActivitySourceTests.cs:line 597
at System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start[TStateMachine](TStateMachine& stateMachine)
at Azure.Messaging.EventHubs.Tests.DiagnosticsActivitySourceTests.EventProcessorDisabledBatchTracing()
Loading