Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

'shindo tests' fails to run (on ruby 1.9.2p0) #98

Closed
jurisgalang opened this issue Dec 4, 2010 · 4 comments
Closed

'shindo tests' fails to run (on ruby 1.9.2p0) #98

jurisgalang opened this issue Dec 4, 2010 · 4 comments

Comments

@jurisgalang
Copy link
Contributor

$ ruby --version
ruby 1.9.2p0 (2010-08-18 revision 29036) [x86_64-darwin10.5.0]

$ FOG_MOCK=true bundle exec shindo tests
/Users/jgalang/Code/opensource/fog.master/tests/helper.rb:15:in require': no such file to load -- tests/helpers/collection_tests (LoadError) from /Users/jgalang/Code/opensource/fog.master/tests/helper.rb:15:in<top (required)>'
from /Users/jgalang/.rvm/gems/ruby-1.9.2-p0/gems/shindo-0.1.10/lib/shindo/bin.rb:47:in load' from /Users/jgalang/.rvm/gems/ruby-1.9.2-p0/gems/shindo-0.1.10/lib/shindo/bin.rb:47:inblock (2 levels) in run_in_thread'
from /Users/jgalang/.rvm/gems/ruby-1.9.2-p0/gems/shindo-0.1.10/lib/shindo/bin.rb:45:in each' from /Users/jgalang/.rvm/gems/ruby-1.9.2-p0/gems/shindo-0.1.10/lib/shindo/bin.rb:45:inblock in run_in_thread'

@geemus
Copy link
Member

geemus commented Dec 4, 2010

Odd. Seems to be 1.9.2 specific (or at least it isn't a problem with 1.8.7). I'll look at it in more detail (the file really is there just the load path doesn't play nice). Also when I tried to fix it I started getting seg faults...

@geemus
Copy link
Member

geemus commented Dec 4, 2010

fix tests/helper requires. Closed by 5b889c8

@geemus
Copy link
Member

geemus commented Dec 4, 2010

Note: shindo/gestalt seems to segfault on my machine under 1.9.2 now, but you should be safe using the shindont command in the mean time (I'll look into fixing shindo soon).

@jurisgalang
Copy link
Contributor Author

kool. tnx.

rberger pushed a commit to rberger/fog that referenced this issue May 12, 2011
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants