sauce-archives / sauce_ruby

This is the Ruby client adapter for testing with Sauce Labs, a Selenium-based browser testing service (saucelabs.com).
Apache License 2.0
98 stars 115 forks source link

Multiple Sauce Connect executables started when running tests in parallel #318

Open bootstraponline opened 9 years ago

bootstraponline commented 9 years ago

ps -ef | awk '/bin\/sc/ {print $0}' shows two SC executables when only one is expected.

DylanLacey commented 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?

bootstraponline commented 9 years ago

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.

bootstraponline commented 9 years ago

Also it crashes. https://github.com/saucelabs/sauce_ruby/issues/317