[jira] [Commented] (MESOS-9399) Update 'mesos task list' to only list running tasks

2018-11-26 Thread Kevin Klues (JIRA)


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

Kevin Klues commented on MESOS-9399:


{noformat}
commit 18e51b86fac848330dea640d7b7b7bf2d6584fe5
Author: Armand Grillet 
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)


[jira] [Commented] (MESOS-9399) Update 'mesos task list' to only list running tasks

2018-11-26 Thread Kevin Klues (JIRA)


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

Kevin Klues commented on MESOS-9399:


{noformat}
commit 48cdd101c7a9730029471b8f881df46e136bfae4
Author: Armand Grillet 
Date:   Mon Nov 26 08:22:58 2018 -0500

Fixed name of task created when running mesos-cli-tests.

Review: https://reviews.apache.org/r/69425/
{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)


[jira] [Commented] (MESOS-9399) Update 'mesos task list' to only list running tasks

2018-11-26 Thread Kevin Klues (JIRA)


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

Kevin Klues commented on MESOS-9399:


{noformat}
commit 2b03f942b5cf9375a75f08b36091c3b3e7f096ff
Author: Armand Grillet 
Date:   Mon Nov 26 08:14:42 2018 -0500

Updated 'mesos task list' to only display running tasks.

Review: https://reviews.apache.org/r/69394/
{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)


[jira] [Commented] (MESOS-9399) Update 'mesos task list' to only list running tasks

2018-11-22 Thread Kevin Klues (JIRA)


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

Kevin Klues commented on MESOS-9399:


{noformat}
commit fcb8e2abeef52042a7f40312c461cab716c0bf3c
Author: Armand Grillet 
Date:   Thu Nov 22 11:17:43 2018 -0500

Updated 'mesos task list' to display a 'State' field.

Review: https://reviews.apache.org/r/69393/
{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)