I am on Windows and OS command length limit is 8191
I traced the line where it fails and it is here:
|
output = IO.popen(env, cmd, popen_options) do |io| |
I cannot increase the number of process just to reduce the number of tests in each group. Machine resources are not enough to increase it anymore.
Can we not batch it and run?
Any help in this appreciated!
I am on Windows and OS command length limit is 8191
I traced the line where it fails and it is here:
parallel_tests/lib/parallel_tests/test/runner.rb
Line 115 in d582779
I cannot increase the number of process just to reduce the number of tests in each group. Machine resources are not enough to increase it anymore.
Can we not batch it and run?
Any help in this appreciated!