|
All checks were successful
CI Trade-In / changes (pull_request) Successful in 15s
CI Trade-In / backend-tests (pull_request) Has been skipped
CI Trade-In / browser-tests (pull_request) Has been skipped
CI / changes (pull_request) Successful in 17s
CI Trade-In / frontend-checks (pull_request) Has been skipped
CI / frontend-tests (pull_request) Has been skipped
CI / openapi-codegen-check (pull_request) Successful in 2m46s
CI / backend-tests (pull_request) Successful in 6m46s
test_3448_caddy_only_detection.py и test_2950_latest_image_revision_gate.py запускают дочерние bash-процессы (subprocess.run bash -c / прямой запуск .sh со скриптом) — на Windows нет POSIX shell на PATH, процесс не стартует (RPC-ошибка про handle). В CI (Linux) эти тесты идут штатно, регрессии нет. Пропуск только для кейсов, реально исполняющих дочерний процесс: - test_3448: 10 обычных тестов + параметризованный test_paths_that_merely_start_with_caddy_are_not_the_fast_path (3 кейса) — все вызывают _run/_run_guard -> subprocess. Чисто текстовые проверки (test_fast_path_takes_the_same_host_lock, test_exclusion_gate_has_something_to_check, test_no_paths_filter_relies_on_exclusion_patterns) читают только YAML и исполняются локально без изменений. - test_2950: все 7 тестов вызывают check-latest-image-revision.sh дочерним процессом — module-level skipif. Каждый новый skip зарегистрирован в tests/skip_allowlist.txt (гейт в conftest.py роняет прогон на незарегистрированных пропусках). Локальный прогон обоих файлов на Windows: 5 passed, 20 skipped, exit 0, без жалоб гейта. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01JY6iWDnGDthdvsMWgK1BMG |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| test_3xxx_alertmanager_inode.py | ||
| test_2203_backup_trailer_grep_dashdash.py | ||
| test_2203_env_offbox.py | ||
| test_2203_notify_topic.py | ||
| test_2950_deploy_concurrency_group.py | ||
| test_3029_deploy_drift.py | ||
| test_3059_alert_retry.py | ||
| test_3078_alert_ack.py | ||
| test_3078_alert_topic.py | ||
| test_3078_exporter_profiles.py | ||
| test_3078_metrics_role_discovery.py | ||
| test_3078_oncall_route.py | ||
| test_3114_log_credential_scrub.py | ||
| test_3114_pg_exporter_version.py | ||
| test_3443_caddy_reload_not_recreate.py | ||
| test_3448_caddy_only_detection.py | ||
| test_3467_prometheus_reload.py | ||
| test_alert_value_is_the_described_quantity.py | ||