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

    https://github.com/apache/flink/pull/1588#discussion_r53296134
  
    --- Diff: 
flink-yarn-tests/src/main/java/org/apache/flink/yarn/YARNSessionFIFOITCase.java 
---
    @@ -114,9 +108,9 @@ public void testClientStartup() {
                                                "-n", "1",
                                                "-jm", "768",
                                                "-tm", "1024",
    -                                           "-s", "2" // Test that 2 slots 
are started on the TaskManager.
    +                                           "-s", "1" // Test that 1 slots 
are started on the TaskManager.
                                },
    -                           "Number of connected TaskManagers changed to 1. 
Slots available: 2", null, RunTypes.YARN_SESSION, 0);
    +                           "Number of connected TaskManagers changed to 1. 
Slots available: 1", null, RunTypes.YARN_SESSION, 0);
    --- End diff --
    
    Can you set the number of slots back to 2 and move the test to the other 
class as well?


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to