1
0
Fork 0
mirror of https://github.com/theanalyst/awesome-distributed-systems.git synced 2024-11-20 11:08:09 -05:00

Another blog post link for distributed systems testing

This commit is contained in:
Abhishek L 2016-06-15 10:26:52 +02:00 committed by GitHub
parent bd5f04afd2
commit 816bd826e1

View file

@ -64,6 +64,7 @@ While designing distributed systems are hard enough, testing them is even harder
- [The C10K problem](http://www.kegel.com/c10k.html)
- [On Designing and Deploying Internet-Scale Services](http://static.usenix.org/event/lisa07/tech/full_papers/hamilton/hamilton_html/)
- [Files are hard](http://danluu.com/file-consistency/) A blog post on filesystem consistency, pretty important to read if you are into distributed storage or databases.
- [Distributed Systems Testing: The Lost World](http://tagide.com/blog/research/distributed-systems-testing-the-lost-world/) Testing distributed systems are hard enough, a well researched blog post which again covers a lot of links to various approaches and other papers
## Meta Lists
Other lists like this one