Slide 14
Slide 14 text
Testing a service with an external dependency
● What about testing rollbacks? Manual
● What about static analysis? Not there, but I would
add them as a separate step that does not affect the
deployment (same for mutation testing)
● What about external dependencies that are not owed
by the team? We created a scheduler that checks
them periodically. Helped us gaining sanity, specially
with services that are flaky.