Settings

Theme

Ask HN: Do any of you do any replay testing in a microservices environment?

1 points by lapitopi 3 years ago · 1 comment · 1 min read


Replay testing is when you replay production requests into your testing environment and compare corresponding responses for variances. It's a way to do regression testing that's a bit more black boxy but might end up being more comprehensive than your hand written test suite.

I have heard other companies do this, but haven'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.

blinded 3 years ago

If this is event driven arch you should checkout batch.sh

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection