burke / zeus

Boot any rails app in under a second.
MIT License
3.33k stars 231 forks source link

slavenode.go:226: [test_environment] read unix @->@: EOF #652

Closed anthony-bernardo closed 6 years ago

anthony-bernardo commented 6 years ago

slavenode.go:226: [test_environment] read unix @->@: EOF

nikinicky commented 6 years ago

I have the same issue.

I got slavenode.go:226: [cucumber_environment] read unix ->: EOF when start zeus on my machine. All commands is available, except cucumber command (crashed).

When I ran zeus parallel_rspec ./spec/controllers/api/ -n 2 -o '-t smoke', I got fish: 'zeus parallel_rspec ./spec/cont…' terminated by signal SIGTERM (Polite quit request)

Why rspec command got that error ?

anthony-bernardo commented 6 years ago

I resolved with by relaunching the server bin/rails s and then the errors are displayed

lacostenycoder commented 5 years ago

I had a bug in one of my model scopes that caused this issue. Fixing the bug solved it. It might be helpful if the error were less cryptic.