You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oak-dev@jackrabbit.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2017/07/10 09:37:00 UTC

BUILD FAILURE: Jackrabbit Oak - Build # 528 - Failure

The Apache Jenkins build system has built Jackrabbit Oak (build #528)

Status: Failure

Check console output at https://builds.apache.org/job/Jackrabbit%20Oak/528/ to view the results.

Changes:
[chetanm] OAK-6271 - Support for importing index files

Update the testcase to also assert if updates to the index definition get
picked up or not

[chetanm] OAK-6437 - NodeStateCopyUtils should not copy hidden props and node in JCR mode

[chetanm] OAK-6271 - Support for importing index files

Add support for importing the indexes via oak-run "index" command.
The index can be imported by "--index-import --index-import-dir=<dir> --read-write" options to cli

[chetanm] OAK-6271 - Support for importing index files

Add a method to check if the lane is locked for indexing.
Also make AsyncIndexerLock interface public as it needs to be used from oak-run

[chetanm] OAK-6271 - Support for importing index files

Switch to IndexerInfo to manage the meta files for exported indexes

[chetanm] OAK-6271 - Support for importing index files

Add an accessor for GarbageCollectorBlobStore to IndexHelper itself

[chetanm] OAK-6271 - Support for importing index files

Add a check for provided directory

[chetanm] OAK-6246 - Support for out of band indexing with read only access to NodeStore

Obtain LuceneIndexHelper from IndexHelper instead of creating directly

[chetanm] OAK-6271 - Support for importing index files

Refactor testcase to enable use of base setup for other tests

 

Test results:
1 tests failed.
FAILED:  org.apache.jackrabbit.oak.run.osgi.LuceneSupportTest.fullTextSearch

Error Message:
RetryLoop failed, condition is false after 30 seconds:null

Stack Trace:
java.lang.AssertionError: RetryLoop failed, condition is false after 30 seconds:null
	at org.apache.jackrabbit.oak.run.osgi.LuceneSupportTest.fullTextSearch(LuceneSupportTest.groovy:74)

BUILD FAILURE: Jackrabbit Oak - Build # 529 - Still Failing

Posted by Apache Jenkins Server <je...@builds.apache.org>.
The Apache Jenkins build system has built Jackrabbit Oak (build #529)

Status: Still Failing

Check console output at https://builds.apache.org/job/Jackrabbit%20Oak/529/ to view the results.

Changes:
[chetanm] OAK-6439 - Add dependency to lucene-suggest in oak-pojosr

[chetanm] OAK-6271 - Support for importing index files

Pass the Whiteboard itself to IndexHelper. This would later used to fetch
other objects like MongoDocumentStore etc

 

Test results:
1 tests failed.
FAILED:  org.apache.jackrabbit.oak.run.osgi.LuceneSupportTest.fullTextSearch

Error Message:
RetryLoop failed, condition is false after 30 seconds:null

Stack Trace:
java.lang.AssertionError: RetryLoop failed, condition is false after 30 seconds:null
	at org.apache.jackrabbit.oak.run.osgi.LuceneSupportTest.fullTextSearch(LuceneSupportTest.groovy:74)