|
|
|
|
|
by tehlike
702 days ago
|
|
Testing is never enough. In fact, it won't catch 99% of issues by the virtue of them often testing happy paths only, or that they test what humans can think of, and by no means they are exhaustive. A robust canarying mechanism is the only way you can limit the blast radius. Set up A/B testing infra at the binary level so you can ship updates selectively and compare their metrics. Been doing this for more than 10 years now, it's the ONLY way. Testing is not. |
|
If they can't even manage that they'll fail at your approach as well.