【发布时间】:2019-12-20 12:55:47
【问题描述】:
这个问题和这个不一样:rspec Bisect Runs Indefinitely
我的测试套件需要 ± 10 分钟才能运行。
当我运行bundle exec rspec --bisect=verbose 时,它被卡住了1个多小时(这是我等待的最长时间):
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...
在我按下 Ctrl C 后,出现这条消息:
Bisect aborted!
The most minimal reproduction command discovered so far is:
(Not yet enough information to provide any repro command)
所以,问题是它什么也没运行,也没有给出错误信息。这怎么可能?
【问题讨论】:
-
这能回答你的问题吗? rspec Bisect Runs Indefinitely
标签: rspec rspec-rails rspec3