Skip to content

Commit 8ea8f07

Browse files
author
Peter Alfonsi
committed
spotlessApply
Signed-off-by: Peter Alfonsi <[email protected]>
1 parent db3e068 commit 8ea8f07

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

modules/cache-common/src/test/java/org/opensearch/cache/common/tier/TieredSpilloverCacheTests.java

+2
Original file line numberDiff line numberDiff line change
@@ -2112,6 +2112,7 @@ public void testTieredCacheDefaultSegmentCount() {
21122112
assertEquals(TieredSpilloverCacheSettings.defaultSegments(), tieredSpilloverCache.getNumberOfSegments());
21132113
assertTrue(VALID_SEGMENT_COUNT_VALUES.contains(tieredSpilloverCache.getNumberOfSegments()));
21142114
}
2115+
21152116
public void testDropStatsForDimensions() throws Exception {
21162117
int onHeapCacheSize = randomIntBetween(300, 600);
21172118
int diskCacheSize = randomIntBetween(700, 1200);
@@ -2165,6 +2166,7 @@ public void testDropStatsForDimensions() throws Exception {
21652166
tieredSpilloverCache.invalidate(dropDimensionsKey);
21662167
assertEquals(new ImmutableCacheStats(0, 0, 0, 0, 0), tieredSpilloverCache.stats().getTotalStats());
21672168
}
2169+
21682170
public void testSegmentSizesWhenUsingFactory() {
21692171
// The TSC's tier size settings, TIERED_SPILLOVER_ONHEAP_STORE_SIZE and TIERED_SPILLOVER_DISK_STORE_SIZE,
21702172
// should always be respected, overriding the individual implementation's size settings if present

0 commit comments

Comments
 (0)