Files
egg d8e91624d4 feat(qc-gate): add Package column to LOT detail table + archive 3 completed changes
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>
2026-03-02 08:44:26 +08:00

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=True split/merge query is executed
  • THEN it uses read_sql_df_slow with the default timeout from DB_SLOW_CALL_TIMEOUT_MS (300s)
  • AND the hardcoded timeout_seconds=120 parameter is removed