ITADN

[Test] AsnycProfilerV1Tests StateMachineAsync_ResumeDispatchStack Fails

#132024Openmdh1418 创建于 17 天前
area-Infrastructure-librariesblocking-clean-ciuntriaged
M
mdh1418commented
## Build Information Build: https://dev.azure.com/dnceng-public/cbb18261-c48f-4abb-8651-8cdcb5474649/_build/results?buildId=1544255 Build error leg or test failing: System.Threading.Tasks.Tests.AsyncProfilerTests.StateMachineAsync_InlineCompletionClimb Pull request: https://github.com/dotnet/runtime/pull/131991 <!-- Error message template --> ## Error Message ``` Expected async boundary frames [V1.MoveNextAsDispatcher] (leaf->root) were not all present in order. Captured boundaries (leaf->root): []. ``` ## Stack Trace ``` at System.Threading.Tasks.Tests.AsyncProfilerTests.AssertBoundarySubsequence(List`1 capturedLeafToRoot, String[] expectedLeafToRoot) in /_/src/libraries/System.Runtime/tests/System.Threading.Tasks.Tests/System.Runtime.CompilerServices/AsyncProfilerTests.cs:line 265 at System.Threading.Tasks.Tests.AsyncProfilerTests.StateMachineAsync_ResumeDispatchStack() in /_/src/libraries/System.Runtime/tests/System.Threading.Tasks.Tests/System.Runtime.CompilerServices/AsyncProfilerV1Tests.cs:line 3409 at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) in /_/src/libraries/System.Private.CoreLib/src/System/Reflection/RuntimeMethodInfo.cs:line 134 ``` <!-- Use ErrorMessage for String.Contains matches. Use ErrorPattern for regex matches (single line/no backtracking). Set BuildRetry to `true` to retry builds with this error. Set ExcludeConsoleLog to `true` to skip helix logs analysis. --> ```json { "ErrorMessage": "Expected async boundary frames", "ErrorPattern": "", "BuildRetry": false, "ExcludeConsoleLog": false }
1 条评论