A zoning microservice times out a hung GIS dependency, retries carefully, and requires POSTs to be idempotent. What should the automated suite include?
Select an answer to reveal the explanation.
Short Explanation
If the map office freezes, the zoning desk must not freeze with it—and a retried form must not double-charge. Those designed failures need automated checks, not hope.
Full Explanation
Independently deployed services are designed with timeouts, retries, and isolation of down collaborators. Those behaviors deserve tests: a hung dependency must not hang the caller indefinitely, and retried POSTs must be safe via idempotent handlers. That is developer-level failure testing on the app’s own contracts—not an SRE chaos-engineering product certification.