Skip to content

Commit f2563ac

Browse files
committed
Added verification of a distributed system
1 parent fc68bf2 commit f2563ac

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Agile.md

+2
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,8 @@ Takeaway: Add in testing seams, and interfaces when you have multiple implementa
7373

7474
- [Seb Rose - So long, and thanks for all the tests](https://vimeo.com/105861375) [1:00:25]
7575
- [Matt Wynne - Beyond BDD](https://vimeo.com/143941147) [34:32]
76+
- [Caitie McCaffrey - The Verification of a Distributed System](https://www.youtube.com/watch?v=ZDQdF6WCt2w) [41:22]
77+
Takeaway: Array of techniques to test in the wild such as integration, unit, property based testing, fault injection etc. Unit tests need to cover error handling - 35% of catastrophic failures happen due to bad error handling. Passing tests doesnt mean your system is correct.
7678

7779
## Devops
7880

0 commit comments

Comments
 (0)