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

Greg Mann commented on MESOS-7916:
----------------------------------

{code}
commit be7d2ca48a765c247b644fb54d142602ac487d61
Author: Gastón Kleiman <[email protected]>
Date:   Wed Aug 30 17:20:38 2017 -0700

    Added tests to ensure that tasks can access their parent's volumes.

    These tests verify that sibling tasks can share a persistent volume
    owned by their parent executor using 'sandbox_path' volumes.

    Review: https://reviews.apache.org/r/61921/
{code}
{code}
commit 065d2a801396e90adb619e839f062ae153249ca0
Author: Gastón Kleiman <[email protected]>
Date:   Wed Aug 30 17:20:36 2017 -0700

    Added a test that uses environment secrets and the DefaultExecutor.

    This test checks that environment secrets are properly resolved and
    exposed to tasks started by the DefaultExecutor.

    Review: https://reviews.apache.org/r/61920/
{code}

> Improve the test coverage of the DefaultExecutor.
> -------------------------------------------------
>
>                 Key: MESOS-7916
>                 URL: https://issues.apache.org/jira/browse/MESOS-7916
>             Project: Mesos
>          Issue Type: Improvement
>          Components: executor
>            Reporter: Gastón Kleiman
>            Assignee: Gastón Kleiman
>              Labels: mesosphere
>
> We should write tests for the {{DefaultExecutor}} to cover the following 
> common scenarios:
> # Start a task that uses a GPU, and make sure that it is made available to 
> the task.
> # Launch a Docker task with a health check.
> # Launch two tasks and verify that they can access a volume owned by the 
> Executor via {{sandbox_path}} volumes.
> # Launch two tasks, each one in its own task group, and verify that they can 
> access a volume owned by the Executor via {{sandbox_path}} volumes.
> # Launch one task and ensure that (health) checks can read from a persistent 
> volume.
> # Launch a task using a URI and make sure that the artifact is accessible.
> # Launch a task using a Docker image + URIs, make sure that the fetched 
> artifact is accessible.
> # Write a test that ensures that the executor's env is NOT inherited by the 
> nested tasks.
> # Launch a task that uses an env secret, make sure that it is accessible.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to