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: Do any of you do any replay testing in a microservices environment?

1 pointsby lapitopiover 2 years ago
Replay testing is when you replay production requests into your testing environment and compare corresponding responses for variances. It&#x27;s a way to do regression testing that&#x27;s a bit more black boxy but might end up being more comprehensive than your hand written test suite.<p>I have heard other companies do this, but haven&#x27;t found good blog posts about how and what are the potential pitfalls. Especially in a microservices environment where there could be many data dependencies, so doing this kind of testing might be harder.

1 comment

blindedover 2 years ago
If this is event driven arch you should checkout batch.sh