test: headless DownloadOrchestrationService coverage#136
Merged
bodencrouch merged 3 commits intoJun 12, 2026
Conversation
Cover constructor guards, idle state, cancel signaling, and safe single-component entry points without modal dialog dependencies.
bodencrouch
pushed a commit
that referenced
this pull request
Jun 10, 2026
Replace generic KB/routing pointer with explicit merge order and arc rows.
bodencrouch
added a commit
that referenced
this pull request
Jun 12, 2026
* docs: refresh June 2026 KB arc index for merged PRs Route agents to merged slices through #125 and open PRs #126–#127; update deferred MainWindow table and rebrand telemetry cross-links. * docs: land KB closure with landing PR refs #129 and #130 Cherry-pick plan 080; route open slices to rebased landing PRs and note superseded duplicates. * docs: add June 2026 landing PR routing for agents Document merge order for #129–#131 and superseded PRs in AGENTS.md and copilot-instructions. * docs: consolidate June landing KB and agent routing for #133 Update merge queue and superseded-PR notes; supersedes closed #131 and #132. * docs: refresh June landing queue for PRs #134–#136 Replace generic KB/routing pointer with explicit merge order and arc rows. * docs: add #137 to June 2026 landing queue Update agent routing and KB arc table for DownloadIndicatorUiHelper PR. * docs: add #138–#139 to June 2026 landing queue Update agent routing and KB tables for StepNavigation and ValidationDisplay PRs. * docs: mark #138 superseded by plan 096 step progress branch Add landing queue pointers for refactor/step-progress-ui-helper. * docs: landing queue for #140; note plan 098 on #137 Replace plan 096 branch pointer with PR #140 after closing #138. * docs: dedupe #137 row in KB README --------- Co-authored-by: Copilot <th3w1zard1@users.noreply.github.com>
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.
Summary
DownloadOrchestrationServiceTests(8 headless tests) for constructor guards, idle initial state, cancelDownloadStateChangedsignaling, no-URL single-component guard, and null-safe entry points.--filter DownloadOrchestrationServicein deferred GUI KB (plan088).Independent of landing queue PRs #130–#135; branches from current
master.Test plan
dotnet test src/ModSync.Tests/ModSync.Tests.csproj --filter DownloadOrchestrationService(8 passed)