Just to play Devil's Advocate and be argumentative, what is the point of testing in production when your development/staging environment is guaranteed to be identical to your production environment?
Ask HN: Do you test in production?
61–70 of 75 posts
Re: Ask HN: Do you test in production?
#62Re: Ask HN: Do you test in production?
#63Re: Ask HN: Do you test in production?
#64For 3rd parties with test modes like Stripe you can get E2E, or if the cost of the test is low.
Some safety controls to avoid running non-prod-safe tests are wise.
Another alternative is using anonymized prod copies outside prod. Possibly even mocking 3rd parties to behave like prod, happy, sad, etc.
Re: Ask HN: Do you test in production?
#65Re: Ask HN: Do you test in production?
#66Re: Ask HN: Do you test in production?
#67Anytime you need to talk to a third party API, you need to test in prod. Some people have sandbox apis. They are generally broken and not worth it. See eBay for super in depth sandbox API that never works. You can read the docs 100 times over. At the end of the day, the API is going to work like it works. So you kind of “have to” test in prod for these guys.
cough CME cough
Re: Ask HN: Do you test in production?
#68Just to play Devil's Advocate and be argumentative, what is the point of testing in production when your development/staging environment is guaranteed to be identical to your production environment?
Re: Ask HN: Do you test in production?
#69Just to play Devil's Advocate and be argumentative, what is the point of testing in production when your development/staging environment is guaranteed to be identical to your production environment?
Re: Ask HN: Do you test in production?
#70Earlier quoted context omitted.
cough CME cough
Hah did we even pretend to have a sandbox at CME? Outside like Saturday testing parties.
I’ve heard that got better after they replaced the gateways with fpga but don’t know for sure.