Closed skyluc closed 10 years ago
Test FAILed. Refer to this link for build results: https://jenkins.scala-ide.org:8496/jenkins/job/ghprb-scala-search-validator/12/
I consistently get a test failure on this one, with the uber-build config file you provided. Log is
Results :
Failed tests: deletesIndexWhenProjectIsDeleted(org.scala.tools.eclipse.search.IndexJobManagerTest)
Tests run: 163, Failures: 1, Errors: 0, Skipped: 3
2014-02-20 12:40:54,873 DEBUG [Worker-14] - ProjectIndexJob - The index was broken so we delete it and re-index the project ProjectIndexJobTestProject
2014-02-20 12:40:54,873 DEBUG [Worker-11] - ProjectIndexJob - The index was broken so we delete it and re-index the project ProjectIndexJobTestProject
2014-02-20 12:40:55,423 DEBUG [Worker-2] - ProjectIndexJob - The index was broken so we delete it and re-index the project ProjectIndexJobTestProject
2014-02-20 12:40:55,423 DEBUG [Worker-13] - ProjectIndexJob - The index was broken so we delete it and re-index the project ProjectIndexJobTestProject
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] Scala Search ...................................... SUCCESS [1.174s]
[INFO] org.scala.tools.eclipse.search .................... SUCCESS [14.498s]
[INFO] org.scala.tools.eclipse.search.tests .............. FAILURE [2:01.820s]
[INFO] org.scala.tools.eclipse.search.feature ............ SKIPPED
[INFO] org.scala.tools.eclipse.search.source.feature ..... SKIPPED
[INFO] org.scala.tools.eclipse.search.update-site ........ SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 2:35.893s
[INFO] Finished at: Thu Feb 20 12:40:55 CET 2014
[INFO] Final Memory: 90M/418M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.eclipse.tycho:tycho-surefire-plugin:0.18.1:test (default-test) on project org.scala.tools.eclipse.search.tests: There are test failures.
[ERROR]
[ERROR] Please refer to /home/huitseeker/Scala/uber-build/target/search/org.scala.tools.eclipse.search.tests/target/surefire-reports for the individual test results.
[ERROR] -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.eclipse.tycho:tycho-surefire-plugin:0.18.1:test (default-test) on project org.scala.tools.eclipse.search.tests: There are test failures.
OK, after erasing caches, it turns out that particular test is flaky. I can now pass deletesIndexWhenProjectIsDeleted
and get a successful compile. Do we have a retryFlakyTest
option for scala-search ?
retest this please
Test PASSed. Refer to this link for build results: https://jenkins.scala-ide.org:8496/jenkins/job/ghprb-scala-search-validator/15/
LGTM
Fixup for scala-ide/scala-ide#636.
Replaces #85.