Hi, On Tue, Jun 17, 2014 at 3:00 AM, Chetan Mehrotra <[email protected]> wrote: > On trying to verify I get a test failure on my Linux box > > Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.099 > sec <<< FAILURE! > testCompactionMap(org.apache.jackrabbit.oak.plugins.segment.CompactionMapTest) > Time elapsed: 0.099 sec <<< FAILURE! > junit.framework.AssertionFailedError: Failed with seed -255091622
Thanks for catching this, I'll take a deeper look. Depending on where the error is, this might not be too troublesome as the compaction map is used just as an optimization tool and an incorrect return value should not affect semantic correctness of the rest of the system. BR, Jukka Zitting
