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

undefined method `logger' for Async:Module #17

Closed lubosch closed 1 year ago

lubosch commented 2 years ago

When running bundle exec turbo_tests. Ruby 3.1, Async 2.0 Async.logger throws error also in irb console

ilyazub commented 2 years ago

@lubosch Thanks, I'll test this gem under Ruby 3. And fix will try to fix it.

ilyazub commented 1 year ago

turbo_tests work on Ruby 2.7, 3.0, 3.1, 3.2.

Here are GitHub Actions runs: https://github.com/serpapi/turbo_tests/actions/runs/5252614857/job/14212914295

@lubosch Feel free to share a repository with reproducible example if this issue still actual.