Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
1.0, 1.2, 1.4
-
None
-
None
-
MongoDB 2.6.9, MongoDB 3.0.2
Java 8
Description
On Java 8 only the following test fails:
Failed tests: testInterestingStrings[MongoFixture: MongoDB](org.apache.jackrabbit.oak.plugins.document.BasicDocumentStoreTest): failure to round-trip brokensurrogate through MongoDB expected:<[?]> but was:<[�]>
According to git bisect the commit which started showing this error was r1715092: OAK-3651 - Remove HierarchicalCacheInvalidator
The command I used to run the tests was mvn -am -pl oak-core clean package -Dtest=BasicDocumentStoreTest -DfailIfNoTests=false