Jenkins build without unit-test logs

2017-05-31 Thread Amit Jain
Hi,

The current jenkins build don't attach the test logs anymore. They used to
be visible sometime ago though. Has anything been changed here?

Thanks
Amit


Re: [ops] Unify NodeStore/DataStore configurations by using nstab

2017-05-31 Thread Matt Ryan
Hi Arek/oak-dev,

I'm curious as to the status of this.  Is it being worked on?

>From the perspective of an AbstractDataStoreService subclass, will the
config still be passed into the "createDataStore()" method as a Map after having been read from the nstab-formatted config file?  I
assume so but wonder if that is the case.

-MR


On Fri, Apr 28, 2017 at 12:22 PM, kitarek  wrote:

> Hi Julian,
>
> Thanks for reply!
>
> 2017-04-28 13:20 GMT+02:00 Julian Sedding :
> > Regarding the format you suggest, I am sceptical that it is suitable
> > to cover all (required) complexities of setting up a repository.
> > Consider that besides the persistence, there are various security
> > components, initial content providers etc that (may) need to be
> > considered.
>
> I'm not suggesting everything should be there. We might link profiles
> as options for specific concerns and they might be defined somewhere
> else.
>
> What is the most important to me is to provide layout of NodeStores
> and DataStores with possible mount points, configuring security,
> indexing concerns outside of tab file.
>
> I agree and guess placing all concerns here will be to much.
>
> A.
>


BUILD FAILURE: Jackrabbit Oak - Build # 371 - Failure

2017-05-31 Thread Apache Jenkins Server
The Apache Jenkins build system has built Jackrabbit Oak (build #371)

Status: Failure

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

Changes:
[angela] OAK-5882 : Improve coverage for oak.security code in oak-core (wip)

 

Test results:
1 tests failed.
FAILED:  
org.apache.jackrabbit.oak.plugins.blob.CompositeDataStoreCacheTest.concurrentGetCached

Error Message:
expected:<2> but was:<1>

Stack Trace:
java.lang.AssertionError: expected:<2> but was:<1>
at 
org.apache.jackrabbit.oak.plugins.blob.CompositeDataStoreCacheTest.concurrentGetCached(CompositeDataStoreCacheTest.java:468)

Re: Intent to backport to 1.4: OAK-5612

2017-05-31 Thread Thomas Mueller
+1 (fixing tests is always good)

On 31.05.17, 12:01, "Julian Reschke"  wrote:

https://issues.apache.org/jira/browse/OAK-5612

(test case improvement)




Re: Backports OAK-5827 & JCR-4115?

2017-05-31 Thread Julian Reschke

On 2017-05-31 12:37, Amit Jain wrote:

Yes, I meant to ask if we should start backporting as update in Oak would
be delayed.
...


+1 (I can do the backport if you want)


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

2017-05-31 Thread Apache Jenkins Server
The Apache Jenkins build system has built Jackrabbit Oak (build #365)

Status: Still Failing

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

Changes:
[mduerig] OAK-6289: Unreferenced argument reference in method 
SegmentBufferWriter.writeRecordId
Remove the reference argument

 

Test results:
1 tests failed.
FAILED:  
org.apache.jackrabbit.oak.upgrade.cli.JdbcToSegmentWithMetadataTest.validateMigration

Error Message:
Failed to copy content

Stack Trace:
javax.jcr.RepositoryException: Failed to copy content
Caused by: java.lang.IllegalStateException: This builder does not exist: 
rep:User

Re: Intent to backport to 1.6: OAK-6267

2017-05-31 Thread Vikas Saurabh
+1 as it affects version management on those setups.

--Vikas
(sent from mobile)

On 31-May-2017 16:16, "Chetan Mehrotra"  wrote:

https://issues.apache.org/jira/browse/OAK-6267

This is required to fix a bug for setups where bundling is enabled. It
affects DocumentNodeStore based setups

Chetan Mehrotra


Intent to backport to 1.6: OAK-6267

2017-05-31 Thread Chetan Mehrotra
https://issues.apache.org/jira/browse/OAK-6267

This is required to fix a bug for setups where bundling is enabled. It
affects DocumentNodeStore based setups

Chetan Mehrotra


Re: Backports OAK-5827 & JCR-4115?

2017-05-31 Thread Amit Jain
Yes, I meant to ask if we should start backporting as update in Oak would
be delayed.

On Wed, May 31, 2017 at 3:51 PM, Julian Reschke 
wrote:

> On 2017-05-31 12:13, Amit Jain wrote:
>
>> Hi Team,
>>
>> Cross posting on both the Jackrabbit & Oak lists.
>>
>> A while back we changed the DataStore to use SHA-256 to generate the ids.
>> What should be done for the backports?
>>
>> Thanks
>> Amit
>>
>
> We can backport JCR-4115 to 2.14.*right way if that's the right thing to
> do; however, we're just in the process of releasing 2.14.1, so unless
> there's an emergency here, it could take some time until it would be
> available for use in Oak...
>
> Best regards, Julian
>


Backports OAK-5827 & JCR-4115?

2017-05-31 Thread Amit Jain
Hi Team,

Cross posting on both the Jackrabbit & Oak lists.

A while back we changed the DataStore to use SHA-256 to generate the ids.
What should be done for the backports?

Thanks
Amit


Intent to backport to 1.4: OAK-5612

2017-05-31 Thread Julian Reschke

https://issues.apache.org/jira/browse/OAK-5612

(test case improvement)


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

2017-05-31 Thread Apache Jenkins Server
The Apache Jenkins build system has built Jackrabbit Oak (build #364)

Status: Still Failing

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

Changes:
[chetanm] OAK-6286 - Use BlobStore in read only mode by default unless 
read-write mode enabled

 

Test results:
21 tests failed.
FAILED:  
org.apache.jackrabbit.oak.upgrade.CopyCheckpointsTest.validateMigration[Suppress
 the warning]

Error Message:
javax.jcr.RepositoryException: Failed to copy content

Stack Trace:
java.lang.RuntimeException: javax.jcr.RepositoryException: Failed to copy 
content
at 
org.apache.jackrabbit.oak.upgrade.CopyCheckpointsTest.prepare(CopyCheckpointsTest.java:141)
Caused by: javax.jcr.RepositoryException: Failed to copy content
at 
org.apache.jackrabbit.oak.upgrade.CopyCheckpointsTest.prepare(CopyCheckpointsTest.java:141)
Caused by: java.lang.IllegalArgumentException
at 
org.apache.jackrabbit.oak.upgrade.CopyCheckpointsTest.prepare(CopyCheckpointsTest.java:141)


FAILED:  
org.apache.jackrabbit.oak.upgrade.CopyCheckpointsTest.validateMigration[Source 
data store defined, checkpoints migrated]

Error Message:
javax.jcr.RepositoryException: Failed to copy content

Stack Trace:
java.lang.RuntimeException: javax.jcr.RepositoryException: Failed to copy 
content
at 
org.apache.jackrabbit.oak.upgrade.CopyCheckpointsTest.prepare(CopyCheckpointsTest.java:141)
Caused by: javax.jcr.RepositoryException: Failed to copy content
at 
org.apache.jackrabbit.oak.upgrade.CopyCheckpointsTest.prepare(CopyCheckpointsTest.java:141)
Caused by: java.lang.IllegalArgumentException
at 
org.apache.jackrabbit.oak.upgrade.CopyCheckpointsTest.prepare(CopyCheckpointsTest.java:141)


FAILED:  
org.apache.jackrabbit.oak.upgrade.IgnoreMissingBinariesTest.validateMigration

Error Message:
javax.jcr.RepositoryException: Failed to copy content

Stack Trace:
java.lang.RuntimeException: javax.jcr.RepositoryException: Failed to copy 
content
at 
org.apache.jackrabbit.oak.upgrade.IgnoreMissingBinariesTest.prepare(IgnoreMissingBinariesTest.java:63)
Caused by: javax.jcr.RepositoryException: Failed to copy content
at 
org.apache.jackrabbit.oak.upgrade.IgnoreMissingBinariesTest.prepare(IgnoreMissingBinariesTest.java:63)
Caused by: java.lang.IllegalArgumentException
at 
org.apache.jackrabbit.oak.upgrade.IgnoreMissingBinariesTest.prepare(IgnoreMissingBinariesTest.java:63)


FAILED:  org.apache.jackrabbit.oak.upgrade.UpgradeOldSegmentTest.upgradeFrom10

Error Message:
javax.jcr.RepositoryException: Failed to copy content

Stack Trace:
java.lang.RuntimeException: javax.jcr.RepositoryException: Failed to copy 
content
at 
org.apache.jackrabbit.oak.upgrade.UpgradeOldSegmentTest.upgradeFrom10(UpgradeOldSegmentTest.java:62)
Caused by: javax.jcr.RepositoryException: Failed to copy content
at 
org.apache.jackrabbit.oak.upgrade.UpgradeOldSegmentTest.upgradeFrom10(UpgradeOldSegmentTest.java:62)
Caused by: java.lang.IllegalArgumentException
at 
org.apache.jackrabbit.oak.upgrade.UpgradeOldSegmentTest.upgradeFrom10(UpgradeOldSegmentTest.java:62)


FAILED:  
org.apache.jackrabbit.oak.upgrade.cli.SegmentTarToSegmentTest.validateMigration

Error Message:
javax.jcr.RepositoryException: Failed to copy content

Stack Trace:
java.lang.RuntimeException: javax.jcr.RepositoryException: Failed to copy 
content
Caused by: javax.jcr.RepositoryException: Failed to copy content
Caused by: java.lang.IllegalArgumentException


FAILED:  
org.apache.jackrabbit.oak.upgrade.cli.SegmentToJdbcTest.validateMigration

Error Message:
javax.jcr.RepositoryException: Failed to copy content

Stack Trace:
java.lang.RuntimeException: javax.jcr.RepositoryException: Failed to copy 
content
Caused by: javax.jcr.RepositoryException: Failed to copy content
Caused by: java.lang.IllegalArgumentException


FAILED:  
org.apache.jackrabbit.oak.upgrade.cli.SegmentToSegmentTarTest.validateMigration

Error Message:
javax.jcr.RepositoryException: Failed to copy content

Stack Trace:
java.lang.RuntimeException: javax.jcr.RepositoryException: Failed to copy 
content
Caused by: javax.jcr.RepositoryException: Failed to copy content
Caused by: java.lang.IllegalArgumentException


FAILED:  
org.apache.jackrabbit.oak.upgrade.cli.SegmentToSegmentTarWithMissingDestinationDirectoryTest.validateMigration

Error Message:
javax.jcr.RepositoryException: Failed to copy content

Stack Trace:
java.lang.RuntimeException: javax.jcr.RepositoryException: Failed to copy 
content
Caused by: javax.jcr.RepositoryException: Failed to copy content
Caused by: java.lang.IllegalArgumentException


FAILED:  
org.apache.jackrabbit.oak.upgrade.cli.SegmentToSegmentTest.validateMigration

Error Message:
javax.jcr.RepositoryException: Failed to copy content

Stack Trace:
java.lang.RuntimeException: javax.jcr.RepositoryException: Failed to copy 
content
Caused by: javax.jcr.RepositoryException: Failed to copy content
Caused 

BUILD FAILURE: Jackrabbit Oak - Build # 363 - Failure

2017-05-31 Thread Apache Jenkins Server
The Apache Jenkins build system has built Jackrabbit Oak (build #363)

Status: Failure

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

Changes:
[amitj] OAK-6283: FileCache should ignore when file evicted with replacement

Ignore deletion from cache when evicted with REPLACE

 

Test results:
1 tests failed.
FAILED:  
org.apache.jackrabbit.oak.plugins.blob.CompositeDataStoreCacheTest.concurrentGetCached

Error Message:
expected:<2> but was:<1>

Stack Trace:
java.lang.AssertionError: expected:<2> but was:<1>
at 
org.apache.jackrabbit.oak.plugins.blob.CompositeDataStoreCacheTest.concurrentGetCached(CompositeDataStoreCacheTest.java:468)