My regression test passed for 3 weeks while the code it tested was deleted
This story is from 2026-09-10. It is preserved in the archive; the latest stories are on the live feed.
I had a check guarding a bug fix. It was one line: text . includes ( " trySendWithRetry( " ) It was matching the import statement . The actual call had been removed during a refactor weeks earlier. The check reported green the entire time, while user messages were being dropped whenever the network…
Read the full story at DEV Community — AI ↗
Timeline · 1 report
- 2026-09-10 11:13 · DEV Community — AI
My regression test passed for 3 weeks while the code it tested was deleted