fix(iris): handle contain-hidden-testcases property on judge request …#2995
fix(iris): handle contain-hidden-testcases property on judge request …#2995jspark2000 wants to merge 9 commits intomainfrom
Conversation
|
The preview deployment is ready. 🟢 Open Preview | Open Build Logs Last updated at: 2025-08-26 09:17:53 CET |
|
✅ Syncing Preview App Succeeded Application: |
|
✅ Syncing Preview App Succeeded Application: |
|
✅ Syncing Preview App Succeeded Application: |
1 similar comment
|
✅ Syncing Preview App Succeeded Application: |
|
❗ Syncing Preview App Failed Application: |
|
✅ Syncing Preview App Succeeded Application: |
|
✅ Syncing Preview App Succeeded Application: |
|
✅ Syncing Preview App Succeeded Application: |
|
✅ Syncing Preview App Succeeded Application: |
|
✅ Syncing Preview App Succeeded Application: |
Description
"Evaluate with sample testcases included" 옵션이 비활성화된 contest에 submission 요청 시
채점되지 않아야할 public testcase 가 같이 채점되어 간헐적으로
ServerError로 처리되는 문제를 해결합니다.testcase 패키지내 GetTestcase 메서드에서 새로 정의한 TestcaseFilterCode enum 값에 따라 테스트케이스를 필터링한 후 리턴하도록 수정합니다.
Before submitting the PR, please make sure you do the following
fixes #123).