You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
I Luk Kim f69a8b4731 fix: use TEST-prefixed IDs in integration tests to avoid real-data conflicts
Integration tests used ISSUER::0000320193 (Apple's real CIK) and
SYM::AAPL::XNYS as hardcoded IDs. After the real pipeline inserts
actual AAPL data, subsequent test runs fail with UniqueViolationError
since the db_session rollback only undoes intra-test writes.

Changed to ISSUER::TEST::0000320193 and SYM::AAPL::XNYS (distinct
from the real SYM::AAPL::US) while keeping ticker="AAPL" so the
Oracle price service returns real price data for label/feature tests.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
5 months ago
..
fixtures test: Phase 1/2 체크리스트 재작성 및 Oracle 실연동 통합 테스트 5 months ago
integration fix: use TEST-prefixed IDs in integration tests to avoid real-data conflicts 5 months ago
replay feat: implement Phase 3 -- LLM enrichment, labeler, review queue, dataset export 5 months ago
unit fix: disable Qwen3.5 thinking mode and switch OllamaClient to sync httpx 5 months ago
__init__.py feat: implement ACE-F v1 Phase 1 -- Stock Oracle 기반 이벤트 파이프라인 5 months ago
conftest.py feat: implement ACE-F v1 Phase 1 -- Stock Oracle 기반 이벤트 파이프라인 5 months ago