You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@tez.apache.org by "Alexander Pivovarov (JIRA)" <ji...@apache.org> on 2014/09/30 20:24:33 UTC

[jira] [Closed] (TEZ-1378) Comment of TestTaskImpl assertTaskKillWaitState is deprecated

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

Alexander Pivovarov closed TEZ-1378.
------------------------------------

> Comment of TestTaskImpl assertTaskKillWaitState is deprecated
> -------------------------------------------------------------
>
>                 Key: TEZ-1378
>                 URL: https://issues.apache.org/jira/browse/TEZ-1378
>             Project: Apache Tez
>          Issue Type: Bug
>    Affects Versions: 0.4.1
>            Reporter: Tsuyoshi OZAWA
>            Assignee: Alexander Pivovarov
>            Priority: Trivial
>              Labels: newbie
>             Fix For: 0.5.0
>
>         Attachments: TEZ-1378.1.patch
>
>
> {code}
>   /**
>    * {@link TaskState#TERMINATING}
>    */
>   private void assertTaskKillWaitState() {
>     assertEquals(TaskStateInternal.KILL_WAIT, mockTask.getInternalState());
>   }
> {code}
> TERMINATING in the comment is deprecated state. We should replace it with KILL_WAIT.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)