]> source.dussan.org Git - sonarqube.git/commit
Fix computation of JaCoCo coverage of module sonar-process
authorSimon Brandhof <simon.brandhof@sonarsource.com>
Tue, 9 Dec 2014 16:55:41 +0000 (17:55 +0100)
committerSimon Brandhof <simon.brandhof@sonarsource.com>
Tue, 9 Dec 2014 16:55:41 +0000 (17:55 +0100)
commit150f04e1cceafb5cb577f170afdd3b7e636345f8
tree3da80e83ef601a80cba0c34599f9379a327aa164
parent5a15fe757e098781480bcebd0cfc5391af271124
Fix computation of JaCoCo coverage of module sonar-process

The shutdown hook of ProcessEntryPoint was manually started by ProcessEntryPointTest but not unregistered from system hooks. It failed when JUnit JVM exited (without crashing build). The side-effect is that JaCoCo fail to export results.
server/sonar-process/src/test/java/org/sonar/process/ProcessEntryPointTest.java