This repository has been archived by the owner on Nov 9, 2017. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 63
The last file keeps hanging #53
Comments
try adding your test files in small batches until the problem occurs, then try to narrow it down to a single test file (or maybe one or two together). It may be something in those files that is hanging. Just because there are no more files to send does not mean that some files are still being processed. So it's probably just hanging on one file. |
Well, I subtracted the files and brought down to all fles processed. But the output is strange:
|
looks to me like station_spec is not finishing. Try making a hydra task where the only line in it is:
and see how that goes. Also, just for kicks, try it by forcing rspec version 2.0.0.beta.19. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
First I tried hydra with Rails 3.0.x app that uses Mongodb via Mongoid ORM in Ruby 1.9
Later I came to know that its not compatible with Ruby 1.9
Then I switched the env to ruby-1.8.7-p352 and started the rake again.
Now it runs but it keeps hanging on the last file saying No more files remaining.
What causes this?
The text was updated successfully, but these errors were encountered: