vertx-sql-client icon indicating copy to clipboard operation
vertx-sql-client copied to clipboard

Some vertx-sql-client's unit tests failed to run or debug in VS Code

Open Heromyth opened this issue 6 years ago • 1 comments

I submitted an issue, see https://github.com/microsoft/vscode-java-debug/issues/643.

The real reason is : The targetDir is not detected during the debug procession in VS Code. There is an Exception thrown in https://github.com/eclipse-vertx/vertx-sql-client/blob/3.8/vertx-pg-client/src/test/java/io/vertx/pgclient/junit/PgRule.java#83

Heromyth avatar Aug 29 '19 07:08 Heromyth

Here is a simple fix: String path = System.getProperty("user.dir"); String a = System.getProperty("target.dir", path + "\\vertx-pg-client\\target");

Heromyth avatar Aug 29 '19 11:08 Heromyth

We no longer use this rule (except for unixdomain socket testing on some platforms)

tsegismont avatar Feb 06 '23 14:02 tsegismont