t = db.disk_reuse1; t.drop(); N = 10000; function k(){ return Math.floor( Math.random() * N ); } s = ""; while ( s.length < 1024 ) s += "abc"; state = {} for ( i=0; i .5 ) t.remove( { _id : i } ) else t.insert( { _id : i , s : s } ) } //printjson( t.stats() ); assert.eq( orig.storageSize , t.stats().storageSize , "B" + j ) }