Re: BasicDocumentStore.testInterestingStrings failure on MongoDB after OAK-3651

2015-11-26 Thread Robert Munteanu
On Thu, 2015-11-26 at 16:42 +0530, Chetan Mehrotra wrote: > Thats strange. The test passes for me on Mongo 2.6.4 > > >  OAK-3651 - Remove HierrachialCacheInvalidator > > May be the cache logic was hiding that issue as earlier cache would > only invalidate if the backing document got changed in Mo

Re: BasicDocumentStore.testInterestingStrings failure on MongoDB after OAK-3651

2015-11-26 Thread Chetan Mehrotra
Thats strange. The test passes for me on Mongo 2.6.4 > OAK-3651 - Remove HierrachialCacheInvalidator May be the cache logic was hiding that issue as earlier cache would only invalidate if the backing document got changed in Mongo which in this single node test would not happen. So next entry wou

BasicDocumentStore.testInterestingStrings failure on MongoDB after OAK-3651

2015-11-26 Thread Robert Munteanu
Hi, I get consistent test failures on MongoDB ( 2.6.9 and 3.0.2 ) Failed tests:   testInterestingStrings[MongoFixture: MongoDB](org.apache.jackrabbit.oak.plugins.document.BasicDocumentStoreT est): failure to round-trip brokensurrogate through MongoDB expected:<[?]> but was:<[�]> I ran a `git bi