[jira] [Created] (OAK-6512) DocumentNodeStoreConfigTest::testRDBDocumentStore2Datasources is flaky

2017-08-02 Thread Sam Antha (JIRA)
Sam Antha created OAK-6512:
--

 Summary: 
DocumentNodeStoreConfigTest::testRDBDocumentStore2Datasources is flaky
 Key: OAK-6512
 URL: https://issues.apache.org/jira/browse/OAK-6512
 Project: Jackrabbit Oak
  Issue Type: Bug
Reporter: Sam Antha


This test fails for us on commit `abc011c309cb778823b7637b3dc1398406f6e7a9` but 
does not fail on the corresponding run on Travis 
([https://travis-ci.org/apache/jackrabbit-oak/jobs/254788126]):

{quote}
Running org.apache.jackrabbit.oak.run.osgi.DocumentNodeStoreConfigTest
Tests run: 10, Failures: 1, Errors: 0, Skipped: 2, Time elapsed: 11.09 sec <<< 
FAILURE! - in org.apache.jackrabbit.oak.run.osgi.DocumentNodeStoreConfigTest
testRDBDocumentStore2Datasources(org.apache.jackrabbit.oak.run.osgi.DocumentNodeStoreConfigTest)
  Time elapsed: 1.12 sec  <<< FAILURE!
java.lang.AssertionError: Service of type interface 
org.apache.jackrabbit.oak.spi.state.NodeStore was found. Expression: (sr == 
null). Values: sr = [org.apache.jackrabbit.oak.spi.state.NodeStore, 
org.apache.jackrabbit.oak.plugins.document.DocumentNodeStore, 
org.apache.jackrabbit.oak.spi.state.Clusterable]
at 
org.apache.jackrabbit.oak.run.osgi.DocumentNodeStoreConfigTest.testRDBDocumentStore2Datasources(DocumentNodeStoreConfigTest.groovy:110)
{quote}

Our tool comfirms this test is flaky. 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.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Created] (OAK-6424) LuceneSupportTest::fullTextSearch is still flaky

2017-07-05 Thread Sam Antha (JIRA)
Sam Antha created OAK-6424:
--

 Summary: LuceneSupportTest::fullTextSearch is still flaky
 Key: OAK-6424
 URL: https://issues.apache.org/jira/browse/OAK-6424
 Project: Jackrabbit Oak
  Issue Type: Bug
  Components: pojosr
Reporter: Sam Antha


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]):

{quote}
[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)
{quote}

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.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)