You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "TisonKun (JIRA)" <ji...@apache.org> on 2018/10/17 03:03:00 UTC

[jira] [Updated] (FLINK-10569) Clean up uses of Scheduler and Instance in valid tests

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

TisonKun updated FLINK-10569:
-----------------------------
    Description: 
Legacy class {{Scheduler}} and {{Instance}} are still used in some valid tests like {{ExecutionGraphRestartTest}}. We should replace them with FLIP-6 schedule mode. The best way I can find is use {{SimpleSlotProvider}}.

Note that we need not to remove all use points among all files since most of them stay in legacy codebase like {{JobManager.scala}} and would be removed later.

  was:
Legacy class {{Scheduler}} and {{Instance}} are still used in some valid tests like {{ExecutionGraphRestartTest}}. We should replace them with FLIP-6 schedule mode. The best way I can find is use {{SimpleSlotProvider}}.

Note that we need not to remove all use points among all files since most of them stay in legacy codebase like {{JobManager.scala}} and would be removed later.

*Feel free to take over it.*


> Clean up uses of Scheduler and Instance in valid tests
> ------------------------------------------------------
>
>                 Key: FLINK-10569
>                 URL: https://issues.apache.org/jira/browse/FLINK-10569
>             Project: Flink
>          Issue Type: Sub-task
>          Components: Tests
>    Affects Versions: 1.7.0
>            Reporter: TisonKun
>            Priority: Major
>             Fix For: 1.7.0
>
>
> Legacy class {{Scheduler}} and {{Instance}} are still used in some valid tests like {{ExecutionGraphRestartTest}}. We should replace them with FLIP-6 schedule mode. The best way I can find is use {{SimpleSlotProvider}}.
> Note that we need not to remove all use points among all files since most of them stay in legacy codebase like {{JobManager.scala}} and would be removed later.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)