Commit Graph
6 Commits
Author SHA1 Message Date
hangshuo652 87e62fd3b6 restore: YAML schema files KIN06CLD, KIN08DBU, KIN09CSV 2026-08-23 21:48:09 +08:00
hangshuo652 732a0bbdaa chore: 恢复10个缺失的YAML schema文件
从 feat/phase2-review-fixes 恢复:
JIN05UPD, KYU02REG, KYU04CAL, KYU05DED, KYU06UPD,
SHA02MNC, SHA03MNP, SHA04TWO, SHA06TWM, SHA07KBR
2026-08-23 21:35:33 +08:00
hangshuo652 0203ead96b feat: config-driven multi-scenario + gcda accumulation fix + gcov merge fix
Config-driven architecture:
- coverage_dates: YAML-driven date replacement for LEAVE_RECORDS
- row_overrides: per-scenario field overrides (e.g. STATUS='9')
- delete_all_rows: per-scenario table emptying for empty-cursor tests

gcda accumulation fix (V3 bug #7):
- Delete .gcda before each scenario run to prevent GnuCOBOL accumulation
- Force-copy scenario gcda (skip mtime check)
- Copy scenario DB to CWD data/kin.db for CONNECT TO path resolution

Multi-run gcov merge fix:
- Always merge multi-run gcov data regardless of generate_coverage flag
- Fix v3_root UnboundLocalError in cleanup path

Other fixes:
- _make_key_unique: skip WHERE-constrained columns to avoid PK conflict
- incremental_supplement: support fields_dict for base record generation
- check_coverage: use structure coverage data if available
- orchestrator.py: filter _-prefixed fields in TestCase; merge Agent2Data cases
2026-07-18 08:42:55 +08:00
hangshuo652 54d4e81240 feat: phase2 review fixes
- TIME injection: change from spaces to '2500' (hour>23) for NUMVAL trigger
- Runner: add .resolve() to work_dir to fix chdir+relative path breakage
- Coverage: per-target field overrides for DP#9-#12 (START-DATE=20240115 etc.)
- .gitignore: add compilation artifacts, temp scripts, test outputs
2026-07-15 21:46:28 +08:00
hangshuo652 f3be17e5eb feat: 多轮运行 + GCOV 合并 + JSON 出力 + DesignDataGenerator 2026-07-12 21:04:58 +08:00
hangshuo652 af37e33b98 feat: DB管线补全 + 新增orchestrator_db/program_schema/to_sql + 清理临时脚本 2026-07-11 14:55:52 +08:00