Skip to content

[test-quarantine] Unquarantine Razor build and runtime compilation tests (issue #56553)#66492

Merged
wtgodbe merged 1 commit intomainfrom
test-quarantine/unquarantine-56553-razor-cf76bb05601afc20
Apr 27, 2026
Merged

[test-quarantine] Unquarantine Razor build and runtime compilation tests (issue #56553)#66492
wtgodbe merged 1 commit intomainfrom
test-quarantine/unquarantine-56553-razor-cf76bb05601afc20

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

The following Razor build and runtime compilation tests have been passing 100% in the quarantined test pipeline (pipeline 84) for 30+ days:

RazorBuildTest:

  • RazorViews_AreUpdatedOnChange
  • RazorPages_AreUpdatedOnChange

RazorRuntimeCompilationHostingStartupTest:

  • RazorViews_CanBeServedAndUpdatedViaRuntimeCompilation
  • RazorPages_CanBeServedAndUpdatedViaRuntimeCompilation

Resolves #56553

Note

🔒 Integrity filter blocked 10 items

The following items were blocked because they don't meet the GitHub integrity level.

  • #66364 pull_request_read: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".
  • #66443 pull_request_read: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".
  • #66331 pull_request_read: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".
  • #66427 pull_request_read: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".
  • #66365 pull_request_read: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".
  • #63641 pull_request_read: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".
  • #65815 search_pull_requests: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".
  • #65817 search_pull_requests: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".
  • #65827 search_pull_requests: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".
  • #65816 search_pull_requests: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".

To allow these resources, lower min-integrity in your GitHub frontmatter:

tools:
  github:
    min-integrity: approved  # merged | approved | unapproved | none

Generated by Daily Test Quarantine Management · ● 11.1M ·

RazorViews_AreUpdatedOnChange, RazorPages_AreUpdatedOnChange,
RazorViews_CanBeServedAndUpdatedViaRuntimeCompilation, and
RazorPages_CanBeServedAndUpdatedViaRuntimeCompilation have been passing
100% for 30+ days in the quarantined test pipeline.

Co-authored-by: Copilot <[email protected]>
@github-actions github-actions Bot requested a review from a team as a code owner April 27, 2026 11:02
@github-actions github-actions Bot added test-failure area-mvc Includes: MVC, Actions and Controllers, Localization, CORS, most templates labels Apr 27, 2026
@wtgodbe
Copy link
Copy Markdown
Member

wtgodbe commented Apr 27, 2026

Passed once

@wtgodbe
Copy link
Copy Markdown
Member

wtgodbe commented Apr 27, 2026

/azp run

@azure-pipelines
Copy link
Copy Markdown

Azure Pipelines successfully started running 3 pipeline(s).

Copy link
Copy Markdown
Member

@wtgodbe wtgodbe left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Passed twice

@wtgodbe wtgodbe merged commit 17e4041 into main Apr 27, 2026
24 checks passed
@wtgodbe wtgodbe deleted the test-quarantine/unquarantine-56553-razor-cf76bb05601afc20 branch April 27, 2026 17:23
@dotnet-policy-service dotnet-policy-service Bot added this to the 11.0-preview5 milestone Apr 27, 2026
github-actions Bot added a commit that referenced this pull request Apr 28, 2026
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 <[email protected]>
wtgodbe pushed a commit that referenced this pull request Apr 28, 2026
#66515)

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: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Copilot <[email protected]>
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 test-failure

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Quarantine RazorViews_AreUpdatedOnChange and RazorPages_AreUpdatedOnChange

1 participant