Skip to content

Commit

Permalink
[core] Trim key field in reading, map it to value field
Browse files Browse the repository at this point in the history
  • Loading branch information
仟弋 committed Dec 6, 2024
1 parent 86d0c01 commit 5611385
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -452,7 +452,7 @@ public void testIdentifierAfterFullCompaction() throws Exception {
containSameIdentifyEntryFile(fullCompacted, entryIdentifierExpected);
}

@RepeatedTest(1000)
@RepeatedTest(10)
public void testRandomFullCompaction() throws Exception {
List<ManifestFileMeta> input = new ArrayList<>();
Set<FileEntry.Identifier> manifestEntrySet = new HashSet<>();
Expand Down

0 comments on commit 5611385

Please sign in to comment.