Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TestNg runner fails to start when socks proxy specified #452

Open
krmahadevan opened this issue Sep 2, 2019 · 0 comments
Open

TestNg runner fails to start when socks proxy specified #452

krmahadevan opened this issue Sep 2, 2019 · 0 comments

Comments

@krmahadevan
Copy link
Member

For some tests we need socks proxy and we specify it in the VM parameters:
-DsocksProxyHost=127.0.0.1 -DsocksProxyPort=7777

After that we get the following error (tried different versions of TestNG (6.8,6.3.1):

java.io.EOFException
    at java.io.DataInputStream.readBoolean(DataInputStream.java:244)
    at org.testng.RemoteTestNGStarter.main(RemoteTestNGStarter.java:46)

The interesting thing that JUnit works just fine.

Ported from testng-team/testng#379

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant