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.

Keeping up with +500 new PHPUnit tests per week

10 pointsby shivalryover 12 years ago

2 comments

loxover 12 years ago
We have a similar problem at 99designs and recently open-sourced the work-distribution framework we use:<p><a href="https://github.com/99designs/testcloud" rel="nofollow">https://github.com/99designs/testcloud</a><p>The difficult part (that is not included in testcloud) is synchronizing the codebase that you are testing on the different workers. We use git and post-receive hooks to synchronize.<p>Aggregating coverage data from the distributed workers is another major TODO for us, would love to hear how Box are handling it.
foolfoolzover 12 years ago
This is really interesting to see how many different strategies you have to take to improve PHP unit, and impressive that many of them were very successful.