chore(tests): skip POSIX-only ops tests on Windows #3520
No reviewers
Labels
No labels
Fable 5 ревью
GG-форсайт
admin
analytics
auth
automation
bug
business
chore
ci
compliance
data
data-moat
docs
duplicate
dx
enhancement
feedback/max
generative
needs-discussion
needs-human
observability
pause-bots
performance
priority/p0
priority/p1
priority/p2
priority/p3
scope/backend
scope/db
scope/devops
scope/frontend
scope/qa
scrapers
security
site-finder
stage/1
stage/2
status/blocked
status/done
status/needs-analysis
status/needs-fix
status/qa
status/ready
status/review
status/wip
tech-debt
tradein
ux
week ревью 1
wontfix
ИРД
вторичка
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: lekss361/gendesign#3520
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch "chore/skip-posix-only-tests-on-windows"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
test_3448_caddy_only_detection.py(13) иtest_2950_latest_image_revision_gate.py(7) — не регрессия, дочерний bash-процесс не стартует на Windows (POSIX shell отсутствует на PATH). В CI (Linux) оба файла зелёные.@pytest.mark.skipif(sys.platform == "win32", ...)только те тесты, которые реально запускают дочерний процесс (subprocess/bash-скрипт). Чисто-логические проверки (читают YAML/строки, без subprocess) не тронуты и продолжают исполняться на Windows.backend/tests/skip_allowlist.txt— иначе гейт вconftest.pyроняет прогон на незарегистрированных пропусках.Test plan
5 passed, 20 skipped, exit code 0, без сообщения гейта о незарегистрированных пропусках🤖 Generated with Claude Code
https://claude.ai/code/session_01JY6iWDnGDthdvsMWgK1BMG