Fix HashPartitionServiceTest
This commit is contained in:
parent
332713a591
commit
54e94ce0ba
@ -112,7 +112,7 @@ public class HashPartitionServiceTest {
|
|||||||
map.put(partition, map.getOrDefault(partition, 0) + 1);
|
map.put(partition, map.getOrDefault(partition, 0) + 1);
|
||||||
}
|
}
|
||||||
|
|
||||||
checkDispersion(start, map, ITERATIONS, 1.0);
|
checkDispersion(start, map, ITERATIONS, 5.0);
|
||||||
}
|
}
|
||||||
|
|
||||||
@SneakyThrows
|
@SneakyThrows
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user