Github user NicoK commented on a diff in the pull request:
https://github.com/apache/flink/pull/4485#discussion_r140271306
--- Diff: flink-runtime/src/test/java/org/apache/flink/runtime/io/network/buffer/BufferPoolFactoryTest.java
---
@@ -186,7 +186,7 @@ public void testUniformDistributionBounded4() throws IOException {
assertEquals(2, first.getNumBuffers());
assertEquals(2, second.getNumBuffers());
- String msg = "Wrong number of available segments after create buffer pool and request
segments.";
+ String msg = "Wrong number of available segments after creating buffer pool and requesting
segments.";
--- End diff --
still "buffer pool**s**"
---
|