This problem is not the same of this: rspec Bisect Runs Indefinitely
My test suite takes ± 10 min to run.
When I run bundle exec rspec --bisect=verbose
, it gets stuck for more than 1 hour (this was the longest I've waited) in this:
bundle exec rspec --bisect=verbose
AssetSync: using /home/belasis/dev/deploy_webapp/config/initializers/asset_sync.rb
Bisect started using options: "" and bisect runner: :fork
Running suite to find failures...
After I hit Ctrl C, this message appears:
Bisect aborted!
The most minimal reproduction command discovered so far is:
(Not yet enough information to provide any repro command)
So, the problem is that it is running nothing and gives no error message. How is that possible?