serpapi / turbo_tests

Run RSpec tests on multiple cores. Like parallel_tests but with incremental summarized output. Originally extracted from the Discourse and Rubygems source code.
https://rubygems.org/gems/turbo_tests
MIT License
173 stars 25 forks source link

Handle Windows platform #37

Closed hsbt closed 1 year ago

hsbt commented 1 year ago

File.mkfifo is not implemented on Windows platform. So, RubyGems/Bundle team couldn't use turbo_tests with Windows platform.

see https://github.com/rubygems/rubygems/actions/runs/5252642832/jobs/9488952453?pr=6739#step:8:26

I simply catch NotImplementedError for this.

hsbt commented 1 year ago

We need to handle additional issues at https://github.com/serpapi/turbo_tests/issues/38.