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: 193,440 of 195,762
Downloads: 354

Daily

Ranking: 75,382 of 195,747
Downloads: 2

Depended by

RankDownloadsName

Depends on

RankDownloadsName
15,093146,233rabbit

Owners

#GravatarHandle
1icontikkss