Github user NicoK commented on a diff in the pull request:
https://github.com/apache/flink/pull/4485#discussion_r140184098
--- Diff:
flink-runtime/src/test/java/org/apache/flink/runtime/io/network/buffer/BufferPoolFactoryTest.java
---
@@ -150,7 +150,7 @@ public void testUniformDistributionBounded3() throws
IOException {
assertEquals(1, third.getNumBuffers());
// similar to #verifyAllBuffersReturned()
- String msg = "Did not return all buffers to network buffer pool
after test.";
+ String msg = "Wrong number of available segments after create
buffer pools.";
--- End diff --
"after creating buffer pools"
---