You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "lining (Jira)" <ji...@apache.org> on 2020/01/19 09:32:00 UTC

[jira] [Updated] (FLINK-15315) Add test case for rest

     [ https://issues.apache.org/jira/browse/FLINK-15315?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

lining updated FLINK-15315:
---------------------------
    Description: 
1. Handler which has no test:
 * ClusterConfigHandler
 * ClusterOverviewHandler
 * DashboardConfigHandler
 * ShutdownHandler
 * CheckpointConfigHandler
 * CheckpointingStatisticsHandler
 * CheckpointStatisticDetailsHandler
 * TaskCheckpointStatisticDetailsHandler
 * RescalingHandlers
 * JobAccumulatorsHandler
 * JobDetailsHandler
 * JobIdsHandler
 * JobPlanHandler
 * JobsOverviewHandler
 * JobVertexAccumulatorsHandler
 * JobVertexDetailsHandler
 * JobVertexTaskManagersHandler
 * SubtasksAllAccumulatorsHandler
 * SubtasksTimesHandler
 * TaskManagerDetailsHandler
 * TaskManagerLogFileHandler
 * TaskManagersHandler
 * TaskManagerStdoutFileHandler

2. Some rest server's handlers' data comes from runtime metrics. Currently, if the runtime metrics have updated, these handlers will not be aware of these changes. How can we limit this update error by the test? Such as [input group and output group of the task metric are reversed|https://issues.apache.org/jira/browse/FLINK-15063].

> Add test case for rest
> ----------------------
>
>                 Key: FLINK-15315
>                 URL: https://issues.apache.org/jira/browse/FLINK-15315
>             Project: Flink
>          Issue Type: Improvement
>          Components: Runtime / REST, Tests
>            Reporter: lining
>            Priority: Major
>
> 1. Handler which has no test:
>  * ClusterConfigHandler
>  * ClusterOverviewHandler
>  * DashboardConfigHandler
>  * ShutdownHandler
>  * CheckpointConfigHandler
>  * CheckpointingStatisticsHandler
>  * CheckpointStatisticDetailsHandler
>  * TaskCheckpointStatisticDetailsHandler
>  * RescalingHandlers
>  * JobAccumulatorsHandler
>  * JobDetailsHandler
>  * JobIdsHandler
>  * JobPlanHandler
>  * JobsOverviewHandler
>  * JobVertexAccumulatorsHandler
>  * JobVertexDetailsHandler
>  * JobVertexTaskManagersHandler
>  * SubtasksAllAccumulatorsHandler
>  * SubtasksTimesHandler
>  * TaskManagerDetailsHandler
>  * TaskManagerLogFileHandler
>  * TaskManagersHandler
>  * TaskManagerStdoutFileHandler
> 2. Some rest server's handlers' data comes from runtime metrics. Currently, if the runtime metrics have updated, these handlers will not be aware of these changes. How can we limit this update error by the test? Such as [input group and output group of the task metric are reversed|https://issues.apache.org/jira/browse/FLINK-15063].



--
This message was sent by Atlassian Jira
(v8.3.4#803005)