Open bootstraponline opened 9 years ago
Hmm. Perhaps the way we're using Parallel Tests' first process only to start SC isn't correct anymore. Were you experiencing tunnel stability problems?
Yes, the SC feature in the Ruby gem is broken. Among the issues is it'll infinite loop #316 and spawn more than one SC executable #318.
Also it crashes. https://github.com/saucelabs/sauce_ruby/issues/317
ps -ef | awk '/bin\/sc/ {print $0}'
shows two SC executables when only one is expected.