Nx
Enterprise
Nx
Sign in / Sign up
Open main menu
Nx
GitHub
Overview
Runs
Analytics
Loading workspace stats
Loading workspace insights...
Statistics interval
7 days
30 days
Latest CI Pipeline Executions
Status
Fix filter
Filter
Fuzzy
Filter range
Sort by
Sort by
Start time
Sort ascending
Sort descending
Succeeded
34977
9ab5ecc2 fix(core): use upsert instead of INSERT OR REPLACE to avoid FK constraint violations INSERT OR REPLACE does DELETE + INSERT on PK conflict. The bundled SQLite has SQLITE_DEFAULT_FOREIGN_KEYS=1, so the implicit DELETE on task_details fails when child rows exist in task_history or cache_outputs. Use ON CONFLICT DO UPDATE (upsert) which updates in-place without deleting. [Self-Healing CI Rerun]
by nx-cloud[bot]
n
Failed
34977
Flaky task
→
1ae3615a fix(core): use upsert instead of INSERT OR REPLACE to avoid FK constraint violations INSERT OR REPLACE does DELETE + INSERT on PK conflict. The bundled SQLite has SQLITE_DEFAULT_FOREIGN_KEYS=1, so the implicit DELETE on task_details fails when child rows exist in task_history or cache_outputs. Use ON CONFLICT DO UPDATE (upsert) which updates in-place without deleting.
by Leosvel Pé...
L
Previous page
Previous
Next
Next page