Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MINOR: Fix `LogCleanerManagerTest.testLogsUnderCleanupIneligibleForCo…
…mpaction()` for `LogMessageTimestampType = "LogAppendTime"` (apache#12333) While setting Defaults.LogMessageTimestampType to "LogAppendTime", `LogCleanerManagerTest.testLogsUnderCleanupIneligibleForCompaction()` fails with a InvalidTimestampException. This PR fixes this by regenerating the records instead of previous approach of re-using same records in the test. Reviewers: Divij Vaidya <[email protected]>, Kvicii <[email protected]> --------- Co-authored-by: fangxiaobing <[email protected]>
- Loading branch information