You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2019/04/28 16:09:43 UTC

[GitHub] [flink] zentol opened a new pull request #8307: [FLINK-12359][metrics][tests] Harden SystemResourcesMetricsITCase

zentol opened a new pull request #8307: [FLINK-12359][metrics][tests] Harden SystemResourcesMetricsITCase
URL: https://github.com/apache/flink/pull/8307
 
 
   ## What is the purpose of the change
   
   Hardens the `SystemResourcesMetricsITCase` against
   * slow starts of a TaskManager, in which case metrics could be registered later than the test expects
   * the host portion of the metric identifier not being `localhost`
   
   We now exclude the host from the identifier, and generate a future in the reporter that we wait on instead.
   

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services