我正在使用JRuby1.6.8和Rails3.1与TestUnit和Capybara进行测试,在做了一些测试之后,我开始看到"Errors running test:single!“它曾经发生在我身上,但在再次启动测试后,它被修复了。
我正在启动这个命令:
jruby --debug -S rake test TEST=path_to_my_test即使尝试使用:rake test TEST=path_to_my_test,我也不能修复它。
这是我的日志:
OpenJDK 64-Bit Server VM warning: You have loaded library /home/jmolina/.rvm/rubies/jruby-1.6.8/lib/native/i386-Linux/libjffi-1.0.so which might have disabled stack guard. The VM will try to fix the stack guard now.
It's highly recommended that you fix the library with 'execstack -c <libfile>', or link it with '-z noexecstack'.
Errors running test:single!有人知道这是怎么回事吗?
提前谢谢你。
发布于 2015-04-07 15:09:47
最后,我意识到我的测试数据库被删除了(我不知道为什么)。所以我重新创建了它,现在它工作得很好。
https://stackoverflow.com/questions/29412870
复制相似问题