Nick Tan

Results 134 comments of Nick Tan

maybe similiar issue: https://github.com/cbeust/testng/issues/794

hey, could you enable the debug to help gathering more details: click "Run" on the top level menu -> Run Configurations... -> locate to the test configuration -> checked both...

the eclipse plugin use C/S model for communicating the result. eclipse plugin start a socket server and listening, the runtime testng process is the socket client that send the test...

Sounds like an env specific issue. Do you see any error on the eclipse Error view? Also, please check firewall if there is any.

just a guess, not sure if it's helpful by adding JVM arg `-Djava.net.preferIPv4Stack=true` in the test launch configuration.

if you use maven, you can define the default JVM args as "argLine" in the maven-surefire-plugin or maven-failsafe-plugin in pom.xml the latest plugin (6.9.7.x) will load it and append the...

this tiny plugin might help you: https://marketplace.eclipse.org/content/yet-another-terminate-button-yatb

i have the exact same case, the SG is created with severless framework, i want severless-vpc-discovery plugin discover subnets only.