Add non-serialization strategy for data unfolding #4467
Build #20250114.23 had test failures
Details
- Failed: 12 (0.04%)
- Passed: 32,173 (99.96%)
- Other: 0 (0.00%)
- Total: 32,185
- 115030 of 189446 blocks covered (60.72%)
- 78288 of 128470 lines covered (60.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: /mnt/vss/_work/1/s/artifacts/log/Debug/MSTest.Acceptance.IntegrationTests_net10.0_x64.log [net10.0|x64]
Check failure on line 0 in TestingPlatform
azure-pipelines / microsoft.testfx
TestingPlatform#L0
TestingPlatform(0,0): error : (NETCORE_ENGINEERING_TELEMETRY=Build) Tests failed: /mnt/vss/_work/1/s/artifacts/log/Release/MSTest.Acceptance.IntegrationTests_net10.0_x64.log [net10.0|x64]
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/Release/MSTest.Acceptance.IntegrationTests_net10.0_x64.log [net10.0|x64]
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]
azure-pipelines / microsoft.testfx
MSTest.Acceptance.IntegrationTests.IgnoreTests.WhenSpecificDataSourceIsIgnoredViaIgnoreMessageProperty
StringAssert.Contains failed. String 'MSTest v3.8.0-ci (UTC 01/14/2025) [linux-x64 - .NET 9.0.0]
AssemblyInitialize
TestInitialize: TestMethod1 (0)
TestCleanup: TestMethod1 (0)
TestInitialize: TestMethod1 (2)
TestCleanup: TestMethod1 (2)
skipped TestMethod1 (0ms)
TestInitialize: TestMethod2 (0)
TestCleanup: TestMethod2 (0)
TestInitialize: TestMethod2 (1)
TestCleanup: TestMethod2 (1)
TestInitialize: TestMethod2 (2)
TestCleanup: TestMethod2 (2)
skipped TestMethod2 (0ms)
TestInitialize: TestMethod3 (0)
TestCleanup: TestMethod3 (0)
TestInitialize: TestMethod3 (1)
TestCleanup: TestMethod3 (1)
TestInitialize: TestMethod3 (2)
TestCleanup: TestMethod3 (2)
TestInitialize: TestMethod4 (0)
TestCleanup: TestMethod4 (0)
TestInitialize: TestMethod4 (1)
TestCleanup: TestMethod4 (1)
TestInitialize: TestMethod4 (2)
TestCleanup: TestMethod4 (2)
TestInitialize: TestMethod4 (3)
TestCleanup: TestMethod4 (3)
TestInitialize: TestMethod4 (4)
TestCleanup: TestMethod4 (4)
TestInitialize: TestMethod4 (5)
TestCleanup: TestMethod4 (5)
Test run summary: Passed! - /mnt/vss/_work/1/s/artifacts/tmp/Debug/testsuite/RujUV/TestIgnore/bin/Release/net9.0/TestIgnore.dll (net9.0|x64)
total: 16
failed: 0
succeeded: 14
skipped: 2
duration: 762ms' does not contain string 'skipped TestMethod3 (1)'. Expression 'AssertOutputContains' failed for member 'WhenSpecificDataSourceIsIgnoredViaIgnoreMessageProperty' at line 101 of file '/_/test/IntegrationTests/MSTest.Acceptance.IntegrationTests/IgnoreTests.cs'. Output of the test host is:
Command: /mnt/vss/_work/1/s/artifacts/tmp/Debug/testsuite/RujUV/TestIgnore/bin/Release/net9.0/TestIgnore --settings my.runsettings --filter TestClassWithDataSourcesUsingIgnoreMessage
====================
ExitCode: 0
====================
StandardOutput:
MSTest v3.8.0-ci (UTC 01/14/2025) [linux-x64 - .NET 9.0.0]
AssemblyInitialize
TestInitialize: TestMethod1 (0)
TestCleanup: TestMethod1 (0)
TestInitialize: TestMethod1 (2)
TestCleanup: TestMethod1 (2)
skipped TestMethod1 (0ms)
TestInitialize: TestMethod2 (0)
TestCleanup: TestMethod2 (0)
TestInitialize: TestMethod2 (1)
TestCleanup: TestMethod2 (1)
TestInitialize: TestMethod2 (2)
TestCleanup: TestMethod2 (2)
skipped TestMethod2 (0ms)
TestInitialize: TestMethod3 (0)
TestCleanup: TestMethod3 (0)
TestInitialize: TestMethod3 (1)
TestCleanup: TestMethod3 (1)
TestInitialize: TestMethod3 (2)
TestCleanup: TestMethod3 (2)
TestInitialize: TestMethod4 (0)
TestCleanup: TestMethod4 (0)
TestInitialize: TestMethod4 (1)
TestCleanup: TestMethod4 (1)
TestInitialize: TestMethod4 (2)
TestCleanup: TestMethod4 (2)
TestInitialize: TestMethod4 (3)
TestCleanup: TestMethod4 (3)
TestInitialize: TestMethod4 (4)
TestCleanup: TestMethod4 (4)
TestInitialize: TestMethod4 (5)
TestCleanup: TestMethod4 (5)
Test run summary: Passed! - /mnt/vss/_work/1/s/artifacts/tmp/Debug/testsuite/RujUV/TestIgnore/bin/Release/net9.0/TestIgnore.dll (net9.0|x64)
total: 16
failed: 0
succeeded: 14
skipped: 2
duration: 762ms
====================
StandardError:
.
Raw output
at Microsoft.Testing.Platform.Acceptance.IntegrationTests.Helpers.AcceptanceAssert.AssertOutputContains(TestHostResult testHostResult, String value, String callerMemberName, String callerFilePath, Int32 callerLineNumber) in /_/test/IntegrationTests/Microsoft.Testing.Platform.Acceptance.IntegrationTests/Helpers/AcceptanceAssert.cs:line 88
at MSTest.Acceptance.IntegrationTests.IgnoreTests.WhenSpecificDataSourceIsIgnoredViaIgnoreMessageProperty() in /_/test/IntegrationTests/MSTest.Acceptance.IntegrationTests/IgnoreTests.cs:line 101
azure-pipelines / microsoft.testfx
MSTest.Acceptance.IntegrationTests.IgnoreTests.ClassCleanup_Inheritance_WhenClassIsSkipped
Assert.IsTrue failed. Expression 'AssertOutputContainsSummary' failed for member 'ClassCleanup_Inheritance_WhenClassIsSkipped' at line 21 of file '/_/test/IntegrationTests/MSTest.Acceptance.IntegrationTests/IgnoreTests.cs'. Output of the test host is:
Command: /mnt/vss/_work/1/s/artifacts/tmp/Debug/testsuite/RujUV/TestIgnore/bin/Release/net9.0/TestIgnore --settings my.runsettings --filter ClassName!~TestClassWithAssemblyInitialize
====================
ExitCode: 0
====================
StandardOutput:
MSTest v3.8.0-ci (UTC 01/14/2025) [linux-x64 - .NET 9.0.0]
skipped Method (0ms)
AssemblyInitialize
SubClass.Method
skipped TestMethod1 (0ms)
skipped TestMethod1 (0ms)
TestInitialize: TestMethod1 (0)
TestCleanup: TestMethod1 (0)
TestInitialize: TestMethod1 (2)
TestCleanup: TestMethod1 (2)
TestInitialize: TestMethod2 (0)
TestCleanup: TestMethod2 (0)
TestInitialize: TestMethod2 (1)
TestCleanup: TestMethod2 (1)
TestInitialize: TestMethod2 (2)
TestCleanup: TestMethod2 (2)
skipped TestMethod1 (0ms)
skipped TestMethod2 (0ms)
TestInitialize: TestMethod3 (0)
TestCleanup: TestMethod3 (0)
TestInitialize: TestMethod3 (1)
TestCleanup: TestMethod3 (1)
TestInitialize: TestMethod3 (2)
TestCleanup: TestMethod3 (2)
TestInitialize: TestMethod4 (0)
TestCleanup: TestMethod4 (0)
TestInitialize: TestMethod4 (1)
TestCleanup: TestMethod4 (1)
TestInitialize: TestMethod4 (2)
TestCleanup: TestMethod4 (2)
TestInitialize: TestMethod4 (3)
TestCleanup: TestMethod4 (3)
TestInitialize: TestMethod4 (4)
TestCleanup: TestMethod4 (4)
TestInitialize: TestMethod4 (5)
TestCleanup: TestMethod4 (5)
Test run summary: Passed! - /mnt/vss/_work/1/s/artifacts/tmp/Debug/testsuite/RujUV/TestIgnore/bin/Release/net9.0/TestIgnore.dll (net9.0|x64)
total: 21
failed: 0
succeeded: 16
skipped: 5
duration: 645ms
====================
StandardError:
Raw output
at Microsoft.Testing.Platform.Acceptance.IntegrationTests.Helpers.AcceptanceAssert.AssertOutputContainsSummary(TestHostResult testHostResult, Int32 failed, Int32 passed, Int32 skipped, Nullable`1 aborted, Nullable`1 minimumNumberOfTests, String callerMemberName, String callerFilePath, Int32 callerLineNumber) in /_/test/IntegrationTests/Microsoft.Testing.Platform.Acceptance.IntegrationTests/Helpers/AcceptanceAssert.cs:line 126
at MSTest.Acceptance.IntegrationTests.IgnoreTests.ClassCleanup_Inheritance_WhenClassIsSkipped() in /_/test/IntegrationTests/MSTest.Acceptance.IntegrationTests/IgnoreTests.cs:line 21
azure-pipelines / microsoft.testfx
MSTest.Acceptance.IntegrationTests.IgnoreTests.ClassCleanup_Inheritance_WhenClassIsSkipped
Assert.IsTrue failed. Expression 'AssertOutputContainsSummary' failed for member 'ClassCleanup_Inheritance_WhenClassIsSkipped' at line 21 of file '/_/test/IntegrationTests/MSTest.Acceptance.IntegrationTests/IgnoreTests.cs'. Output of the test host is:
Command: /mnt/vss/_work/1/s/artifacts/tmp/Release/testsuite/l8WgX/TestIgnore/bin/Release/net9.0/TestIgnore --settings my.runsettings --filter ClassName!~TestClassWithAssemblyInitialize
====================
ExitCode: 0
====================
StandardOutput:
MSTest v3.8.0-ci (UTC 01/14/2025) [linux-x64 - .NET 9.0.0]
skipped Method (0ms)
AssemblyInitialize
SubClass.Method
skipped TestMethod1 (0ms)
skipped TestMethod1 (0ms)
TestInitialize: TestMethod1 (0)
TestCleanup: TestMethod1 (0)
TestInitialize: TestMethod1 (2)
TestCleanup: TestMethod1 (2)
skipped TestMethod1 (0ms)
TestInitialize: TestMethod2 (0)
TestCleanup: TestMethod2 (0)
TestInitialize: TestMethod2 (1)
TestCleanup: TestMethod2 (1)
TestInitialize: TestMethod2 (2)
TestCleanup: TestMethod2 (2)
skipped TestMethod2 (0ms)
TestInitialize: TestMethod3 (0)
TestCleanup: TestMethod3 (0)
TestInitialize: TestMethod3 (1)
TestCleanup: TestMethod3 (1)
TestInitialize: TestMethod3 (2)
TestCleanup: TestMethod3 (2)
TestInitialize: TestMethod4 (0)
TestCleanup: TestMethod4 (0)
TestInitialize: TestMethod4 (1)
TestCleanup: TestMethod4 (1)
TestInitialize: TestMethod4 (2)
TestCleanup: TestMethod4 (2)
TestInitialize: TestMethod4 (3)
TestCleanup: TestMethod4 (3)
TestInitialize: TestMethod4 (4)
TestCleanup: TestMethod4 (4)
TestInitialize: TestMethod4 (5)
TestCleanup: TestMethod4 (5)
Test run summary: Passed! - /mnt/vss/_work/1/s/artifacts/tmp/Release/testsuite/l8WgX/TestIgnore/bin/Release/net9.0/TestIgnore.dll (net9.0|x64)
total: 21
failed: 0
succeeded: 16
skipped: 5
duration: 677ms
====================
StandardError:
Raw output
at Microsoft.Testing.Platform.Acceptance.IntegrationTests.Helpers.AcceptanceAssert.AssertOutputContainsSummary(TestHostResult testHostResult, Int32 failed, Int32 passed, Int32 skipped, Nullable`1 aborted, Nullable`1 minimumNumberOfTests, String callerMemberName, String callerFilePath, Int32 callerLineNumber) in /_/test/IntegrationTests/Microsoft.Testing.Platform.Acceptance.IntegrationTests/Helpers/AcceptanceAssert.cs:line 126
at MSTest.Acceptance.IntegrationTests.IgnoreTests.ClassCleanup_Inheritance_WhenClassIsSkipped() in /_/test/IntegrationTests/MSTest.Acceptance.IntegrationTests/IgnoreTests.cs:line 21
azure-pipelines / microsoft.testfx
MSTest.Acceptance.IntegrationTests.IgnoreTests.WhenSpecificDataSourceIsIgnoredViaIgnoreMessageProperty
StringAssert.Contains failed. String 'MSTest v3.8.0-ci (UTC 01/14/2025) [linux-x64 - .NET 9.0.0]
AssemblyInitialize
TestInitialize: TestMethod1 (0)
TestCleanup: TestMethod1 (0)
TestInitialize: TestMethod1 (2)
TestCleanup: TestMethod1 (2)
skipped TestMethod1 (0ms)
TestInitialize: TestMethod2 (0)
TestCleanup: TestMethod2 (0)
TestInitialize: TestMethod2 (1)
TestCleanup: TestMethod2 (1)
TestInitialize: TestMethod2 (2)
TestCleanup: TestMethod2 (2)
skipped TestMethod2 (0ms)
TestInitialize: TestMethod3 (0)
TestCleanup: TestMethod3 (0)
TestInitialize: TestMethod3 (1)
TestCleanup: TestMethod3 (1)
TestInitialize: TestMethod3 (2)
TestCleanup: TestMethod3 (2)
TestInitialize: TestMethod4 (0)
TestCleanup: TestMethod4 (0)
TestInitialize: TestMethod4 (1)
TestCleanup: TestMethod4 (1)
TestInitialize: TestMethod4 (2)
TestCleanup: TestMethod4 (2)
TestInitialize: TestMethod4 (3)
TestCleanup: TestMethod4 (3)
TestInitialize: TestMethod4 (4)
TestCleanup: TestMethod4 (4)
TestInitialize: TestMethod4 (5)
TestCleanup: TestMethod4 (5)
Test run summary: Passed! - /mnt/vss/_work/1/s/artifacts/tmp/Release/testsuite/l8WgX/TestIgnore/bin/Release/net9.0/TestIgnore.dll (net9.0|x64)
total: 16
failed: 0
succeeded: 14
skipped: 2
duration: 724ms' does not contain string 'skipped TestMethod3 (1)'. Expression 'AssertOutputContains' failed for member 'WhenSpecificDataSourceIsIgnoredViaIgnoreMessageProperty' at line 101 of file '/_/test/IntegrationTests/MSTest.Acceptance.IntegrationTests/IgnoreTests.cs'. Output of the test host is:
Command: /mnt/vss/_work/1/s/artifacts/tmp/Release/testsuite/l8WgX/TestIgnore/bin/Release/net9.0/TestIgnore --settings my.runsettings --filter TestClassWithDataSourcesUsingIgnoreMessage
====================
ExitCode: 0
====================
StandardOutput:
MSTest v3.8.0-ci (UTC 01/14/2025) [linux-x64 - .NET 9.0.0]
AssemblyInitialize
TestInitialize: TestMethod1 (0)
TestCleanup: TestMethod1 (0)
TestInitialize: TestMethod1 (2)
TestCleanup: TestMethod1 (2)
skipped TestMethod1 (0ms)
TestInitialize: TestMethod2 (0)
TestCleanup: TestMethod2 (0)
TestInitialize: TestMethod2 (1)
TestCleanup: TestMethod2 (1)
TestInitialize: TestMethod2 (2)
TestCleanup: TestMethod2 (2)
skipped TestMethod2 (0ms)
TestInitialize: TestMethod3 (0)
TestCleanup: TestMethod3 (0)
TestInitialize: TestMethod3 (1)
TestCleanup: TestMethod3 (1)
TestInitialize: TestMethod3 (2)
TestCleanup: TestMethod3 (2)
TestInitialize: TestMethod4 (0)
TestCleanup: TestMethod4 (0)
TestInitialize: TestMethod4 (1)
TestCleanup: TestMethod4 (1)
TestInitialize: TestMethod4 (2)
TestCleanup: TestMethod4 (2)
TestInitialize: TestMethod4 (3)
TestCleanup: TestMethod4 (3)
TestInitialize: TestMethod4 (4)
TestCleanup: TestMethod4 (4)
TestInitialize: TestMethod4 (5)
TestCleanup: TestMethod4 (5)
Test run summary: Passed! - /mnt/vss/_work/1/s/artifacts/tmp/Release/testsuite/l8WgX/TestIgnore/bin/Release/net9.0/TestIgnore.dll (net9.0|x64)
total: 16
failed: 0
succeeded: 14
skipped: 2
duration: 724ms
====================
StandardError:
.
Raw output
at Microsoft.Testing.Platform.Acceptance.IntegrationTests.Helpers.AcceptanceAssert.AssertOutputContains(TestHostResult testHostResult, String value, String callerMemberName, String callerFilePath, Int32 callerLineNumber) in /_/test/IntegrationTests/Microsoft.Testing.Platform.Acceptance.IntegrationTests/Helpers/AcceptanceAssert.cs:line 88
at MSTest.Acceptance.IntegrationTests.IgnoreTests.WhenSpecificDataSourceIsIgnoredViaIgnoreMessageProperty() in /_/test/IntegrationTests/MSTest.Acceptance.IntegrationTests/IgnoreTests.cs:line 101