docs(state): refresh remaining remediation scope after P2/X closure
This commit is contained in:
@@ -142,9 +142,12 @@
|
||||
- P1-4 webhook DB 连接污染
|
||||
- P1-6 分享 allowlist
|
||||
- P1-8 备份恢复演练
|
||||
- P2-2 channel_sync 单一 DAO 真相
|
||||
- P2-4 portal token / JWT secret 分离(已通过 P2-4 单元测试 + prod fail-closed)
|
||||
- P2-5 payment webhook secret fail-closed(已通过 P2-5 单元测试 + prod fail-closed)
|
||||
|
||||
已完成并不再列为整改项:
|
||||
|
||||
- P2-2 channel_sync 单一 DAO 真相
|
||||
- P2-6 历史快照头注补齐
|
||||
- X-02 支付域设计
|
||||
- X-03 Delivery 交付服务设计
|
||||
|
||||
@@ -271,7 +271,8 @@ def test_delivery_dispatch_script_prints_summary(settings, tmp_path):
|
||||
|
||||
assert proc.returncode == 0, proc.stderr
|
||||
assert '"processed": 1' in proc.stdout
|
||||
assert '"sent": 1' in proc.stdout
|
||||
assert '"validated": 1' in proc.stdout
|
||||
assert '"delivered": 0' in proc.stdout
|
||||
|
||||
|
||||
def test_delivery_watchdog_exits_zero_when_no_failures(settings, tmp_path):
|
||||
|
||||
Reference in New Issue
Block a user