[ 
https://issues.apache.org/jira/browse/FLINK-8703?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16370033#comment-16370033
 ] 

ASF GitHub Bot commented on FLINK-8703:
---------------------------------------

Github user zentol commented on a diff in the pull request:

    https://github.com/apache/flink/pull/5535#discussion_r169312549
  
    --- Diff: 
flink-tests/src/test/java/org/apache/flink/test/misc/MiscellaneousIssuesITCase.java
 ---
    @@ -134,7 +106,8 @@ public void testAccumulatorsAfterNoOp() {
                final String accName = "test_accumulator";
     
                try {
    -                   env.setParallelism(6);
    +                   ExecutionEnvironment env = 
ExecutionEnvironment.getExecutionEnvironment();
    +                   env.setParallelism(4);
    --- End diff --
    
    i had to reduce the parallelism to 4 as it failed with 6 due to not enough 
slots.


> Migrate tests from LocalFlinkMiniCluster to MiniClusterResource
> ---------------------------------------------------------------
>
>                 Key: FLINK-8703
>                 URL: https://issues.apache.org/jira/browse/FLINK-8703
>             Project: Flink
>          Issue Type: Sub-task
>          Components: Tests
>            Reporter: Aljoscha Krettek
>            Assignee: Chesnay Schepler
>            Priority: Blocker
>             Fix For: 1.5.0
>
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to