From 266adede777c83685f981ba376c24aabaefa77a2 Mon Sep 17 00:00:00 2001 From: kjh2064 Date: Sun, 12 Jul 2026 23:15:51 +0900 Subject: [PATCH] fix(wbs): mark backfill task non-ci reproducible --- spec/60_quant_engine_wbs.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/spec/60_quant_engine_wbs.yaml b/spec/60_quant_engine_wbs.yaml index c7d03d8f..451b144a 100644 --- a/spec/60_quant_engine_wbs.yaml +++ b/spec/60_quant_engine_wbs.yaml @@ -698,6 +698,12 @@ tasks: - type: pg_query sql: "SELECT count(*) FROM quantengine.macro_history_daily WHERE symbol IN ('KOSPI','KOSDAQ')" expect: { min: 960 } + execution: + mode: not_ci_reproducible + note: > + 2026-07-12 로컬 실증: 2년 백필 결과와 매크로 적재를 확인했으나, CI runner는 실제 KIS chart API + 페이지네이션 + rate-limit 환경을 재현할 수 없다. pg_query 게이트는 live DB 상태를 전제하므로 + 온디맨드 CI 재검증 대상에서 제외한다. QE-M2-04: title: "시계열 무결성 게이트 (거래일 캘린더 대비 gap 0, 가격 sanity)"