Categories: None [Edit]

rabbit-slide-tikkss-rubykaigi-2026

https://rubygems.org/gems/rabbit-slide-tikkss-rubykaigi-2026
When a library grows, its test suites become slow. This makes programmers unhappy. Parallel testing based on the multiprocess is a common practice to solve this. However, most testing frameworks and tools are not "portable" enough to support various environments. Because they depend on Unix specific features like `fork` or external libraries including other bundled gems like drb. To address this, test-unit (as a bundled gem) now natively supports portable and fast parallel test running based on the multiprocess. It is designed to work in various environments (e.g. Windows) out of the box. This talk describes the journey of implementing parallel running to a historical testing framework without breaking backward compatibility. If you are interested in speeding up your test suites, implementing portable parallel libraries or maintaining historical codebases, this talk will help you.

Total

Ranking: 191,090 of 192,742
Downloads: 252

Daily

Ranking: 76,154 of 192,728
Downloads: 1

Depended by

RankDownloadsName

Depends on

RankDownloadsName
14,969142,365rabbit

Owners

#GravatarHandle
1icontikkss