Add PACKAGE_LEF as a dedicated `package` field in the QC-GATE API payload and display it as a new column after LOT ID in LotTable.vue. Archive qc-gate-lot-package-column, historical-query-slow-connection, and msd-multifactor-backward-tracing changes with their delta specs synced to main specs. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
523 B
523 B
MODIFIED Requirements
Requirement: Slow query timeout configuration
The query-tool service read_sql_df_slow call for full split/merge history SHALL use the config-driven default timeout instead of a hardcoded 120-second timeout.
Scenario: Full history query uses config timeout
- WHEN
full_history=Truesplit/merge query is executed - THEN it uses
read_sql_df_slowwith the default timeout fromDB_SLOW_CALL_TIMEOUT_MS(300s) - AND the hardcoded
timeout_seconds=120parameter is removed