Description
This test fails for us on commit `480d57c` but does not fail on the corresponding run on Travis (https://travis-ci.org/apache/jackrabbit-oak/jobs/226843108):
[ERROR] Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 30.607 s <<< FAILURE! - in org.apache.jackrabbit.oak.run.osgi.LuceneSupportTest
[ERROR] fullTextSearch(org.apache.jackrabbit.oak.run.osgi.LuceneSupportTest) Time elapsed: 30.604 s <<< FAILURE!
java.lang.AssertionError: RetryLoop failed, condition is false after 30 seconds:null
at org.apache.jackrabbit.oak.run.osgi.LuceneSupportTest.fullTextSearch(LuceneSupportTest.groovy:75)
Our tool comfirms this test is flaky and it seems recent attempts to make this test less flaky did not fix the problem. Note that we set up our build environment to be as close to your Travis environment as possible, using Ubuntu 12.04.5 LTS, Java HotSpot 1.7.0_76 and Maven 3.2.5.
Attachments
Issue Links
- relates to
-
OAK-6438 LuceneSupportTest.fullTextSearch failing
-
- Closed
-