Y
Hacker News
new
|
ask
|
show
|
jobs
by
holman
4302 days ago
Yup; one monolithic app. Tests run in a tad over two minutes.
3 comments
nathan_f77
4301 days ago
That is insanely fast, for what must be an enormous codebase. Do you mean it runs in two minutes on your Mac, or on distributed CI servers?
link
charliesome
4301 days ago
We use the test-queue gem (
https://github.com/tmm1/test-queue
) to run our test suite in parallel across 10x 8 core machines.
link
nathan_f77
4301 days ago
That's awesome! We were using parallel_tests, but we just bought a second test server. I was looking into Kochiku from Square, but that gem looks perfect. Thanks!
link
VeejayRampay
4302 days ago
Two minutes is actually pretty fast for such a large app. Well done. And congratulations on the migration.
link
imjoshholloway
4301 days ago
What's the coverage on that?
link