feat(data): hot_rank 挂载+wrapper 时间守卫 [vps]——墙测量5轮收官用户拍板方案A:emappdata 夜间开窗(22:28 实测 OK,晨午4轮全 FAIL),19:30 档失败零连带(单 unit 失败不触断路器 rc 仍 0,不写不标次夜自愈),首夜起 gap_check 即免费持续测量;三处同步=wrapper --types+PANEL_TYPES+EVENT_PANEL_TYPES(15类),零文件=零告警首日成功即成基线;时间守卫=param -Force+非 19:00-23:59 拒绝执行留痕 guard.log(治盘前手动误跑两犯:09-02 08:08/09-04 08:00,盘前拉当日=昨日态错标+marker 锁死当晚真数据);TDD 2 测翻新(白名单拒→放行+注册断言)先红后绿+806 全绿;VPS Parse 预检过+双脚本已 scp 生效位+wall_probe.py 已删 [vps]
CI/CD / test (push) Successful in 0s
CI/CD / nas-deploy (push) Successful in 5m3s
CI/CD / nas-verify (push) Successful in 11s

This commit is contained in:
2026-09-04 18:46:46 +08:00
parent 6adb40e7a0
commit c728f2368c
5 changed files with 33 additions and 10 deletions
@@ -201,11 +201,12 @@ class TestPanelGapCheck:
status_panel["fund_flow_industry"]["holes_permanent"])
def test_panel_registry_snapshot_family(self):
"""09-02 全量落地批次注册正确: 快照族在列且不落可回补档; hot_rank 挂载入列。"""
"""快照族在列且不落可回补档; hot_rank 09-04 拍板挂载入列(零文件=零告警)"""
for t in ("xueqiu_hot", "sina_sector", "fund_flow_concept", "ths_concept"):
assert t in svc.PANEL_TYPES
assert t not in svc.BACKFILLABLE_PANEL_TYPES
assert "hot_rank" not in svc.PANEL_TYPES # 拍板挂载后才入列
assert "hot_rank" in svc.PANEL_TYPES # 09-04 拍板挂载
assert "hot_rank" not in svc.BACKFILLABLE_PANEL_TYPES
# ======================== main / JSON 契约 ========================