docs(backlog): triage FIX-LIVE-DCS-FAILURES, close Feature Q L4 gap#23
Merged
Conversation
The first live run (2026-07-10) surfaced 18 scenario failures never turned into tickets; 8 are already fixed by POST-FULLGAS-FIXES as a side effect, this opens a lot to triage the remaining 10. Also records the L4 pilotPassive confirmation for Feature Q's whole-vehicle Request Equipment menu (done live with David, UH-1H), which had merged with only headless L3 coverage. Backlog index refreshed: REINTEGRATE-ORPHAN-TESTS and POST-FULLGAS-FIXES were merged but still listed as active. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Fresh live run against the already-loaded mission (--no-ai, two consecutive runs): 48/48 auto/auto-check scenarios PASS, including all 10 flagged in ticket 01. Root cause is the same cross-scenario state contamination already documented for F-120/F-121/F-122/F-123 in the 2026-07-10 run (shared MenuManager/scheduler/probe-guard state across a long mission session) — a mission reload clears it, no src or test change needed. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Reviewer's GuideDocuments the resolution of the first live DCS run failures lot, records L4 confirmation for Feature Q, and refreshes backlog metadata to reflect completed lots and the relationship between live-run failures and prior fixes. Flow diagram for FIX-LIVE-DCS-FAILURES lot and related backlog lotsflowchart TD
subgraph LiveRun_2026_07_10
A[First_live_run 45_scenarios]
B[18_failures]
end
B --> C[8_failures_fixed_by_POST_FULLGAS_FIXES]
B --> D[10_failures_in_FIX_LIVE_DCS_FAILURES_lot]
C --> E[Lot_POST_FULLGAS_FIXES_done]
D --> F[Lot_FIX_LIVE_DCS_FAILURES_done]
subgraph FreshLiveRun_2026_07_12
G[Reload_mission_before_run]
H[Run_tools_integration_runner_run_scenarios_py_no_ai]
I[48_48_auto_auto_check_PASS]
end
F --> G
G --> H
H --> I
E --> J[CLEANUP_LEGACY_DCS_TESTS_sibling_program]
F --> J
File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
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
FIX-LIVE-DCS-FAILURESlot: the 10 (of 18) live-run failures from 2026-07-10 not already fixed byPOST-FULLGAS-FIXESare all cross-scenario state contamination (same class as the already-documented F-120/F-121/F-122/F-123), not real bugs — a mission reload clears them, confirmed 48/48 green on two consecutive fresh live runs. Nosrc/test changes needed.pilotPassiveconfirmation for Feature Q's whole-vehicle Request Equipment menu (done live with David, UH-1H), which had merged with only headless L3 coverage..backlog/README.md:REINTEGRATE-ORPHAN-TESTSandPOST-FULLGAS-FIXESwere merged but still listed as active/in-progress.Test plan
python tools/integration-runner/run_scenarios.py --no-ai— 48/48 PASS, run twice for stabilitysrc/touched, no rebuild needed🤖 Generated with Claude Code
Summary by Sourcery
Document resolution of the initial live DCS integration run failures and finalize the FIX-LIVE-DCS-FAILURES lot, while recording L4 validation for Feature Q and updating backlog status.
Enhancements:
Documentation: