arina-ielchiieva commented on a change in pull request #2000: DRILL-7607: Support dynamic credit based flow control URL: https://github.com/apache/drill/pull/2000#discussion_r386883292
########## File path: exec/java-exec/src/test/java/org/apache/drill/exec/rpc/data/TestBitRpc.java ########## @@ -209,4 +242,78 @@ public void receivingFragmentFinished(FragmentHandle handle) { } } + + public static class MockFragmentManagerWithDynamicCredit implements FragmentManager + { + private final BootStrapContext c; + private int v; + private int times = 0; + + public MockFragmentManagerWithDynamicCredit(BootStrapContext c) + { Review comment: Move to the line above. ---------------------------------------------------------------- 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: us...@infra.apache.org With regards, Apache Git Services