TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: What kinds of out-of-band failures do we forget to test?

1 pointsby joshwaalmost 10 years ago
I came across an amazing presentation years ago (which of course I can&#x27;t find) that listed a bunch of kinds of failures for remote services that people usually don&#x27;t test for.<p>In addition to timeout, 3xx, 4xx, 5xx, etc, it listed things like:<p><pre><code> -connection closes after 10 bytes of data -returns 200 OK but no content (got this one in production today) -returns contents of www.google.com -returns contents of &#x2F;dev&#x2F;random -returns contents of &#x2F;etc&#x2F;passwd -returns correctly-formatted unicode chinese text -returns ansi color control characters -returns an incorrect content-type, labeled correctly (You requested Content-Type: application&#x2F;json, I send -back Content-Type: application&#x2F;jpeg) -returns one byte of data every 29 seconds </code></pre> What are some types of &quot;out-of-band failures&quot; you&#x27;ve encountered that developers don&#x27;t usually (but should) test for?<p>(extra bonus points if you can find the original presentation)

no comments

no comments