Skip to content

TestNg runner fails to start when socks proxy specified #452

@krmahadevan

Description

@krmahadevan

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions