From issues-return-200385-archive-asf-public=cust-asf.ponee.io@flink.apache.org Thu Nov 8 11:39:53 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id 415F518067A for ; Thu, 8 Nov 2018 11:39:53 +0100 (CET) Received: (qmail 84851 invoked by uid 500); 8 Nov 2018 10:39:52 -0000 Mailing-List: contact issues-help@flink.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@flink.apache.org Delivered-To: mailing list issues@flink.apache.org Received: (qmail 84842 invoked by uid 99); 8 Nov 2018 10:39:52 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 08 Nov 2018 10:39:52 +0000 From: GitBox To: issues@flink.apache.org Subject: [GitHub] zentol opened a new pull request #7056: [FLINK-10634][metrics][rest] Add metrics availability e2e test Message-ID: <154167359178.17468.3180398402680195575.gitbox@gitbox.apache.org> Date: Thu, 08 Nov 2018 10:39:51 -0000 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit zentol opened a new pull request #7056: [FLINK-10634][metrics][rest] Add metrics availability e2e test URL: https://github.com/apache/flink/pull/7056 ## What is the purpose of the change This PR adds an end-to-end test to ensure that JM/TM metrics are available via the REST API. This test primarily covers the `MetricQueryService`, but could effectively be used in the future as a general metrics-availability test. ## Brief change log * make several MessageParameter fields public as intended * added new module `flink-metrics-availability-test` containing test ## Verifying this change Ran the test on travis: https://travis-ci.org/zentol/flink/builds/452275270 ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on 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