zhuzhurk commented on a change in pull request #17952:
URL: https://github.com/apache/flink/pull/17952#discussion_r764522054
##########
File path:
flink-runtime/src/test/java/org/apache/flink/runtime/scheduler/adaptivebatch/DefaultVertexParallelismDeciderTest.java
##########
@@ -82,32 +96,32 @@ public void
testBroadcastBytesEqualToPerTaskBytesAndHaveNonBroadcastBytes() {
}
@Test
- public void testBroadcastBytesEqualToPerTaskBytesAndNoNonBroadcastBytes() {
- BlockingResultInfo resultInfo =
- new BlockingResultInfo(Arrays.asList(BYTE_512_MB,
BYTE_512_MB), true);
+ public void testDecidedParallelismIsMinParallelism() {
Review comment:
maybe testInitiallyDecidedParallelismIsSmallerThanMinParallelism?
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]