黄瓜测试停止
我在我的 Rails 项目中使用 Rails 2。运行所有 Cucumber 功能时,测试会停止,且不会出现任何错误消息。之后我必须退出测试才能重新开始。
我不知道为什么它停止了。
有什么想法吗?
我正在使用 Mac OS X Snow Leopard,这有帮助吗?
[编辑] 了解到这是 JAVA_OPTS 设置的问题。将它们设置为更高的数字就可以了。
I'm using Rails 2 in my Rails project. While running all Cucumber features, the test stops without any error message. After that I have to quit the testing in order to start again.
I have no idea why it stops.
Any ideas?
I'm working on Mac OS X Snow Leopard if that helps?
[EDIT]
Learned that this was a problem with the JAVA_OPTS settings. Setting them up to a higher number made it work.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我想可能有很多事情,但是无限重定向循环又如何呢?我会看一下我的重定向。如果您手动执行该场景会发生什么?有效吗?
I suppose that it could be many things, but what about an infinite redirection loop ? I would take a look at my redirects. What happens if you do the scenario by hand ? Does it work ?