9596979899100101102103104105
} { // KeepLogFileNum test long longValue = rand.nextLong(); opt.setKeepLogFileNum(longValue); assert(opt.keepLogFileNum() == longValue); } { // MaxManifestFileSize test long longValue = rand.nextLong(); opt.setMaxManifestFileSize(longValue);
101102103104105106107108109110111