You’ve seen CI pass but production fail, what allowed the bad code through?

This title could be clearer and more informative.Try out Clickbait Shieldfor free (5 uses left this month).

CI passing while production fails is a common trap caused by over-mocking external dependencies. When everything is mocked, real-world conditions like network timing, retry stacking, and overlapping requests are never tested. The fix was adding a slow integration test job that runs against real dependencies — it failed often but caught issues that unit tests with mocks never could.

1m watch time

Sort: