.NET: Temporarily skip flaky steering harness session reuse test - #8377
Merged
Roger Barreto (rogerbarreto) merged 2 commits intoSep 15, 2026
Merged
Conversation
Contributor
There was a problem hiding this comment.
Copilot wasn't able to review any files in this pull request.
💡 Add a code-review agent skill for context-aware, tailored reviews. Learn more in the docs.
Copilot started work on behalf of
Roger Barreto (rogerbarreto)
September 14, 2026 17:21
View session
Co-authored-by: rogerbarreto <19890735+rogerbarreto@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Investigate and stabilize steering harness session reuse test
.NET: Temporarily skip flaky steering harness session reuse test
Sep 14, 2026
Roger Barreto (rogerbarreto)
marked this pull request as ready for review
September 14, 2026 17:25
Roger Barreto (rogerbarreto)
deployed
to
github-app-auth
September 14, 2026 17:26 — with
GitHub Actions
Active
Roger Barreto (rogerbarreto)
enabled auto-merge
September 14, 2026 17:26
SergeyMenshykh
approved these changes
Sep 14, 2026
westey (westey-m)
approved these changes
Sep 14, 2026
Contributor
Code Coverage OverviewLanguages: C# C# / code-coverage/dotnetThe overall line coverage in commit 0768457 in the Show a line coverage summary of the most covered files.
|
Vincent Biret (baywet)
deleted the
copilot/stabilize-steering-harness-test
branch
September 17, 2026 14:40
This was referenced Sep 18, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Motivation & Context
SteerableLongRunningIntegrationTests.ActiveMafTurn_QueuesSteeringThenRunsItOnTheSameSessionAsyncfails intermittently in .NET CI (net10.0,ubuntu-latest): the assertion right after submitting the steering request expectsagent.RunCount == 1but observes2. Root cause is unknown — it may be test synchronization or a runtime behavior regression — so this PR is an interim mitigation to unblock CI while investigation continues under issue #8376.Description & Review Guide
What are the major changes?
Single test-only change in
dotnet/tests/Microsoft.Agents.AI.Foundry.Hosting.UnitTests/SteerableLongRunningIntegrationTests.cs, using the repository's existing xUnit skip convention:Test body and every assertion are preserved verbatim, so the sequential-execution and session-continuity guarantees remain encoded for when the test is re-enabled.
What is the impact of these changes?
Microsoft.Agents.AI.Foundry.Hosting.UnitTestsproject reports 464 total / 463 passed / 1 skipped. No production code, other tests, project files, or CI workflows are touched.What do you want reviewers to focus on?
Contribution Checklist
breaking changelabel (or add "[BREAKING]" to the title prefix, before or after any language prefix) — a workflow keeps the label and title prefix in sync automatically.