fix(torghut): add offline replay triage sidecar#7998
Merged
Conversation
0c232f4 to
8a24a28
Compare
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
offline_replay_triagesidecar for target-plan-exclusive paper-route runtime-window imports that are deferred because the target window is not closed or settlement grace is still pending.promotion_allowed: false,authority: non_authoritative_research_triage, andexcluded_from_runtime_window_import_proof: true.Related Issues
None
Testing
cd services/torghut && PATH="$HOME/.local/bin:$PATH" uv run --frozen pytest tests/test_run_empirical_promotion_jobs.py -k 'runtime_window_target_plan_exclusive or offline_replay_triage'— passed, 7 passed / 49 deselected.cd services/torghut && PATH="$HOME/.local/bin:$PATH" uv run --frozen pytest tests/test_run_empirical_promotion_jobs.py— passed, 56 passed.cd services/torghut && PATH="$HOME/.local/bin:$PATH" uv run --with ruff ruff check scripts/renew_latest_empirical_promotion_jobs.py tests/test_run_empirical_promotion_jobs.py— passed.cd services/torghut && PATH="$HOME/.local/bin:$PATH" uv run --with ruff ruff format --check scripts/renew_latest_empirical_promotion_jobs.py tests/test_run_empirical_promotion_jobs.py— passed.cd services/torghut && PATH="$HOME/.local/bin:$PATH" uv run --with coverage python scripts/check_diff_coverage.py --coverage-xml coverage.xml --threshold 90— passed after local coverage generation, 149/149 changed renewal-script lines covered.Screenshots (if applicable)
N/A
Breaking Changes
None
Checklist