Open tomekn opened 5 years ago
NB: I have tried to limit the number of processes using the ENV var, and passing in the number of processes to the rakes to no effect.
try
rake parallel:spec
parallel_rspec -n 2 -v
... if that does not help, bundle open parallel_tests
and start adding puts
to see how it works internally
Hi,
I'm running into the following problem after running
bundle exec rake parallel:create parallel:prepare parallel:spec
Have you ever seen this kind of behaviour before? It looks like the counter is going above the number of processes for some reason.