[ 
https://issues.apache.org/jira/browse/MESOS-9399?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16698954#comment-16698954
 ] 

Kevin Klues commented on MESOS-9399:
------------------------------------

{noformat}
commit 18e51b86fac848330dea640d7b7b7bf2d6584fe5
Author: Armand Grillet <[email protected]>
Date:   Mon Nov 26 08:47:25 2018 -0500

    Replaced CLI test helper function 'running_tasks' by 'wait_for_task'.
    
    Replaces 'running_tasks(master)', a function that was not generic nor
    explicit, by 'wait_for_task(master, name, state, delay)'. This helper
    function waits a 'delay' for a task with a given 'name' to be in a
    certain 'state'.
    
    All uses of 'running_tasks' have been replaced by the new function.
    
    Review: https://reviews.apache.org/r/69426/
{noformat}

> Update 'mesos task list' to only list running tasks
> ---------------------------------------------------
>
>                 Key: MESOS-9399
>                 URL: https://issues.apache.org/jira/browse/MESOS-9399
>             Project: Mesos
>          Issue Type: Task
>          Components: cli
>            Reporter: Armand Grillet
>            Assignee: Armand Grillet
>            Priority: Major
>
> Doing a {{mesos task list}} currently returns all tasks that have ever been 
> run (not just running tasks). The default behavior should be to return only 
> the running tasks and offer an option to return all of them. To tell them 
> apart, there should be a state field in the table returned by this command.



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

Reply via email to