SQL 채점 공정성과 시험 운영 안정성 개선 - #73
Merged
Merged
Conversation
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.
목적
채점 서버 장애가 학생의 마지막 제출 기회를 소진하고, 마감 전에 접수한 정답도 처리 완료가 늦으면 점수가 저장되지 않았습니다. 숫자의 끝자리 0이나 정렬 동률은 오답이 되면서 SQL NULL과 문자열 NULL은 같게 처리됐습니다. 제출·비교·시험 운영의 관련 결함을 함께 수정해 한 번의 dev 검토·배포에서 확인할 수 있도록 묶었습니다.
변경
profile같은 정상 식별자와 문자열을 허용합니다. MySQL 권한 격리와 위험 함수·실행 시간 힌트 제한은 유지합니다. 문제 내보내기·일괄 검토 도구도 새 규약을 사용하며 임의 반올림으로 답 차이를 숨기지 않습니다.검증
검토·dev 확인
AWS apply·비밀번호 회전·dev/main 병합은 수행하지 않았습니다. main 병합은 dev 검증 이후에도 명시적 지시를 기다립니다.