[Fleet] Adding rahuls-microsoft to code owners #46554
Build #20241010.1 had test failures
Details
- Failed: 224 (64.00%, 0 new, 224 recurring)
- Passed: 84 (24.00%)
- Other: 42 (12.00%)
- Total: 350
Annotations
Check failure on line 557 in Build log
azure-pipelines / net - Azure.Monitor.Ingestion - tests
Build log #L557
PowerShell exited with code '1'.
Check failure on line 602 in Build log
azure-pipelines / net - Azure.Monitor.Ingestion - tests
Build log #L602
PowerShell exited with code '1'.
Check failure on line 629 in Build log
azure-pipelines / net - Azure.Monitor.Ingestion - tests
Build log #L629
PowerShell exited with code '1'.
Check failure on line 557 in Build log
azure-pipelines / net - Azure.Monitor.Ingestion - tests
Build log #L557
PowerShell exited with code '1'.
azure-pipelines / net - Azure.Monitor.Ingestion - tests
Azure.Monitor.Ingestion.Tests.MonitorIngestionLargeUploadTests(True).TwoFailuresWithEventHandlerCancellationToken
System.InvalidOperationException : Unable to find environment variable MONITOR_INGESTION_DATA_COLLECTION_ENDPOINT or INGESTION_DATA_COLLECTION_ENDPOINT required by test.
Make sure the test environment was initialized using the eng/common/TestResources/New-TestResources.ps1 script.
Raw output
at Azure.Core.TestFramework.TestEnvironment.EnsureValue(String name, String value) in /mnt/vss/_work/1/s/sdk/core/Azure.Core.TestFramework/src/TestEnvironment.cs:line 539
at Azure.Core.TestFramework.TestEnvironment.GetRecordedVariable(String name, Action`1 options) in /mnt/vss/_work/1/s/sdk/core/Azure.Core.TestFramework/src/TestEnvironment.cs:line 471
at Azure.Core.TestFramework.TestEnvironment.GetRecordedVariable(String name) in /mnt/vss/_work/1/s/sdk/core/Azure.Core.TestFramework/src/TestEnvironment.cs:line 456
at Azure.Monitor.Ingestion.Tests.MonitorIngestionTestEnvironment.get_DCREndpoint() in /mnt/vss/_work/1/s/sdk/monitor/Azure.Monitor.Ingestion/tests/MonitorIngestionTestEnvironment.cs:line 14
at Azure.Monitor.Ingestion.Tests.MonitorIngestionLargeUploadTests.CreateClient(HttpPipelinePolicy policy) in /mnt/vss/_work/1/s/sdk/monitor/Azure.Monitor.Ingestion/tests/MonitorIngestionLargeUploadTests.cs:line 47
at Azure.Monitor.Ingestion.Tests.MonitorIngestionLargeUploadTests.TwoFailuresWithEventHandlerCancellationToken() in /mnt/vss/_work/1/s/sdk/monitor/Azure.Monitor.Ingestion/tests/MonitorIngestionLargeUploadTests.cs:line 195
Check failure on line 1 in Azure.Monitor.Ingestion.Tests.MonitorIngestionLiveTest(True).NullStream
azure-pipelines / net - Azure.Monitor.Ingestion - tests
Azure.Monitor.Ingestion.Tests.MonitorIngestionLiveTest(True).NullStream
System.InvalidOperationException : Unable to find environment variable MONITOR_INGESTION_DATA_COLLECTION_ENDPOINT or INGESTION_DATA_COLLECTION_ENDPOINT required by test.
Make sure the test environment was initialized using the eng/common/TestResources/New-TestResources.ps1 script.
Raw output
at Azure.Core.TestFramework.TestEnvironment.EnsureValue(String name, String value) in /mnt/vss/_work/1/s/sdk/core/Azure.Core.TestFramework/src/TestEnvironment.cs:line 539
at Azure.Core.TestFramework.TestEnvironment.GetRecordedVariable(String name, Action`1 options) in /mnt/vss/_work/1/s/sdk/core/Azure.Core.TestFramework/src/TestEnvironment.cs:line 471
at Azure.Core.TestFramework.TestEnvironment.GetRecordedVariable(String name) in /mnt/vss/_work/1/s/sdk/core/Azure.Core.TestFramework/src/TestEnvironment.cs:line 456
at Azure.Monitor.Ingestion.Tests.MonitorIngestionTestEnvironment.get_DCREndpoint() in /mnt/vss/_work/1/s/sdk/monitor/Azure.Monitor.Ingestion/tests/MonitorIngestionTestEnvironment.cs:line 14
at Azure.Monitor.Ingestion.Tests.MonitorIngestionLiveTest.CreateClient(HttpPipelinePolicy policy) in /mnt/vss/_work/1/s/sdk/monitor/Azure.Monitor.Ingestion/tests/MonitorIngestionLiveTest.cs:line 55
at Azure.Monitor.Ingestion.Tests.MonitorIngestionLiveTest.NullStream() in /mnt/vss/_work/1/s/sdk/monitor/Azure.Monitor.Ingestion/tests/MonitorIngestionLiveTest.cs:line 79
azure-pipelines / net - Azure.Monitor.Ingestion - tests
Azure.Monitor.Ingestion.Tests.MonitorIngestionLiveTest(False).ValidInputFromObjectAsJsonNoBatchingAsync
System.InvalidOperationException : Unable to find environment variable MONITOR_INGESTION_DATA_COLLECTION_ENDPOINT or INGESTION_DATA_COLLECTION_ENDPOINT required by test.
Make sure the test environment was initialized using the eng/common/TestResources/New-TestResources.ps1 script.
Raw output
at Azure.Core.TestFramework.TestEnvironment.EnsureValue(String name, String value) in /mnt/vss/_work/1/s/sdk/core/Azure.Core.TestFramework/src/TestEnvironment.cs:line 539
at Azure.Core.TestFramework.TestEnvironment.GetRecordedVariable(String name, Action`1 options) in /mnt/vss/_work/1/s/sdk/core/Azure.Core.TestFramework/src/TestEnvironment.cs:line 471
at Azure.Core.TestFramework.TestEnvironment.GetRecordedVariable(String name) in /mnt/vss/_work/1/s/sdk/core/Azure.Core.TestFramework/src/TestEnvironment.cs:line 456
at Azure.Monitor.Ingestion.Tests.MonitorIngestionTestEnvironment.get_DCREndpoint() in /mnt/vss/_work/1/s/sdk/monitor/Azure.Monitor.Ingestion/tests/MonitorIngestionTestEnvironment.cs:line 14
at Azure.Monitor.Ingestion.Tests.MonitorIngestionLiveTest.CreateClient(HttpPipelinePolicy policy) in /mnt/vss/_work/1/s/sdk/monitor/Azure.Monitor.Ingestion/tests/MonitorIngestionLiveTest.cs:line 55
at Azure.Monitor.Ingestion.Tests.MonitorIngestionLiveTest.ValidInputFromObjectAsJsonNoBatchingAsync() in /mnt/vss/_work/1/s/sdk/monitor/Azure.Monitor.Ingestion/tests/MonitorIngestionLiveTest.cs:line 172
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)
azure-pipelines / net - Azure.Monitor.Ingestion - tests
Azure.Monitor.Ingestion.Tests.MonitorIngestionLiveTest(False).UploadOneLogGreaterThan1Mb
System.InvalidOperationException : Unable to find environment variable MONITOR_INGESTION_DATA_COLLECTION_ENDPOINT or INGESTION_DATA_COLLECTION_ENDPOINT required by test.
Make sure the test environment was initialized using the eng/common/TestResources/New-TestResources.ps1 script.
Raw output
at Azure.Core.TestFramework.TestEnvironment.EnsureValue(String name, String value) in /mnt/vss/_work/1/s/sdk/core/Azure.Core.TestFramework/src/TestEnvironment.cs:line 539
at Azure.Core.TestFramework.TestEnvironment.GetRecordedVariable(String name, Action`1 options) in /mnt/vss/_work/1/s/sdk/core/Azure.Core.TestFramework/src/TestEnvironment.cs:line 471
at Azure.Core.TestFramework.TestEnvironment.GetRecordedVariable(String name) in /mnt/vss/_work/1/s/sdk/core/Azure.Core.TestFramework/src/TestEnvironment.cs:line 456
at Azure.Monitor.Ingestion.Tests.MonitorIngestionTestEnvironment.get_DCREndpoint() in /mnt/vss/_work/1/s/sdk/monitor/Azure.Monitor.Ingestion/tests/MonitorIngestionTestEnvironment.cs:line 14
at Azure.Monitor.Ingestion.Tests.MonitorIngestionLiveTest.CreateClient(HttpPipelinePolicy policy) in /mnt/vss/_work/1/s/sdk/monitor/Azure.Monitor.Ingestion/tests/MonitorIngestionLiveTest.cs:line 55
at Azure.Monitor.Ingestion.Tests.MonitorIngestionLiveTest.UploadOneLogGreaterThan1Mb() in /mnt/vss/_work/1/s/sdk/monitor/Azure.Monitor.Ingestion/tests/MonitorIngestionLiveTest.cs:line 89
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)