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
fix(ci): 회귀 floor 검증 — collected(passed+skipped) vs total + skip_tolerance
문제: CI run #3 실패 — Linux CI에서 test_ports_smoke의 2개 테스트가 KIS
parquet cache 부재로 합법적 skip. baseline.json의 pass=46만 비교하니
44 < 46으로 회귀 오판정.
해결:
- pass만 비교 -> collected(passed+skipped+failed) vs baseline.test.total
- skipped <= baseline.test.skip_tolerance 추가 확인
- failed > 0이면 즉시 실패
이제 환경별 합법적 skip은 허용하되 테스트 유실(collection 감소)은 차단.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
0 commit comments