fix: t11 시드 스코프 + pgTAP 러너 거짓 통과 구멍 - #123
Merged
Merged
Conversation
- t11 report_issued count 를 시드 사용자로 스코프 — 운영 실데이터 (실기기 발행 2건)와 공존 가능하게(테스트 자급자족 원칙) - run_db_tests.sh: psql 컬럼 정렬이 'not ok' 앞에 공백을 붙여 ^not ok 그렙이 실패를 놓치던 구멍(거짓 ✅) — ^[[:space:]]* 허용 Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
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.
IP 허용 후 재검증에서 발견된 2건:
report_issuedcount 단언이 무스코프라 운영 실데이터(실기기에서 실제 발행한 2건)와 충돌. 시드 사용자로 스코프해 자급자족 복원not ok앞에 정렬 공백을 붙여grep '^not ok'가 실패를 못 잡고 ✅ 를 찍었음.^[[:space:]]*not ok로 교정 — 1번 버그가 이 구멍 덕에 조용히 통과되고 있었다수정 후 전 스위트(t01~t11) 운영 DB 재실행 — 진짜 전부 통과. 스냅샷은 diff 0(수동 패치 정확성 재확인).
🤖 Generated with Claude Code