require.Greater(t,int64(DefaultOptions().WALSegmentSize),lastFile.Size(),"last WAL file size is not smaller than the WALSegmentSize option, filename: %v",lastFile.Name())
require.Equal(t,5,int(prom_testutil.ToFloat64(db.compactor.(*LeveledCompactor).metrics.ran)),"compaction should have been triggered here once for each block that have tombstones")
require.GreaterOrEqual(t,chunks.SegmentHeaderSize+test.expSegmentSizes[i],size,"Segment:%v should NOT be bigger than:%v actual:%v",i,chunks.SegmentHeaderSize+test.expSegmentSizes[i],size)