sfeir-open-source / sonar-clover

It provides the ability to feed SonarQube with code coverage data coming from Atlassian Clover
Apache License 2.0
15 stars 25 forks source link

Add oraclejdk8 to Travis #13

Closed gliptak closed 6 years ago

gliptak commented 6 years ago

https://travis-ci.org/SonarQubeCommunity/sonar-clover/builds/327297951

2018.01.10 16:15:14 INFO  ce[][o.s.ce.app.CeServer] Compute Engine is operational
2018.01.10 16:15:15 INFO  app[][o.s.a.SchedulerImpl] Process[ce] is up
2018.01.10 16:15:15 INFO  app[][o.s.a.SchedulerImpl] SonarQube is up
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 324.173 sec <<< FAILURE! - in com.sonar.clover.it.CloverTest
com.sonar.clover.it.CloverTest  Time elapsed: 324.172 sec  <<< ERROR!
java.lang.IllegalStateException: Can't start sonar in timely fashion
    at com.sonar.orchestrator.container.ServerWatcher.waitForStartup(ServerWatcher.java:104)
    at com.sonar.orchestrator.container.ServerWatcher.execute(ServerWatcher.java:80)
    at com.sonar.orchestrator.container.ServerWrapper.start(ServerWrapper.java:93)
    at com.sonar.orchestrator.Orchestrator.start(Orchestrator.java:117)
    at com.sonar.orchestrator.Orchestrator.beforeAll(Orchestrator.java:77)
    at com.sonar.orchestrator.junit.SingleStartExternalResource.before(SingleStartExternalResource.java:47)
    at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:46)
    at org.junit.rules.RunRules.evaluate(RunRules.java:20)
    at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
    at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283)
    at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173)
    at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
    at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128)
    at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203)
    at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155)
    at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Results :
Tests in error: 
  CloverTest.com.sonar.clover.it.CloverTest » IllegalState Can't start sonar in ...
gliptak commented 6 years ago

@christophelevis Please review. Thanks