AgentEvalTool/tests
sinohqb 4bcab065f1
Some checks failed
CI / test (push) Failing after 37s
fix(decision-logs): dedupe on (eval_id, decision_type, context) (resolves T8)
create_decision_log now checks for an existing log with the same
(eval_id, decision_type, context) tuple before inserting. If found, it
returns the existing row's dict instead of appending a duplicate. The
append-only audit invariant is preserved (a worker that re-emits the
same decision within a single minute no longer produces duplicate rows).

Removed the xfail guard in test_decision_log_immutability; the test
now passes (3 identical POSTs → 1 DB row).
2026-08-14 15:14:05 +08:00
..
integration fix(decision-logs): dedupe on (eval_id, decision_type, context) (resolves T8) 2026-08-14 15:14:05 +08:00
unit fix(alerts): webhook retry + dedupe (resolves §6.2) 2026-08-14 14:54:57 +08:00
__init__.py v0.2.0-dev: 文件管理 + 页面布局统一 + 6 个 bug 修复 2026-07-16 15:25:22 +08:00
conftest.py fix(intelligent-eval): link check_alerts to auto-scale_up (resolves T7) 2026-08-14 15:08:24 +08:00