sonar-pmd icon indicating copy to clipboard operation
sonar-pmd copied to clipboard

integration-test can customize the path of sonar-application.zip

Open liwenson opened this issue 2 years ago • 1 comments

Due to network problems, the integration test fails when downloading sonar-application.zip, and each test takes a long time to succeed.

[INFO] -------------------------------------------------------
[INFO] Running com.sonar.it.java.suite.PmdIT
15:06:14.027 INFO  Register JDBC driver: org.h2.Driver
15:06:16.608 INFO  Downloading https://repox.jfrog.io/repox/sonarsource/org/sonarsource/sonarqube/sonar-application/9.4.0.54424/sonar-application-9.4.0.54424.zip


liwenson avatar May 13 '22 07:05 liwenson

For me it finds the zip in the orchestrator cache. Do you use the newest version?

[INFO] Running com.sonar.it.java.suite.PmdIT
14:51:22.446 INFO  Register JDBC driver: org.h2.Driver
14:51:23.123 INFO  Found [org.sonarsource.sonarqube:sonar-application:9.4.0.54424:zip] at /Users/me/.sonar/orchestrator/cache/7d13961cf351ed3bbde8042b1455e9ef/sonar-application-9.4.0.54424.zip
14:51:23.130 INFO  Executing command: unzip -o -q /Users/me/.sonar/orchestrator/cache/7d13961cf351ed3bbde8042b1455e9ef/sonar-application-9.4.0.54424.zip

jborgers avatar Jun 08 '22 13:06 jborgers