Fix some missing xml docs #4841
Merged
Azure Pipelines / microsoft.testfx
failed
Jan 30, 2025 in 41m 24s
Build #20250130.16 had test failures
Details
- Failed: 2 (0.01%)
- Passed: 33,568 (99.99%)
- Other: 0 (0.00%)
- Total: 33,570
- 147290 of 243167 blocks covered (60.57%)
- 102316 of 170697 lines covered (59.94%)
Annotations
Check failure on line 0 in TestingPlatform
azure-pipelines / microsoft.testfx
TestingPlatform#L0
TestingPlatform(0,0): error : (NETCORE_ENGINEERING_TELEMETRY=Build) Tests failed: /Users/runner/work/1/s/artifacts/log/Debug/MSTest.Acceptance.IntegrationTests_net10.0_x64.log [net10.0|x64]
Check failure on line 0 in EXEC
azure-pipelines / microsoft.testfx
EXEC#L0
EXEC(0,0): error Message: (NETCORE_ENGINEERING_TELEMETRY=Build)
Check failure on line 0 in VSTest
azure-pipelines / microsoft.testfx
VSTest#L0
VSTest(0,0): error : (NETCORE_ENGINEERING_TELEMETRY=Build) Tests failed: D:\a\_work\1\s\artifacts\TestResults\Debug\MSTest.IntegrationTests_net462_x64.html [net462|x64]
azure-pipelines / microsoft.testfx
MSTest.Acceptance.IntegrationTests.ConfigurationSettingsTests.TestConfigJson_WithoutRunSettings_BuildSuccess ("net9.0")
Assert.AreEqual failed. Expected:<0>. Actual:<2>. Expression 'AssertExitCodeIs' failed for member 'TestConfigJson_WithoutRunSettings_BuildSuccess' at line 56 of file '/_/test/IntegrationTests/MSTest.Acceptance.IntegrationTests/ConfigurationSettingsTests.cs'. Output of the test host is:
Command: /Users/runner/work/1/s/artifacts/tmp/Debug/testsuite/peS2u/ConfigurationSettings/bin/Release/net9.0/ConfigurationSettings
====================
ExitCode: 2
====================
StandardOutput:
MSTest v3.8.0-ci (UTC 1/30/2025) [osx-x64 - .NET 9.0.0]
Test Parallelization enabled for /Users/runner/work/1/s/artifacts/tmp/Debug/testsuite/peS2u/ConfigurationSettings/bin/Release/net9.0/ConfigurationSettings.dll (Workers: 4, Scope: ClassLevel)
failed TestMethod (96ms)
Test 'TestMethod' timed out after 60ms
Test run summary: Failed! - /Users/runner/work/1/s/artifacts/tmp/Debug/testsuite/peS2u/ConfigurationSettings/bin/Release/net9.0/ConfigurationSettings.dll (net9.0|x64)
total: 2
failed: 1
succeeded: 1
skipped: 0
duration: 1s 118ms
====================
StandardError:
Raw output
at Microsoft.Testing.Platform.Acceptance.IntegrationTests.Helpers.AcceptanceAssert.AssertExitCodeIs(TestHostResult testHostResult, Int32 exitCode, String callerMemberName, String callerFilePath, Int32 callerLineNumber) in /_/test/IntegrationTests/Microsoft.Testing.Platform.Acceptance.IntegrationTests/Helpers/AcceptanceAssert.cs:line 9
at MSTest.Acceptance.IntegrationTests.ConfigurationSettingsTests.TestConfigJson_WithoutRunSettings_BuildSuccess(String tfm) in /_/test/IntegrationTests/MSTest.Acceptance.IntegrationTests/ConfigurationSettingsTests.cs:line 56
azure-pipelines / microsoft.testfx
MSTest.IntegrationTests.OutputTests.OutputIsNotMixedWhenTestsRunInParallel
Error during test: Expected boolean to be true because Tests must run in parallel, but there were no other tests that started, before the first one ended., but found False.
Raw output
at FluentAssertions.Execution.LateBoundTestFramework.Throw(String message)
at FluentAssertions.Execution.AssertionScope.FailWith(Func`1 failReasonFunc)
at FluentAssertions.Primitives.BooleanAssertions`1.BeTrue(String because, Object[] becauseArgs)
at MSTest.IntegrationTests.OutputTests.<ValidateOutputForClass>d__3.MoveNext() in /_/test/IntegrationTests/MSTest.IntegrationTests/OutputTests.cs:line 40
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.GetResult()
at MSTest.IntegrationTests.OutputTests.<OutputIsNotMixedWhenTestsRunInParallel>d__1.MoveNext() in /_/test/IntegrationTests/MSTest.IntegrationTests/OutputTests.cs:line 15
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.GetResult()
at TestFramework.ForTestingMSTest.AdapterToTestPlatform.<TryRunTestAsync>d__12.MoveNext() in /_/test/Utilities/TestFramework.ForTestingMSTest/AdapterToTestPlatform.cs:line 253
Loading