feat: add benchmark-programs — 58 telecom COBOL test programs

作为子目录纳入系统,与核心测试管道协同

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
NB-076
2026-06-25 09:53:21 +08:00
parent 50f9f0f52f
commit 94400d50d4
278 changed files with 44125 additions and 0 deletions
@@ -0,0 +1,19 @@
# RERUN/RESTART Testing
## Test Cases
| Test ID | Description |
|---------|-------------|
| RR-N001 | Create initial input data (5 records) |
| RR-N002 | Process input to output (idempotent operation) |
| RR-N003 | Re-run idempotent verification (same count/sum) |
| RR-N004 | Output file already exists (OPEN EXTEND, STATUS check) |
## Features Covered
- Idempotent re-execution (same data produces same result)
- OPEN EXTEND for existing output files
- FILE STATUS checking on file operations
- Sequential input/output processing
## Expected Results
All 4 tests should display PASS. Running the program twice should produce identical output.