fix(wbs): mark backfill task non-ci reproducible
Validators (Pushes and Pull Requests) / validate-ui-and-storage (push) Successful in 15s
Validators (Pushes and Pull Requests) / validate-core (push) Failing after 1m40s

This commit is contained in:
2026-07-12 23:15:51 +09:00
parent 7ff226d622
commit 266adede77
+6
View File
@@ -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)"