azagrebin commented on a change in pull request #8416: [FLINK-12331] Introduce 
partition/gate setup to decouple task registration with NetworkEnvironment
URL: https://github.com/apache/flink/pull/8416#discussion_r285341747
 
 

 ##########
 File path: 
flink-runtime/src/test/java/org/apache/flink/runtime/io/network/buffer/LocalBufferPoolDestroyTest.java
 ##########
 @@ -48,7 +48,7 @@ public void testDestroyWhileBlockingRequest() throws 
Exception {
                LocalBufferPool localBufferPool = null;
 
                try {
-                       networkBufferPool = new NetworkBufferPool(1, 4096);
+                       networkBufferPool = new NetworkBufferPool(1, 4096, 1);
 
 Review comment:
   I did not want to explode number of constructors for tests, especially for 
one, not very important parameters. I think it does not make too long to add it 
in tests.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to