saucelabs/sauce-java

maven sauce-connect-plugin

Closed this issue · 2 comments

Hi,
i've ran the maven sauce-connect-example and found out sc doesn't get killed via:

                    <execution>
                        <id>stop-sauceconnect</id>
                        <phase>post-integration-test</phase>
                        <goals>
                            <goal>stop-sauceconnect</goal>
                        </goals>
                    </execution>

Also tried with latest version (2.1.4)
Can anyone verify & also advise on this behavior?

Thanks

Hi, would you be able to try again with version 2.1.9 (we've recently deployed this version to Maven Central)...I just tried the example in my environment and the Sauce Connect process did get terminated correctly, although it can take a minute or two for the process to terminate. Could you also try specify a tunnel identifer by adding the following to the 'configuration' element:

<options>-i testing</options>

Closing.