Commit 198cf22
authored
Add a dedicated step in the engine-parity job that runs only
`tests/integration/dropped-language-gap.test.ts`. The broader `test`
job already runs this file as part of `npm test`, but a failure there
gets buried in 500+ test names. The standalone step surfaces a clear
"Dropped-language gap regression guard" status on every PR and rules
out test pollution from neighbouring files when the canary fires.
The gap-repair path (#1083) is load-bearing for engine parity but
silently breaks if `backfillNativeDroppedFiles` ever stops writing the
file node row — exactly the shape #1147 reported.
Refs #1147
1 parent 383cbbe commit 198cf22
1 file changed
Lines changed: 12 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
284 | 284 | | |
285 | 285 | | |
286 | 286 | | |
| 287 | + | |
| 288 | + | |
| 289 | + | |
| 290 | + | |
| 291 | + | |
| 292 | + | |
| 293 | + | |
| 294 | + | |
| 295 | + | |
| 296 | + | |
| 297 | + | |
| 298 | + | |
287 | 299 | | |
288 | 300 | | |
289 | 301 | | |
| |||
0 commit comments