d984cba714ccac2ec91a08289797a5414498a5cb
单测包不经 main,缺驱动空导入导致 go test ./workflow/dao/flow/ 报 "cannot find database driver for specified database type pgsql"。 新增 TestFlowSegmentResultDaoResurrect:验证 DeleteByExecution 软删后, 对同一 (execution_id, node_id, segment_index) 重新 Save 能否清除 deleted_at 使 ListByNode 再次可见。实测 upsert 的 DO UPDATE SET 子句 不含 deleted_at,段2 不复活 —— 留作失败证据供控制器裁决。 Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
Description
No description provided
1.1 MiB