Comment by mdeeks

4 years ago

Or they ran a suite of integration tests against prod as a way to verify a release was working correctly.

but... why would you do that? production is not for that one

  • If you don’t test against prod your CD pipeline is missing a critical step.

    • In some systems the cost of writing and maintaining stubbed or alternate versions of things you don’t want hit by tests in prod can be pretty overbearing. Good SLOs can serve the same purpose as well for that sort of flow