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 Michael Dürig <md...@apache.org> on 2014/08/21 14:46:03 UTC

Re: svn commit: r1619378 - /jackrabbit/oak/trunk/oak-core/src/test/java/org/apache/jackrabbit/oak/plugins/segment/file/CompactionAndCleanupTest.java


On 21.8.14 2:35 , chetanm@apache.org wrote:
> +        //Size should not come back to 5 and deleted data
> +        //space reclaimed
> +        System.out.printf("File store post cleanup and nullification %d%n", mb(fileStore.size()));
> +        assertEquals(mb(fileStore.size()), mb(blobSize));

This last assertion actually fails for me locally.

Michael