AgentEvalTool/tests
sinohqb 38e3817433
Some checks failed
CI / test (push) Has been cancelled
fix(intelligent-eval): atomic CAS in assign_task and complete_task (resolves §6.1)
Replace read-check-write in task_queue.assign_task with UPDATE...WHERE
status='pending' and decide on rowcount so two concurrent workers
cannot both claim the same task. Also harden complete_task with the
same CAS pattern (status='assigned') so a worker + stuck-handler
double-complete leaves the DB in one state.

The xfail guard in test_worker_task_resilience now passes (4/4).
2026-08-14 14:52:34 +08:00
..
integration fix(intelligent-eval): atomic CAS in assign_task and complete_task (resolves §6.1) 2026-08-14 14:52:34 +08:00
unit test(intelligent-eval): add openclaw_client + webhook tests (#5) 2026-08-13 02:56:32 +08:00
__init__.py v0.2.0-dev: 文件管理 + 页面布局统一 + 6 个 bug 修复 2026-07-16 15:25:22 +08:00
conftest.py feat(intelligent-eval): add backend for OpenClaw-driven intelligent evaluation (tickets 01-04) 2026-08-05 03:18:52 +08:00