Skip to content

[test-quarantine] Re-quarantine RazorRuntimeCompilationHostingStartupTest (issue #56553)#66515

Merged
wtgodbe merged 1 commit intomainfrom
re-quarantine-razor-runtime-compilation-2026-04-28-6e2ac6784ccec504
Apr 28, 2026
Merged

[test-quarantine] Re-quarantine RazorRuntimeCompilationHostingStartupTest (issue #56553)#66515
wtgodbe merged 1 commit intomainfrom
re-quarantine-razor-runtime-compilation-2026-04-28-6e2ac6784ccec504

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

The tests RazorViews_CanBeServedAndUpdatedViaRuntimeCompilation and RazorPages_CanBeServedAndUpdatedViaRuntimeCompilation were unquarantined in #66492 (merged 2026-04-27) but began failing immediately after the unquarantine commit landed on main.

Both tests are failing at the "cached compilation" Assert-3 check: after updating a Razor file and retrieving the new compiled assembly name, a subsequent request (with no file changes) unexpectedly returns a different assembly name, indicating the page was spuriously recompiled.

Failure count since unquarantine

Test Failures Recent failing builds
RazorPages_CanBeServedAndUpdatedViaRuntimeCompilation 4 1398790, 1398958, 1399225, 1399308
RazorViews_CanBeServedAndUpdatedViaRuntimeCompilation 3 1398790, 1398958, 1399308

Associated issue: #56553

Generated by Daily Test Quarantine Management · ● 4.1M ·

RazorViews_CanBeServedAndUpdatedViaRuntimeCompilation and
RazorPages_CanBeServedAndUpdatedViaRuntimeCompilation were unquarantined
in #66492 but have been failing again in CI immediately after the
unquarantine commit landed on main (builds 1398790, 1398958, 1399225,
1399308).

The tests are failing with a Xunit.Sdk.EqualException in the
'cached compilation' check (Assert-3): after requesting the same page
with no file changes, the test gets a different assembly name,
indicating the page is being spuriously recompiled.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@Youssef1313 Youssef1313 enabled auto-merge (squash) April 28, 2026 11:00
@github-actions github-actions Bot added the area-mvc Includes: MVC, Actions and Controllers, Localization, CORS, most templates label Apr 28, 2026
@wtgodbe wtgodbe disabled auto-merge April 28, 2026 16:00
@wtgodbe wtgodbe enabled auto-merge (squash) April 28, 2026 16:01
@wtgodbe wtgodbe merged commit e5df96a into main Apr 28, 2026
24 checks passed
@wtgodbe wtgodbe deleted the re-quarantine-razor-runtime-compilation-2026-04-28-6e2ac6784ccec504 branch April 28, 2026 17:31
@dotnet-policy-service dotnet-policy-service Bot added this to the 11.0-preview5 milestone Apr 28, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area-mvc Includes: MVC, Actions and Controllers, Localization, CORS, most templates re-quarantine test-failure

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants