You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test: fix vacuous assertions in compiler_tests.rs (section 5) (#1476)
Five tests in the 3700-4800 line range only called assert_valid_yaml
with no additional content assertions, providing no regression value
beyond a parse check.
- test_standalone_pipeline_trigger_compiled_output_is_valid_yaml:
add assertions on pipelines resource block, upstream name/project,
and disabled CI/PR triggers.
- test_skip_integrity_valid_yaml_standalone: add assertion that
'Verify pipeline integrity' is absent when --skip-integrity is passed.
- test_skip_integrity_valid_yaml_1es: same fix for the 1ES fixture.
- test_debug_pipeline_valid_yaml_standalone: add assertions that
DEBUG="*" and 'Verify MCP backends' are present with --debug-pipeline.
- test_debug_pipeline_valid_yaml_1es: same fix for the 1ES fixture.
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
0 commit comments