GitHub user zentol opened a pull request:

    https://github.com/apache/flink/pull/5665

     [FLINK-8703][tests] Port WebFrontendITCase to MiniClusterResource 

    ## What is the purpose of the change
    
    Ports the `WebFrontendITCase` to use `MiniClusterResource`.
    
    ## Brief change log
    
    * implement prerequisite `MiniClusterClient#listJobs()`
    * modify `MiniClusterResource` to expose WebUI/REST port
    * make `MiniClusterResource#CODEBASE_KEY/FLIP6_CODEBASE` public to support 
version dependent test behavior (not pretty but the alternative would be a full 
copy of the test)
    * port WebFrontendITCase
    
    ## Verifying this change
    
    Run `WebFrontendITCase` with `flip6` profile enabled/disabled.


You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/zentol/flink 8703_web

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/flink/pull/5665.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #5665
    
----
commit 41c5737545897506470f531394269b94ebe2ef12
Author: zentol <chesnay@...>
Date:   2018-03-07T10:05:12Z

    [FLINK-8811][tests] Implement MiniClusterClient#listJobs

commit 98f366238cddcef38fff08b14764c9120dbcccea
Author: zentol <chesnay@...>
Date:   2018-03-07T10:14:20Z

    [FLINK-8703][tests] Expose WebUI port

commit cb903f3681c808a3e5011211af6b7d174f86a23e
Author: zentol <chesnay@...>
Date:   2018-03-07T10:14:46Z

    [FLINK-8703][tests] Port WebFrontendITCase to MiniClusterResource

----


---

Reply via email to