Skip to content

Known Build Error: CanUseFormWithMethodGet fails #61880

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

Closed
ilonatommy opened this issue May 12, 2025 · 1 comment · Fixed by #61881
Closed

Known Build Error: CanUseFormWithMethodGet fails #61880

ilonatommy opened this issue May 12, 2025 · 1 comment · Fixed by #61881
Assignees
Labels
area-infrastructure Includes: MSBuild projects/targets, build scripts, CI, Installers and shared framework Known Build Error Issue that should show up in Build Analysis

Comments

@ilonatommy
Copy link
Member

ilonatommy commented May 12, 2025

Build Information

Build: https://dev.azure.com/dnceng-public/cbb18261-c48f-4abb-8651-8cdcb5474649/_build/results?buildId=1037724
Build error leg or test failing: Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.CanUseFormWithMethodGet(suppressEnhancedNavigation: True)
Pull request: #61851

Error Message

Fill the error message using step by step known issues guidance.

{
  "ErrorMessage": "Expected: Initial value",
  "ErrorPattern": "",
  "BuildRetry": false,
  "ExcludeConsoleLog": false
}

Observed falures were for suppressEnhancedNavigation: True.

[xUnit.net 00:01:14.31]     Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.CanUseFormWithMethodGet(suppressEnhancedNavigation: True) [FAIL]
  Failed Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.CanUseFormWithMethodGet(suppressEnhancedNavigation: True) [44 s]
  Error Message:
   OpenQA.Selenium.BrowserAssertFailedException : Xunit.Sdk.EqualException: Assert.Equal() Failure: Values differ
Expected: Initial value
Actual:   Edited value
   at Xunit.Assert.Equal[T](T expected, T actual, IEqualityComparer`1 comparer) in /_/src/xunit.assert/Asserts/EqualityAsserts.cs:line 154
   at Microsoft.AspNetCore.E2ETesting.WaitAssert.<>c__DisplayClass19_0`1.<WaitAssertCore>b__0(IWebDriver _) in /home/vsts/work/1/s/src/Shared/E2ETesting/WaitAssert.cs:line 104

Known issue validation

Build: 🔎 https://dev.azure.com/dnceng-public/public/_build/results?buildId=1037724
Error message validated: [Expected: Initial value]
Result validation: ✅ Known issue matched with the provided build.
Validation performed at: 5/12/2025 7:27:07 AM UTC

Report

Build Definition Test Pull Request
1037697 dotnet/aspnetcore Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.CanUseFormWithMethodGet(suppressEnhancedNavigation: True) #61850
1037634 dotnet/aspnetcore Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.CanUseFormWithMethodGet(suppressEnhancedNavigation: True) #61813
1039318 dotnet/aspnetcore Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.CanUseFormWithMethodGet(suppressEnhancedNavigation: True) #61748
1038805 dotnet/aspnetcore Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.CanUseFormWithMethodGet(suppressEnhancedNavigation: True) #61843
1037724 dotnet/aspnetcore Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.CanUseFormWithMethodGet(suppressEnhancedNavigation: True) #61851

Summary

24-Hour Hit Count 7-Day Hit Count 1-Month Count
4 5 5

Report

Build Definition Test Pull Request
1039658 dotnet/aspnetcore Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.CanUseFormWithMethodGet(suppressEnhancedNavigation: True)
1039426 dotnet/aspnetcore Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.CanUseFormWithMethodGet(suppressEnhancedNavigation: True) #58917
1039541 dotnet/aspnetcore Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.CanUseFormWithMethodGet(suppressEnhancedNavigation: True) #61883
1039550 dotnet/aspnetcore Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.CanUseFormWithMethodGet(suppressEnhancedNavigation: True) #61860
1037634 dotnet/aspnetcore Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.CanUseFormWithMethodGet(suppressEnhancedNavigation: True) #61813
1039380 dotnet/aspnetcore Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.CanUseFormWithMethodGet(suppressEnhancedNavigation: True) #61821
1037697 dotnet/aspnetcore Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.CanUseFormWithMethodGet(suppressEnhancedNavigation: True) #61850
1039362 dotnet/aspnetcore Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.CanUseFormWithMethodGet(suppressEnhancedNavigation: True) #58917
1039318 dotnet/aspnetcore Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.CanUseFormWithMethodGet(suppressEnhancedNavigation: True) #61748
1038805 dotnet/aspnetcore Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.CanUseFormWithMethodGet(suppressEnhancedNavigation: True) #61843
1037724 dotnet/aspnetcore Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.CanUseFormWithMethodGet(suppressEnhancedNavigation: True) #61851

Summary

24-Hour Hit Count 7-Day Hit Count 1-Month Count
10 11 11
@ilonatommy ilonatommy added this to the .NET 10 Planning milestone May 12, 2025
@ilonatommy ilonatommy self-assigned this May 12, 2025
@ilonatommy ilonatommy added the Known Build Error Issue that should show up in Build Analysis label May 12, 2025
@github-actions github-actions bot added the needs-area-label Used by the dotnet-issue-labeler to label those issues which couldn't be triaged automatically label May 12, 2025
@ilonatommy
Copy link
Member Author

Using the chrome version before we merged #61157, the test passes. In this situation, I am quarantining it.

@gfoidl gfoidl added area-infrastructure Includes: MSBuild projects/targets, build scripts, CI, Installers and shared framework and removed needs-area-label Used by the dotnet-issue-labeler to label those issues which couldn't be triaged automatically labels May 12, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-infrastructure Includes: MSBuild projects/targets, build scripts, CI, Installers and shared framework Known Build Error Issue that should show up in Build Analysis
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants