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

Domain-specific changes to fix docindex #41765

Merged
merged 2 commits into from
Feb 6, 2024

Fix typos

60e8311
Select commit
Loading
Failed to load commit list.
Merged

Domain-specific changes to fix docindex #41765

Fix typos
60e8311
Select commit
Loading
Failed to load commit list.
Azure Pipelines / net - core - ci succeeded Feb 5, 2024 in 21m 52s

Build #20240202.12 had test failures

Details

Tests

  • Failed: 278 (0.33%)
  • Passed: 73,075 (86.65%)
  • Other: 10,976 (13.02%)
  • Total: 84,329
Code coverage

  • 1064 of 6063 branches covered (17.55%)
  • 3337 of 16870 lines covered (19.78%)

Annotations

Check failure on line 1 in Azure.ResourceManager.Relay.Tests.HybridConnectionTests(True).HybridConnectionTest

See this annotation in the file changed.

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

Azure.ResourceManager.Relay.Tests.HybridConnectionTests(True).HybridConnectionTest

Azure.RequestFailedException : Service request failed.
Status: 500 (Internal Server Error)

Headers:
Date: Fri, 02 Feb 2024 22:49:39 GMT
Server: Kestrel
Content-Length: 0
Raw output
   at Azure.Core.TestFramework.TestProxyRestClient.StartPlaybackAsync(StartInformation body, CancellationToken cancellationToken) in /Users/runner/work/1/s/sdk/core/Azure.Core.TestFramework/src/Generated/TestProxyRestClient.cs:line 86
   at Azure.Core.TestFramework.TestRecording.InitializeProxySettingsAsync() in /Users/runner/work/1/s/sdk/core/Azure.Core.TestFramework/src/TestRecording.cs:line 59
   at Azure.Core.TestFramework.TestRecording.CreateAsync(RecordedTestMode mode, String sessionFile, TestProxy proxy, RecordedTestBase recordedTestBase) in /Users/runner/work/1/s/sdk/core/Azure.Core.TestFramework/src/TestRecording.cs:line 39
   at Azure.Core.TestFramework.RecordedTestBase.CreateTestRecordingAsync(RecordedTestMode mode, String sessionFile) in /Users/runner/work/1/s/sdk/core/Azure.Core.TestFramework/src/RecordedTestBase.cs:line 225
   at Azure.Core.TestFramework.RecordedTestBase.StartTestRecordingAsync() in /Users/runner/work/1/s/sdk/core/Azure.Core.TestFramework/src/RecordedTestBase.cs:line 438
   at Azure.Core.TestFramework.RecordedTestBase`1.StartTestRecordingAsync() in /Users/runner/work/1/s/sdk/core/Azure.Core.TestFramework/src/RecordedTestBaseOfTEnvironment.cs:line 25
   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.SetUpTearDownItem.RunSetUpOrTearDownMethod(TestExecutionContext context, IMethodInfo method)
   at NUnit.Framework.Internal.Commands.SetUpTearDownItem.RunSetUp(TestExecutionContext context)
   at NUnit.Framework.Internal.Commands.SetUpTearDownCommand.<>c__DisplayClass0_0.<.ctor>b__0(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)

Check failure on line 1 in Azure.ResourceManager.Relay.Tests.HybridConnectionTests(False).HybridConnectionTest

See this annotation in the file changed.

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

Azure.ResourceManager.Relay.Tests.HybridConnectionTests(False).HybridConnectionTest

Azure.RequestFailedException : Service request failed.
Status: 500 (Internal Server Error)

Headers:
Date: Fri, 02 Feb 2024 22:49:30 GMT
Server: Kestrel
Content-Length: 0
Raw output
   at Azure.Core.TestFramework.TestProxyRestClient.StartPlaybackAsync(StartInformation body, CancellationToken cancellationToken) in /Users/runner/work/1/s/sdk/core/Azure.Core.TestFramework/src/Generated/TestProxyRestClient.cs:line 86
   at Azure.Core.TestFramework.TestRecording.InitializeProxySettingsAsync() in /Users/runner/work/1/s/sdk/core/Azure.Core.TestFramework/src/TestRecording.cs:line 59
   at Azure.Core.TestFramework.TestRecording.CreateAsync(RecordedTestMode mode, String sessionFile, TestProxy proxy, RecordedTestBase recordedTestBase) in /Users/runner/work/1/s/sdk/core/Azure.Core.TestFramework/src/TestRecording.cs:line 39
   at Azure.Core.TestFramework.RecordedTestBase.CreateTestRecordingAsync(RecordedTestMode mode, String sessionFile) in /Users/runner/work/1/s/sdk/core/Azure.Core.TestFramework/src/RecordedTestBase.cs:line 225
   at Azure.Core.TestFramework.RecordedTestBase.StartTestRecordingAsync() in /Users/runner/work/1/s/sdk/core/Azure.Core.TestFramework/src/RecordedTestBase.cs:line 438
   at Azure.Core.TestFramework.RecordedTestBase`1.StartTestRecordingAsync() in /Users/runner/work/1/s/sdk/core/Azure.Core.TestFramework/src/RecordedTestBaseOfTEnvironment.cs:line 25
   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.SetUpTearDownItem.RunSetUpOrTearDownMethod(TestExecutionContext context, IMethodInfo method)
   at NUnit.Framework.Internal.Commands.SetUpTearDownItem.RunSetUp(TestExecutionContext context)
   at NUnit.Framework.Internal.Commands.SetUpTearDownCommand.<>c__DisplayClass0_0.<.ctor>b__0(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)

Check failure on line 1 in Azure.ResourceManager.Relay.Tests.AuthorizationRuleTests(True).HybridConnectionAuthorizationRuleAndKeyGenerationsTests

See this annotation in the file changed.

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

Azure.ResourceManager.Relay.Tests.AuthorizationRuleTests(True).HybridConnectionAuthorizationRuleAndKeyGenerationsTests

Azure.RequestFailedException : Service request failed.
Status: 500 (Internal Server Error)

Headers:
Date: Fri, 02 Feb 2024 22:49:02 GMT
Server: Kestrel
Content-Length: 0
Raw output
   at Azure.Core.TestFramework.TestProxyRestClient.StartPlaybackAsync(StartInformation body, CancellationToken cancellationToken) in /Users/runner/work/1/s/sdk/core/Azure.Core.TestFramework/src/Generated/TestProxyRestClient.cs:line 86
   at Azure.Core.TestFramework.TestRecording.InitializeProxySettingsAsync() in /Users/runner/work/1/s/sdk/core/Azure.Core.TestFramework/src/TestRecording.cs:line 59
   at Azure.Core.TestFramework.TestRecording.CreateAsync(RecordedTestMode mode, String sessionFile, TestProxy proxy, RecordedTestBase recordedTestBase) in /Users/runner/work/1/s/sdk/core/Azure.Core.TestFramework/src/TestRecording.cs:line 39
   at Azure.Core.TestFramework.RecordedTestBase.CreateTestRecordingAsync(RecordedTestMode mode, String sessionFile) in /Users/runner/work/1/s/sdk/core/Azure.Core.TestFramework/src/RecordedTestBase.cs:line 225
   at Azure.Core.TestFramework.RecordedTestBase.StartTestRecordingAsync() in /Users/runner/work/1/s/sdk/core/Azure.Core.TestFramework/src/RecordedTestBase.cs:line 438
   at Azure.Core.TestFramework.RecordedTestBase`1.StartTestRecordingAsync() in /Users/runner/work/1/s/sdk/core/Azure.Core.TestFramework/src/RecordedTestBaseOfTEnvironment.cs:line 25
   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.SetUpTearDownItem.RunSetUpOrTearDownMethod(TestExecutionContext context, IMethodInfo method)
   at NUnit.Framework.Internal.Commands.SetUpTearDownItem.RunSetUp(TestExecutionContext context)
   at NUnit.Framework.Internal.Commands.SetUpTearDownCommand.<>c__DisplayClass0_0.<.ctor>b__0(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)

Check failure on line 1 in Azure.ResourceManager.Relay.Tests.RelayNamespaceTests(True).RelayNamespaceandCreateOrUpdateTest

See this annotation in the file changed.

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

Azure.ResourceManager.Relay.Tests.RelayNamespaceTests(True).RelayNamespaceandCreateOrUpdateTest

Azure.RequestFailedException : Service request failed.
Status: 500 (Internal Server Error)

Headers:
Date: Fri, 02 Feb 2024 22:50:15 GMT
Server: Kestrel
Content-Length: 0
Raw output
   at Azure.Core.TestFramework.TestProxyRestClient.StartPlaybackAsync(StartInformation body, CancellationToken cancellationToken) in /Users/runner/work/1/s/sdk/core/Azure.Core.TestFramework/src/Generated/TestProxyRestClient.cs:line 86
   at Azure.Core.TestFramework.TestRecording.InitializeProxySettingsAsync() in /Users/runner/work/1/s/sdk/core/Azure.Core.TestFramework/src/TestRecording.cs:line 59
   at Azure.Core.TestFramework.TestRecording.CreateAsync(RecordedTestMode mode, String sessionFile, TestProxy proxy, RecordedTestBase recordedTestBase) in /Users/runner/work/1/s/sdk/core/Azure.Core.TestFramework/src/TestRecording.cs:line 39
   at Azure.Core.TestFramework.RecordedTestBase.CreateTestRecordingAsync(RecordedTestMode mode, String sessionFile) in /Users/runner/work/1/s/sdk/core/Azure.Core.TestFramework/src/RecordedTestBase.cs:line 225
   at Azure.Core.TestFramework.RecordedTestBase.StartTestRecordingAsync() in /Users/runner/work/1/s/sdk/core/Azure.Core.TestFramework/src/RecordedTestBase.cs:line 438
   at Azure.Core.TestFramework.RecordedTestBase`1.StartTestRecordingAsync() in /Users/runner/work/1/s/sdk/core/Azure.Core.TestFramework/src/RecordedTestBaseOfTEnvironment.cs:line 25
   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.SetUpTearDownItem.RunSetUpOrTearDownMethod(TestExecutionContext context, IMethodInfo method)
   at NUnit.Framework.Internal.Commands.SetUpTearDownItem.RunSetUp(TestExecutionContext context)
   at NUnit.Framework.Internal.Commands.SetUpTearDownCommand.<>c__DisplayClass0_0.<.ctor>b__0(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)